Blender Git Commit Log

Git Commits -> Revision 543cee1

Revision 543cee1 by Lukas Toenne (master)
August 8, 2012, 17:37 (GMT)
Renamed the mx/my coordinates in SpaceNode to more descriptive 'cursor'. This follows the naming in the View3D space, since this vector is used for essentially the same purpose (adding nodes at a specific location), although not used for any transform origin and not displayed in the editor.

Note: While renaming DNA properties is usually dangerous and can break files, in this case it is possible because the mx/my values are only used at runtime.

Commit Details:

Full Hash: 543cee14ca9a6b89a1b26ccbfda1d58743db71af
SVN Revision: 49713
Parent Commit: de13117
Lines Changed: +32, -35

10 Modified Paths:

/source/blender/editors/space_node/drawnode.c (+2, -4) (Diff)
/source/blender/editors/space_node/node_add.c (+2, -2) (Diff)
/source/blender/editors/space_node/node_draw.c (+2, -2) (Diff)
/source/blender/editors/space_node/node_edit.c (+11, -11) (Diff)
/source/blender/editors/space_node/node_header.c (+2, -2) (Diff)
/source/blender/editors/space_node/node_relationships.c (+8, -8) (Diff)
/source/blender/editors/space_node/node_select.c (+2, -2) (Diff)
/source/blender/editors/space_node/space_node.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_space.c (+1, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021