Files
test/source/blender/blenkernel
Lukas Toenne 77a0b90cdf Cleanup: Consistent names for draw callbacks in bNodeType.
This aims to establish a common pattern for the various confusing draw callback function pointers in bNodeType:

draw_<purpose>_<nodetype>[_ex]

Currently there are 4 different types of draw callbacks:
* draw_nodetype, draw_nodetype_prepare: Main draw functions, allows specialized node drawing for things like frames and reroute nodes. Not exposed in the API.
* draw_buttons, draw_buttons_ex: Optional non-socket buttons, most commonly used callback. Extended version used in sidebar for verbose buttons that don't fit into a node.
* draw_backdrop: Draw elements in the backdrop (compositor only). Not exposed in the API.
* draw_input, draw_output: Specialized socket drawing for some nodes, only for OutputFile node. Should not be used any further and be removed at some point. Not exposed in the API.
2013-10-10 11:33:20 +00:00
..
2013-08-19 09:36:40 +00:00
2013-10-08 17:07:18 +00:00
2012-06-06 22:38:39 +00:00
2013-09-11 23:28:23 +00:00
2013-03-26 07:29:01 +00:00
2013-03-09 05:35:49 +00:00
2013-09-18 00:07:17 +00:00
2013-09-13 23:58:00 +00:00
2013-03-26 07:29:01 +00:00
2013-04-03 15:04:24 +00:00
2013-03-26 07:29:01 +00:00
2013-08-19 10:44:18 +00:00