Blender Git Loki
Git Commits -> Revision d4ce95d
Revision d4ce95d by Sergey Sharybin (master) September 6, 2011, 14:59 (GMT) |
Fix #28524: Push/Pull Assert when using Operator Panel to Alter Distance value Some transform operators (like push/pull, shrink/fatten, to sphere and so) were creating "value" as single scalar value. This used to confuse RNA_float_get_array used in initTransform. Use RNA_float_get_array for array values and RNA_float_get for scalar value in transform initi function. |
Commit Details:
Full Hash: d4ce95d1dc9103c018b17f42872d231cece33383
SVN Revision: 39970
Parent Commit: 0c15f83
Lines Changed: +8, -1
1 Modified Path:
/source/blender/editors/transform/transform.c (+8, -1) (Diff)