Blender Git Commit Log
Git Commits -> Revision b31594c
Revision b31594c by Campbell Barton (master) December 2, 2010, 01:18 (GMT) |
patch [#23212] Python api for Nodes from Dan Eicher (dna) This allows automated node tree creation and editing. developer note, made some changes to the patch. - removed incorrect use of container_of(), GCC only also, search for the scene instead. - commented socket min/max access, these are internal use only as far as I can tell. - commented group/ungroup functions, these use the selection context and are not really data level functions. - use remove() rather then delete() |
Commit Details:
Full Hash: b31594c4ab63b8e8675bcf2b4547cc92416db2b7
SVN Revision: 33419
Parent Commit: 024b0f9
Lines Changed: +401, -34