This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test
Watch
1
Star
0
Fork
0
You've already forked test
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
6894fe3b7a200c4eae8ad980c3dcafe54e52393f
test
/
source
/
blender
/
nodes
/
intern
History
Campbell Barton
676d790d29
Cleanup: use
rna_enum_
prefix for RNA enums
...
Definitions could shadow local vars.
2015-11-23 17:40:09 +11:00
..
node_common.c
Refactor translation code out of blenfont
2015-08-18 07:01:26 +10: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
Fix T44979: Crash when rendering with more threads than the system ones
2015-06-08 13:53:54 +02:00
node_exec.h
Fix T44979: Crash when rendering with more threads than the system ones
2015-06-08 13:53:54 +02:00
node_socket.c
Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).
2015-01-26 16:59:24 +01:00
node_util.c
Cleanup: use
rna_enum_
prefix for RNA enums
2015-11-23 17:40:09 +11: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