Blender Git Loki
Git Commits -> Revision 9da70f7
Revision 9da70f7 by Jeroen Bakker (master) August 4, 2011, 10:05 (GMT) |
UserPref/Node editor feature: Change the level of noodle curving. Some people like curved lines, other hate them. This commit will let the user change the level of curving. In UserPreferences=>Themes=>Node editor=>Noodle curving the level can be modified. Allowed range is 0-10 with the default on 5 The patch will default everything to the way blender works ATM. File subversion has been increased otherwise older 258 files got straight lines. The data is stored in the ThemeSpace.noodle_curving the bezierdrawing is done in the drawnode. Also tested the Line cut tool |
Commit Details:
Full Hash: 9da70f74d37c7c0001a2705afc8fe5044f63bb0a
SVN Revision: 39015
Parent Commit: f3c40df
Lines Changed: +25, -6
5 Modified Paths:
/source/blender/editors/include/UI_resources.h (+3, -1) (Diff)
/source/blender/editors/interface/resources.c (+12, -2) (Diff)
/source/blender/editors/space_node/drawnode.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+7, -0) (Diff)
/source/blender/editors/interface/resources.c (+12, -2) (Diff)
/source/blender/editors/space_node/drawnode.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+7, -0) (Diff)