[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [18343] branches/blender2.5/blender/source /blender/editors: 2.5

Ton Roosendaal ton at blender.org
Mon Jan 5 17:15:27 CET 2009


Revision: 18343
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=18343
Author:   ton
Date:     2009-01-05 17:15:23 +0100 (Mon, 05 Jan 2009)

Log Message:
-----------
2.5

More linking issues with armature commit, but we'll get there :)

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/editors/armature/editarmature.c
    branches/blender2.5/blender/source/blender/editors/include/ED_armature.h
    branches/blender2.5/blender/source/blender/editors/space_view3d/drawarmature.c

Modified: branches/blender2.5/blender/source/blender/editors/armature/editarmature.c
===================================================================
--- branches/blender2.5/blender/source/blender/editors/armature/editarmature.c	2009-01-05 16:02:31 UTC (rev 18342)
+++ branches/blender2.5/blender/source/blender/editors/armature/editarmature.c	2009-01-05 16:15:23 UTC (rev 18343)
@@ -87,8 +87,6 @@
 #include "reeb.h"
 #endif
 
-extern	float center[3], centroid[3];	/* Originally defined in editobject.c */
-
 /* ************* XXX *************** */
 static int okee() {return 0;}
 static int pupmenu() {return 0;}

Modified: branches/blender2.5/blender/source/blender/editors/include/ED_armature.h
===================================================================
--- branches/blender2.5/blender/source/blender/editors/include/ED_armature.h	2009-01-05 16:02:31 UTC (rev 18342)
+++ branches/blender2.5/blender/source/blender/editors/include/ED_armature.h	2009-01-05 16:15:23 UTC (rev 18343)
@@ -82,13 +82,18 @@
 #define BONE_SELECT_PARENT	0
 #define BONE_SELECT_CHILD	1
 
-void ED_pose_deselectall(struct Object *ob, int test, int doundo);
-
+/* editarmature.c */
 void ED_armature_from_edit(struct Scene *scene, struct Object *obedit);
 void ED_armature_to_edit(struct Object *ob);
 void ED_armature_edit_free(struct Object *ob);
 void ED_armature_edit_remake(struct Object *obedit);
 
+/* poseobject.c */
+int ED_pose_channel_in_IK_chain(struct Object *ob, struct bPoseChannel *pchan);
+void ED_pose_deselectall(struct Object *ob, int test, int doundo);
+
+
+
 #endif /* ED_ARMATURE_H */
 
 

Modified: branches/blender2.5/blender/source/blender/editors/space_view3d/drawarmature.c
===================================================================
--- branches/blender2.5/blender/source/blender/editors/space_view3d/drawarmature.c	2009-01-05 16:02:31 UTC (rev 18342)
+++ branches/blender2.5/blender/source/blender/editors/space_view3d/drawarmature.c	2009-01-05 16:15:23 UTC (rev 18343)
@@ -79,8 +79,6 @@
 
 #include "view3d_intern.h"
 
-/* XXX ***************** */
-int pose_channel_in_IK_chain() {return 0;}
 
 /* *************** Armature Drawing - Coloring API ***************************** */
 





More information about the Bf-blender-cvs mailing list