Blender Git Commit Log
Git Commits -> Revision a75f11d
Revision a75f11d by Sergey Sharybin (master) October 19, 2012, 12:53 (GMT) |
Fix #32219: Inconsistent influence of Units Scale on new objects Made it so meshes, curves, surfaces and metaballs are scaling to a grid cell size, which makes them behave consistently now. There're still issues to be resolved still: - Lattice is not scaled to grid cell size yet, it uses slightly different add function which makes scaling a bit tricky and hacky. Would prefer to do a bit bigger refactor here, so it's a TODO for now. - Cameras, speakers and other helpers are not scaling. They don't have data on which scale could be applied and perhaps it should be some kind of draw scale. Also would consider it's a TODO for now. |
Commit Details:
Full Hash: a75f11d03678b094d608382c50d0bb299c53ed1c
SVN Revision: 51423
Parent Commit: 3a41ab7
Lines Changed: +70, -28
9 Modified Paths:
/release/scripts/modules/bpy_extras/object_utils.py (+13, -0) (Diff)
/release/scripts/startup/bl_operators/add_mesh_torus.py (+4, -2) (Diff)
/source/blender/editors/curve/editcurve.c (+3, -7) (Diff)
/source/blender/editors/include/ED_mball.h (+1, -1) (Diff)
/source/blender/editors/include/ED_object.h (+2, -1) (Diff)
/source/blender/editors/mesh/editmesh_add.c (+13, -9) (Diff)
/source/blender/editors/metaball/mball_edit.c (+2, -1) (Diff)
/source/blender/editors/object/object_add.c (+17, -6) (Diff)
/source/blender/makesrna/intern/rna_space.c (+15, -1) (Diff)
/release/scripts/startup/bl_operators/add_mesh_torus.py (+4, -2) (Diff)
/source/blender/editors/curve/editcurve.c (+3, -7) (Diff)
/source/blender/editors/include/ED_mball.h (+1, -1) (Diff)
/source/blender/editors/include/ED_object.h (+2, -1) (Diff)
/source/blender/editors/mesh/editmesh_add.c (+13, -9) (Diff)
/source/blender/editors/metaball/mball_edit.c (+2, -1) (Diff)
/source/blender/editors/object/object_add.c (+17, -6) (Diff)
/source/blender/makesrna/intern/rna_space.c (+15, -1) (Diff)