Blender Git Loki
Git Commits -> Revision 1dfc794
Revision 1dfc794 by Joshua Leung (master) November 11, 2009, 08:12 (GMT) |
Grease Pencil for Nodes Editor: This commit restores Grease Pencil functionality for the Nodes Editor. Grease Pencil data is now stored at the NodeTree level, which means that annotations remain with the NodeTree they were made for. Possible TODO's: * In future, it may be worth investigating attaching Grease Pencil data to individual nodes, to allow annotations to stay attached to nodes as they are moved * Include the settings for the 'active node' in a panel in the new NKEY region where the Grease Pencil buttons appear. |
Commit Details:
Full Hash: 1dfc7942d3f35cbb8bb0e94fec57828da0eb756c
SVN Revision: 24476
Parent Commit: 7206437
Lines Changed: +262, -117
1 Added Path:
/source/blender/editors/space_node/node_buttons.c (+138, -0) (View)
12 Modified Paths:
/source/blender/blenloader/intern/readfile.c (+2, -0) (Diff)
/source/blender/editors/gpencil/drawgpencil.c (+0, -27) (Diff)
/source/blender/editors/gpencil/gpencil_edit.c (+11, -1) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+13, -6) (Diff)
/source/blender/editors/include/ED_gpencil.h (+0, -1) (Diff)
/source/blender/editors/space_node/node_draw.c (+7, -30) (Diff)
/source/blender/editors/space_node/node_intern.h (+8, -1) (Diff)
/source/blender/editors/space_node/node_ops.c (+11, -1) (Diff)
/source/blender/editors/space_node/space_node.c (+58, -48) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_node_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+10, -1) (Diff)
/source/blender/editors/gpencil/drawgpencil.c (+0, -27) (Diff)
/source/blender/editors/gpencil/gpencil_edit.c (+11, -1) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+13, -6) (Diff)
/source/blender/editors/include/ED_gpencil.h (+0, -1) (Diff)
/source/blender/editors/space_node/node_draw.c (+7, -30) (Diff)
/source/blender/editors/space_node/node_intern.h (+8, -1) (Diff)
/source/blender/editors/space_node/node_ops.c (+11, -1) (Diff)
/source/blender/editors/space_node/space_node.c (+58, -48) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_node_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+10, -1) (Diff)