Blender Git Commit Log
Git Commits -> Revision d1f90ab
Revision d1f90ab by Lukas Toenne (master) April 15, 2013, 07:58 (GMT) |
Removed the extra ntree->update flag check in lib_verify_nodetree in readfile.c. This is unnecessary as the update flag will be checked internally in ntreeUpdateTree anyway, except for the generic bNodeTreeType->update callback (it could even be harmful by preventing necessary updates that don't use the ntree->update flag). Executing this once after loading a node tree is a useful feature for pynodes, so they can do initial verification. |
Commit Details:
Full Hash: d1f90abfa92d3bf46f6424163ea00831d3b8d044
SVN Revision: 56055
Parent Commit: be71c46
Lines Changed: +1, -2
1 Modified Path:
/source/blender/blenloader/intern/readfile.c (+1, -2) (Diff)