fix [#29950] Linked proxy armature object properties can't be edited

This commit is contained in:
Campbell Barton
2013-01-23 06:09:53 +00:00
parent c48238fac6
commit 4544c234f5

View File

@@ -92,6 +92,9 @@ def draw(layout, context, context_member, property_type, use_edit=True):
if not rna_item:
return
if rna_item.id_data.library is not None:
use_edit = False
assert(isinstance(rna_item, property_type))
items = rna_item.items()