Go to file
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
build_files style cleanup: make OSL follow our C style convention. http://wiki.blender.org/index.php/Dev:Doc/CodeStyle 2012-10-17 01:47:37 +00:00
doc * Fix small bug in Python operator example; improved example of modal operator 2012-10-12 18:19:39 +00:00
extern code cleanup: 2012-10-17 04:13:03 +00:00
intern code cleanup: minor style change & quiet warning, also add assert for BM_vert_splice() to check for invalid use. 2012-10-19 03:07:58 +00:00
release Fix #32219: Inconsistent influence of Units Scale on new objects 2012-10-19 12:53:03 +00:00
source Fix #32219: Inconsistent influence of Units Scale on new objects 2012-10-19 12:53:03 +00:00
CMakeLists.txt OSX/cmake: after osl librenew with globals patch, forcing oiio is not longer needed 2012-10-11 10:15:37 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile code cleanup: add check spelling osl 2012-10-17 01:53:29 +00:00
SConstruct add option to build without blenders default avi codec. 2012-10-08 02:51:42 +00:00