Blender Git Loki
Git Commits -> Revision ff42bfe
Revision ff42bfe by Lukas Toenne (master) May 29, 2013, 15:14 (GMT) |
Remove the NODE_OPTIONS flag usage from node->typeinfo. This is a redundant flag which can be replaced by simply checking for nodetype->uifunc/uifuncbut callbacks (if these callbacks are defined the node type generally supports options). Note that the node->flag still uses NODE_OPTIONS as a switch to toggle the display of such options! |
Commit Details:
Full Hash: ff42bfe242ca79d90d30742e07e2e2dc71447930
SVN Revision: 57110
Parent Commit: e04965e
Lines Changed: +4, -7