This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test
Watch
1
Star
0
Fork
0
You've already forked test
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
cd3283f573164bd30a2dd926bb6475da311eb188
test
/
source
/
blender
/
nodes
/
composite
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
..
nodes
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
node_composite_tree.c
Node preview merge function now has an additional option "remove_old", which could be used if previous previews should be retained after recalculating (not used currently, old previews are dropped entirely for now, because it could be confusing).
2013-03-22 10:34:52 +00:00
node_composite_util.c
fix for struct definition building with msvc2008 and some style cleanup.
2013-03-24 01:19:55 +00:00
node_composite_util.h
Merge of the PyNodes branch (aka "custom nodes") into trunk.
2013-03-18 16:34:57 +00:00