Bugfix #24781: Can't use rest position / pose position on linked-group proxy armatures

This commit is contained in:
Joshua Leung
2010-11-18 05:45:21 +00:00
parent a3773b6ec5
commit 26cd3fd293

View File

@@ -785,6 +785,7 @@ static void rna_def_armature(BlenderRNA *brna)
RNA_def_property_enum_items(prop, prop_pose_position_items);
RNA_def_property_ui_text(prop, "Pose Position", "Show armature in binding pose or final posed state");
RNA_def_property_update(prop, 0, "rna_Armature_update_data");
RNA_def_property_flag(prop, PROP_LIB_EXCEPTION);
prop= RNA_def_property(srna, "draw_type", PROP_ENUM, PROP_NONE);
RNA_def_property_enum_sdna(prop, NULL, "drawtype");