This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test2
Watch
1
Star
0
Fork
0
You've already forked test2
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
39b85e452faae543d10831e4fa66fdffbc22e0a1
test2
/
source
/
blender
/
nodes
/
intern
History
Antony Riakiotakis
0abb6f3ef0
Patch D1283 by Alexander Romanov fixes reroute node type update not
...
correct when root reroute node is plugged in a different type of input
2015-05-06 11:46:47 +02:00
..
node_common.c
Patch D1283 by Alexander Romanov fixes reroute node type update not
2015-05-06 11:46:47 +02:00
node_common.h
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
node_exec.c
Nodes: Remove hardcoded BLENDER_MAX_THREADS number of threads
2015-04-13 15:40:44 +05:00
node_exec.h
Nodes: Remove hardcoded BLENDER_MAX_THREADS number of threads
2015-04-13 15:40:44 +05:00
node_socket.c
Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).
2015-01-26 16:59:24 +01:00
node_util.c
Code cleanup: remove unused includes
2014-05-01 04:47:51 +10:00
node_util.h
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