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
b3c60ef3eae01b08eeb63cb574397f720fc2acbe
test2
/
source
/
blender
/
editors
/
space_node
History
Lukas Toenne
b3c60ef3ea
Added RNA functions to group tree inputs/outputs for exposing internal sockets or adding custom sockets by name and type (
fixes
#26171
). Changed a few function names for groups for consistency.
2011-02-22 20:24:06 +00:00
..
CMakeLists.txt
I swear, it was just an innocence change in guardedalloc!
2011-02-21 12:35:04 +00:00
drawnode.c
Big node groups improvement patch. Node group trees now have their own lists of input/output sockets. Those can be linked to internal nodes just like links between regular nodes. In addition group sockets can be renamed and have a defined order, which can be modified, and they can be removed again.
2011-02-21 13:47:49 +00:00
node_buttons.c
split BKE_utildefines.h, now it only has blender specific defines like GS() MAKE_ID, FILE_MAXDIR, moved the generic defines to BLI_utildefines.h.
2011-01-07 18:36:47 +00:00
node_draw.c
Added RNA functions to group tree inputs/outputs for exposing internal sockets or adding custom sockets by name and type (
fixes
#26171
). Changed a few function names for groups for consistency.
2011-02-22 20:24:06 +00:00
node_edit.c
Added RNA functions to group tree inputs/outputs for exposing internal sockets or adding custom sockets by name and type (
fixes
#26171
). Changed a few function names for groups for consistency.
2011-02-22 20:24:06 +00:00
node_header.c
split BKE_utildefines.h, now it only has blender specific defines like GS() MAKE_ID, FILE_MAXDIR, moved the generic defines to BLI_utildefines.h.
2011-01-07 18:36:47 +00:00
node_intern.h
Big node groups improvement patch. Node group trees now have their own lists of input/output sockets. Those can be linked to internal nodes just like links between regular nodes. In addition group sockets can be renamed and have a defined order, which can be modified, and they can be removed again.
2011-02-21 13:47:49 +00:00
node_ops.c
Big node groups improvement patch. Node group trees now have their own lists of input/output sockets. Those can be linked to internal nodes just like links between regular nodes. In addition group sockets can be renamed and have a defined order, which can be modified, and they can be removed again.
2011-02-21 13:47:49 +00:00
node_select.c
Big node groups improvement patch. Node group trees now have their own lists of input/output sockets. Those can be linked to internal nodes just like links between regular nodes. In addition group sockets can be renamed and have a defined order, which can be modified, and they can be removed again.
2011-02-21 13:47:49 +00:00
node_state.c
Bugfix
#26101
2011-02-18 17:53:11 +00:00
SConscript
I swear, it was just an innocence change in guardedalloc!
2011-02-21 12:35:04 +00:00
space_node.c
moving dir strings into global namespace for doc access (coming up)
2011-02-15 14:38:43 +00:00