[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [33151] trunk/blender/source/blender/ makesrna/intern/rna_armature.c: Bugfix #24781: Can't use rest position / pose position on linked-group proxy armatures

Joshua Leung aligorith at gmail.com
Thu Nov 18 06:45:29 CET 2010


Revision: 33151
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=33151
Author:   aligorith
Date:     2010-11-18 06:45:21 +0100 (Thu, 18 Nov 2010)

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

Modified Paths:
--------------
    trunk/blender/source/blender/makesrna/intern/rna_armature.c

Modified: trunk/blender/source/blender/makesrna/intern/rna_armature.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_armature.c	2010-11-18 05:35:04 UTC (rev 33150)
+++ trunk/blender/source/blender/makesrna/intern/rna_armature.c	2010-11-18 05:45:21 UTC (rev 33151)
@@ -785,6 +785,7 @@
 	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");





More information about the Bf-blender-cvs mailing list