Blender Git Loki
Git Commits -> Revision 4350067
Revision 4350067 by Howard Trickey (master) May 20, 2019, 12:51 (GMT) |
Normal UI: Remove normals toolbar and add/muliply menu options. See T64324 for discussion re improving normal editing ui. As next step, remove the face_strength tool settings because menu operator now includes that. Move face_strenth enum to better place. Remove normals toolbar panel because only thing left (normal_vector) can stay hidden for copy/paste. Remove add vector and multiply vector menu entries as they are useless without ui method for specifying operand, and they are very low utility operations anyway. |
Commit Details:
Full Hash: 43500671dc7227df1a557ec6109a3323ee4ba348
Parent Commit: 49f530c
Lines Changed: +10, -31
6 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d.py (+0, -2) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+0, -17) (Diff)
/source/blender/bmesh/intern/bmesh_operators.h (+7, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+1, -8) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+0, -4) (Diff)
/source/blender/modifiers/intern/MOD_weighted_normal.c (+2, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+0, -17) (Diff)
/source/blender/bmesh/intern/bmesh_operators.h (+7, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+1, -8) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+0, -4) (Diff)
/source/blender/modifiers/intern/MOD_weighted_normal.c (+2, -0) (Diff)