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
69e72ea42790e5db142365cba46adbd23ecf3b4c
test
/
source
/
blender
/
editors
/
space_node
History
Lukas Toenne
69e72ea427
Removed the internal_select parameter from ntreeCopyTree. This was used just in one place when duplicating nodes, which is not an actual copying of the tree. The node duplicate operator now copies selected nodes itself.
2011-02-11 09:37:58 +00:00
..
CMakeLists.txt
Added backdrop image color information to the node editor. When clicking on empty space in the node editor, the pixel color values will be displayed on the bottom like in image editor.
2011-01-31 14:42:55 +00:00
drawnode.c
Different method for blur node aspect correction. Now the user can still set different sizes for x/y blurring in relative mode, but choose to use aspect correction on either of the axes.
2011-02-10 20:54:02 +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
Per-type node labels and customizable names. The label displayed in the node header is now by default the node type string. A custom label callback can be implemented to display more detailed information. This is currently used by group nodes, which display their internal tree name, and math, vector math, mix and filter nodes, which use their internal operation sub-type. Also the node tree selection/naming box for groups is now displayed only on open groups, to make it clearer that this is the internal type of the group and get a cleaner main tree.
2011-02-08 12:54:32 +00:00
node_edit.c
Removed the internal_select parameter from ntreeCopyTree. This was used just in one place when duplicating nodes, which is not an actual copying of the tree. The node duplicate operator now copies selected nodes itself.
2011-02-11 09:37:58 +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
Per-type node labels and customizable names. The label displayed in the node header is now by default the node type string. A custom label callback can be implemented to display more detailed information. This is currently used by group nodes, which display their internal tree name, and math, vector math, mix and filter nodes, which use their internal operation sub-type. Also the node tree selection/naming box for groups is now displayed only on open groups, to make it clearer that this is the internal type of the group and get a cleaner main tree.
2011-02-08 12:54:32 +00:00
node_ops.c
Todo/feature request
2011-02-07 16:41:57 +00:00
node_select.c
- Bugfix: NLA "duplicate" operator now lets strips get moved between
2011-01-20 22:22:16 +00:00
node_state.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
SConscript
Scons blenfont include for recent Node Backdrop commit.
2011-01-31 14:48:17 +00:00
space_node.c
Bugfix [
#26004
] compositor: backdrop zoom factor too small
2011-02-10 10:24:05 +00:00