blender/source
Jason Wilkins 7154b424e9 Fix: The radial control would fail, in sculpt mode, to set size if object-space sizing was enabled.
This was caused because a small part of sculpt's radial control code did not make it into the new version.  The old code would set a new object-space size by scaling it proportional to how much the new screen-space size was changed.  

The solution I implement here is to do the same scaling inside the RNA callbacks.  This way, users of those properties do not have to worry about inconsistency.

I added a comment warning that brush_set_size, brush_set_unified_size, brush_unprojected_radius, and brush_set_unprojected_radius do not guarantee consistency because it is not always possible to precisely know what the new unprojected radius is in all contexts where you might set the size.  

I would implement the consistency check at the lower level (in those listed functions) but at this time I think it needs to be looked at to make sure that won't cause problems.  In addition, I am not sure that scaling by the ratio of change is strictly correct in all cases.

In any case, this at least fixes the immediate problem.
2011-05-28 11:30:21 +00:00
..
blender Fix: The radial control would fail, in sculpt mode, to set size if object-space sizing was enabled. 2011-05-28 11:30:21 +00:00
blenderplayer stubs.c update: ED_view3d_from_m4() 2011-05-14 06:24:29 +00:00
creator Windows installer and Path changes, fixing various issues: 2011-05-27 09:57:53 +00:00
darwin set svn end of lines to native 2011-05-09 08:15:38 +00:00
gameengine bugfix for: [#26753] PhysicsConstraints ID trouble on 64bit (linux at least). 2011-05-28 08:16:34 +00:00
icons set svn end of lines to native 2011-05-09 08:15:38 +00:00
tests fix [#26906] Panorama Button (Camera Data Properties) 2011-04-15 12:08:17 +00:00
CMakeLists.txt Code cleanup: remove source/kernel module, this wasn't really the kernel of 2011-05-06 20:18:42 +00:00
SConscript Code cleanup: remove source/kernel module, this wasn't really the kernel of 2011-05-06 20:18:42 +00:00