blender/release/scripts/modules
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
..
bl_i18n_utils More UI messages and BKE_reportf<->BKE_report fixes... 2012-10-18 16:25:58 +00:00
bpy style cleanup: pep8 2012-10-08 08:28:05 +00:00
bpy_extras Fix #32219: Inconsistent influence of Units Scale on new objects 2012-10-19 12:53:03 +00:00
console Correct mathutils documentation, also correct some python spelling errors and add makefile target check_spelling 2012-02-08 04:37:37 +00:00
addon_utils.py code cleanup: minor edits on recent commit. 2012-10-13 11:23:04 +00:00
animsys_refactor.py Style edit (mostly), use """ for docstrings (not '''). 2012-07-03 09:02:41 +00:00
blend_render_info.py fix for blend_render_info.py not closing file & some edits to comments. 2012-08-22 10:29:30 +00:00
bpy_types.py style cleanup: pep8 2012-10-08 08:28:05 +00:00
bpyml_ui.py Style edit (mostly), use """ for docstrings (not '''). 2012-07-03 09:02:41 +00:00
bpyml.py style cleanup: pep8 2012-10-08 08:28:05 +00:00
console_python.py fix for own error in copy_as_script(), imports were incorrect. 2012-10-12 04:00:41 +00:00
console_shell.py style cleanup: pep8 2012-10-08 08:28:05 +00:00
graphviz_export.py style cleanup 2012-06-19 22:17:19 +00:00
keyingsets_utils.py py api: sphinx doc corrections, pep8 cleanup and style edits, also added __all__ to some modules which were missing it. 2011-07-31 03:15:37 +00:00
rna_info.py style cleanup: pep8 2012-10-08 08:28:05 +00:00
rna_prop_ui.py use props all over for operator properties vars 2012-01-01 13:09:58 +00:00
rna_xml.py style cleanup: pep8 2012-10-08 08:28:05 +00:00
sys_info.py fix for own regression with handling of script paths, however this didnt work quite right before either. 2012-07-29 01:02:25 +00:00