blender/source/blender/nodes
Campbell Barton 8dc80e9d73 Style Cleanup
2013-12-10 13:45:17 +11:00
..
composite Style Cleanup 2013-12-10 13:45:17 +11:00
intern Make dynamic node labels possible as a registerable function 'draw_label' (simple 'label' identifier is already in use, need to avoid API breakage). This should simply return a string. The dynamic label can still be overridden by the user-defined node.label string. 2013-11-12 18:18:04 +00:00
shader Blender Internal: Add "Lamp Data" shader node that allows shaders to acquire information such as light vector from specified Lamp. 2013-11-25 22:19:47 +09:00
texture Fix #37192, Rendered preview causes crash when deleting a material node in shader node editor. The 'free' callback for node execution data was accessed from the node->typeinfo, but this pointer can 2013-10-29 17:46:01 +00:00
CMakeLists.txt Blender Internal: Add "Lamp Data" shader node that allows shaders to acquire information such as light vector from specified Lamp. 2013-11-25 22:19:47 +09:00
NOD_common.h correct include guards and add checks in check_style_c.py for them. 2013-09-19 23:17:52 +00:00
NOD_composite.h Removed some unused old function declarations for loop node register, awkward that this is still there ... 2013-09-02 10:34:27 +00:00
NOD_shader.h Blender Internal: Add "Lamp Data" shader node that allows shaders to acquire information such as light vector from specified Lamp. 2013-11-25 22:19:47 +09:00
NOD_socket.h Fix for node groups, now exposing a socket will copy the default value from internal nodes again. Also this value can be changed in the node group Interface panel. 2013-03-28 10:32:04 +00:00
NOD_static_types.h Blender Internal: Add "Lamp Data" shader node that allows shaders to acquire information such as light vector from specified Lamp. 2013-11-25 22:19:47 +09:00
NOD_texture.h Removed some unused old function declarations for loop node register, awkward that this is still there ... 2013-09-02 10:34:27 +00:00
SConscript remove redundant includes from cmake and scons. 2013-05-30 02:16:22 +00:00