-
Notifications
You must be signed in to change notification settings - Fork 28
Blender v4.0 nodes #79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ith blender v4 add menu
Group nodes and nodes with attributes that have been deprecated generate incorrect warnings |
@@ -1,4 +1,5 @@ | |||
from bpy.types import NodeTree | |||
import bpy | |||
|
|||
class NTP_NodeTree: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if this type is necessary any longer, at least in the general case. I like what the Geometry Node Tree does with it, but with the node_tree_vars
dictionary I don't think it's probably necessary for Shader and Compositing nodes.
Will solve as part of #81 |
4.0 looks good |
Features
GeometryNodeTool3DCursor
,GeometryNodeToolSelection
,GeometryNodeToolSetSelection
,GeometryNodeToolFaceSet
,GeometryNodeToolSetFaceSet
)domain
attribute toGeometryNodeSetShadeSmooth
GeometryNodeInputEdgeSmooth
,GeometryNodePointsToCurves
GeometryNodeRepeatInput
,GeometryNodeRepeatOutput
)FunctionNodeAxisAngleToRotation
,FunctionNodeEulerToRotation
,FunctionNodeInvertRotation
,FunctionNodeRotateVector
,FunctionNodeRotationToAxisAngle
,FunctionNodeRotationToEuler
,FunctionNodeRotationToQuaternion
,FunctionNodeQuaternionToRotation
)model
attribute toShaderNodeBsdfHairPrincipled
ShaderNodeBsdfSheen
normalize
attribute toShaderNodeTexNoise
andShaderNodeTexVoronoi
CompositorNodeKuwahara
NodeFrame
,NodeGroupInput
,NodeGroupOutput
,NodeReroute
)array_to_py_str()
method forbpy_prop_array