Blender Git Loki
Git Commits -> Revision 3779473
Revision 3779473 by Campbell Barton (master) May 29, 2017, 12:09 (GMT) |
Node Backdrop Manipulator From custom-manipulator branch, usable when viewer node is selected. This might need some changes but works on basic level. |
Commit Details:
Full Hash: 377947342e1a483d77dea0df351f20646a30ef20
Parent Commit: 1f1926e
Lines Changed: +182, -5
1 Added Path:
/source/blender/editors/space_node/node_widgets.c (+114, -0) (View)
5 Modified Paths:
/source/blender/editors/space_node/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/space_node/node_draw.c (+17, -1) (Diff)
/source/blender/editors/space_node/node_intern.h (+4, -0) (Diff)
/source/blender/editors/space_node/space_node.c (+43, -3) (Diff)
/source/blender/windowmanager/manipulators/intern/manipulator_library/cage_manipulator.c (+3, -1) (Diff)
/source/blender/editors/space_node/node_draw.c (+17, -1) (Diff)
/source/blender/editors/space_node/node_intern.h (+4, -0) (Diff)
/source/blender/editors/space_node/space_node.c (+43, -3) (Diff)
/source/blender/windowmanager/manipulators/intern/manipulator_library/cage_manipulator.c (+3, -1) (Diff)