Blender Git Commit Log

Git Commits -> Revision c71a8e8

Revision c71a8e8 by Hans Goudey (master)
January 27, 2021, 17:19 (GMT)
UI: Fix incorrect RNA percentage property definitions

In two cases the percentage property was actually used incorrectly, as
pointed out in T82070. The range was [0, 1], but the properties were still
displayed as percentages.

There is a preference to control whether to display factors or
percentages, so it usually doesn't make sense to manually define
properties as percentages.

Resolves T82070

Differential Revision: https://developer.blender.org/D9344

Commit Details:

Full Hash: c71a8e837616159735a925bbb82c868646e7d3a1
Parent Commit: 0e39c52
Lines Changed: +34, -34

10 Modified Paths:

/source/blender/editors/armature/pose_slide.c (+9, -9) (Diff)
/source/blender/editors/curve/editcurve_select.c (+1, -1) (Diff)
/source/blender/editors/gpencil/gpencil_interpolate.c (+1, -1) (Diff)
/source/blender/editors/lattice/editlattice_select.c (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh_select.c (+1, -1) (Diff)
/source/blender/editors/metaball/mball_edit.c (+1, -1) (Diff)
/source/blender/editors/object/object_select.c (+1, -1) (Diff)
/source/blender/editors/physics/particle_edit.c (+1, -1) (Diff)
/source/blender/editors/space_graph/graph_slider_ops.c (+9, -9) (Diff)
/source/blender/windowmanager/intern/wm_operator_props.c (+9, -9) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021