This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/editors/mesh
Bastien Montagne 0e3fa0b761 Fix T41590: When scene scale is not 1.0, and units are "None," Blender assumes translations are in meters.
Turned out there were several issues in handling of scale parameter by numinput.
Fixed that by factorizing more some code in common with 'usual' numbuttons eval code
(new `bUnit_getScaleUnit()` helper will return valid scaled value, depending on
given system and type).

Now, numinput behaves as expected - using default unit amended by scale in case no unit is given
(i.e. entering '20' with a scale of 0.01 will give you 20cm, and '20cm' as well!).
2014-08-26 12:31:08 +02:00
..
2014-06-14 00:47:12 +10:00
2014-06-22 15:02:27 +10:00
2014-01-12 22:05:24 +11:00
2014-08-18 17:09:30 +10:00
2014-08-21 13:08:13 +10:00
2014-08-18 17:09:30 +10:00
2014-04-11 11:33:29 +10:00