Blender Git Commit Log
Git Commits -> Revision 2af2c2c
January 13, 2006, 15:50 (GMT) |
Orange: Display types and variable size for Empties. This is using instructions from Ton, so hopefully the implementation is ok. This is really needed here where we are using all sorts of wacky scales, and empties look too big or too small. Of course we don't want to scale the empties because there are often things parented to them. New options are in edit buttons for empties to control the display style and the size. New styles are easy to add, too. Just needs useful ideas and minor effort from anyone who wants to. Support for copying these values has also been added to the Copy Attributes ->Drawtype menu command. |
Commit Details:
Full Hash: 2af2c2c700d2256380fb3095257efe576fd0bbf1
SVN Revision: 6433
Parent Commit: cc2a332
Lines Changed: +93, -37
8 Modified Paths:
/source/blender/blenkernel/intern/object.c (+2, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+10, -0) (Diff)
/source/blender/include/BDR_drawobject.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_object_types.h (+7, -0) (Diff)
/source/blender/src/buttons_editing.c (+13, -1) (Diff)
/source/blender/src/drawarmature.c (+2, -2) (Diff)
/source/blender/src/drawobject.c (+56, -33) (Diff)
/source/blender/src/editobject.c (+2, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+10, -0) (Diff)
/source/blender/include/BDR_drawobject.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_object_types.h (+7, -0) (Diff)
/source/blender/src/buttons_editing.c (+13, -1) (Diff)
/source/blender/src/drawarmature.c (+2, -2) (Diff)
/source/blender/src/drawobject.c (+56, -33) (Diff)
/source/blender/src/editobject.c (+2, -0) (Diff)