rna naming error in recent commits
This commit is contained in:
@@ -228,7 +228,7 @@ class DATA_PT_shape_keys(MeshButtonsPanel, bpy.types.Panel):
|
||||
row = layout.row()
|
||||
row.prop(kb, "name")
|
||||
|
||||
if key.relative:
|
||||
if key.use_relative:
|
||||
if ob.active_shape_key_index != 0:
|
||||
row = layout.row()
|
||||
row.active = enable_edit_value
|
||||
|
||||
Reference in New Issue
Block a user