Fix T79708: ShapeKey value greyed out

Mistake in rB0e9999a93edd.

Maniphest Tasks: T79708

Differential Revision: https://developer.blender.org/D8539
This commit is contained in:
Philipp Oeser 2020-08-11 15:40:42 +02:00
parent dbf5bb7af2
commit 9b58a41a92
Notes: blender-bot 2023-02-14 05:12:59 +01:00
Referenced by issue #79708, ShapeKey value greyed out
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ class DATA_PT_shape_keys(MeshButtonsPanel, Panel):
if enable_edit or (ob.use_shape_key_edit_mode and ob.type == 'MESH'):
enable_pin = True
if ob.show_only_shape_key:
if ob.show_only_shape_key is False:
enable_edit_value = True
row = layout.row()