[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [30431] trunk/blender/source/blender/ editors/armature/poseobject.c: 48Hr Bugfix: Paste pose not correctly updating

Joshua Leung aligorith at gmail.com
Sat Jul 17 15:18:11 CEST 2010


Revision: 30431
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=30431
Author:   aligorith
Date:     2010-07-17 15:18:11 +0200 (Sat, 17 Jul 2010)

Log Message:
-----------
48Hr Bugfix: Paste pose not correctly updating

Removed some antiquated cruft that used to work around the old anim-system.

Modified Paths:
--------------
    trunk/blender/source/blender/editors/armature/poseobject.c

Modified: trunk/blender/source/blender/editors/armature/poseobject.c
===================================================================
--- trunk/blender/source/blender/editors/armature/poseobject.c	2010-07-17 12:04:51 UTC (rev 30430)
+++ trunk/blender/source/blender/editors/armature/poseobject.c	2010-07-17 13:18:11 UTC (rev 30431)
@@ -1046,17 +1046,7 @@
 	
 	/* Update event for pose and deformation children */
 	DAG_id_flush_update(&ob->id, OB_RECALC_DATA);
-	
-	if (IS_AUTOKEY_ON(scene)) {
-// XXX		remake_action_ipos(ob->action);
-	}
-	else {
-		/* need to trick depgraph, action is not allowed to execute on pose */
-		// XXX: this is probably not an issue anymore
-		where_is_pose(scene, ob);
-		ob->recalc= 0;
-	}
-	
+		
 	/* notifiers for updates */
 	WM_event_add_notifier(C, NC_OBJECT|ND_POSE, ob);
 





More information about the Bf-blender-cvs mailing list