This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test2
Watch
1
Star
0
Fork
0
You've already forked test2
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
94281e1daff69a2a9bd42a0d2fbcc02abcb1c3e4
test2
/
source
/
blender
/
nodes
History
Lukas Toenne
c66acbf3d9
Removed the group_tree_idname property from node types. This was a bit of a hack to associate node group types to specific tree types for node group operators. Since the node group operators now work independent from this property (see r56183) that property is no longer needed and just pollutes the bNodeType struct.
2013-04-20 17:57:45 +00:00
..
composite
Removed the group_tree_idname property from node types. This was a bit of a hack to associate node group types to specific tree types for node group operators. Since the node group operators now work independent from this property (see r56183) that property is no longer needed and just pollutes the bNodeType struct.
2013-04-20 17:57:45 +00:00
intern
Exposed the bNodeSocket->limit value in RNA, so it can be redefined by pynodes. All sockets will have strict n-to-1 connectivity by default, which is fine for data sockets, but things like geometry nodes with a more data-flow based connectivity for certain socket types will need to change this.
2013-04-08 08:59:30 +00:00
shader
Removed the group_tree_idname property from node types. This was a bit of a hack to associate node group types to specific tree types for node group operators. Since the node group operators now work independent from this property (see r56183) that property is no longer needed and just pollutes the bNodeType struct.
2013-04-20 17:57:45 +00:00
texture
Removed the group_tree_idname property from node types. This was a bit of a hack to associate node group types to specific tree types for node group operators. Since the node group operators now work independent from this property (see r56183) that property is no longer needed and just pollutes the bNodeType struct.
2013-04-20 17:57:45 +00:00
CMakeLists.txt
Cycles: initial subsurface multiple scattering support. It's not working as
2013-04-01 20:26:52 +00:00
NOD_common.h
Merge of the PyNodes branch (aka "custom nodes") into trunk.
2013-03-18 16:34:57 +00:00
NOD_composite.h
code cleanup: unused functions
2013-04-03 15:04:24 +00:00
NOD_shader.h
Cycles: initial subsurface multiple scattering support. It's not working as
2013-04-01 20:26:52 +00:00
NOD_socket.h
Fix for node groups, now exposing a socket will copy the default value from internal nodes again. Also this value can be changed in the node group Interface panel.
2013-03-28 10:32:04 +00:00
NOD_static_types.h
Cycles: initial subsurface multiple scattering support. It's not working as
2013-04-01 20:26:52 +00:00
NOD_texture.h
Merge of the PyNodes branch (aka "custom nodes") into trunk.
2013-03-18 16:34:57 +00:00
SConscript
Dosvidanya, old compositor!
2013-01-14 15:53:17 +00:00