blender/release/scripts/modules/bpy_extras
Sergey Sharybin a75f11d036 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.
2012-10-19 12:53:03 +00:00
..
__init__.py More spell checking. 2012-07-04 15:04:38 +00:00
anim_utils.py minor code cleanup 2012-08-25 12:55:14 +00:00
image_utils.py style cleanup 2012-06-19 22:17:19 +00:00
io_utils.py First load of spell and typo fixes (mostly UI messages, but also one or two pieces of code using mis-spelled names). 2012-07-03 17:20:21 +00:00
keyconfig_utils.py style cleanup 2012-06-19 22:17:19 +00:00
mesh_utils.py style cleanup: pep8 2012-10-08 08:28:05 +00:00
object_utils.py Fix #32219: Inconsistent influence of Units Scale on new objects 2012-10-19 12:53:03 +00:00
view3d_utils.py new function: bpy.extras.view3d_utils.region_2d_to_origin_3d() 2012-07-01 08:06:01 +00:00