fix [#29950] Linked proxy armature object properties can't be edited
This commit is contained in:
@@ -92,6 +92,9 @@ def draw(layout, context, context_member, property_type, use_edit=True):
|
|||||||
if not rna_item:
|
if not rna_item:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
if rna_item.id_data.library is not None:
|
||||||
|
use_edit = False
|
||||||
|
|
||||||
assert(isinstance(rna_item, property_type))
|
assert(isinstance(rna_item, property_type))
|
||||||
|
|
||||||
items = rna_item.items()
|
items = rna_item.items()
|
||||||
|
Reference in New Issue
Block a user