From e60e7f36679109a6c600f0029a60486e99d7995b Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Wed, 24 Dec 2008 11:08:15 +0000 Subject: 2.5 Removed global "workob" from BKE, should now by passed on as an arg. --- source/blender/blenkernel/BKE_object.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/blenkernel/BKE_object.h') diff --git a/source/blender/blenkernel/BKE_object.h b/source/blender/blenkernel/BKE_object.h index a4a06b704bc..6d46aad5296 100644 --- a/source/blender/blenkernel/BKE_object.h +++ b/source/blender/blenkernel/BKE_object.h @@ -45,7 +45,9 @@ struct BulletSoftBody; struct Group; struct bAction; -void clear_workob(void); +void clear_workob(struct Object *workob); +void what_does_parent(struct Object *ob, struct Object *workob); + void copy_baseflags(void); void copy_objectflags(void); struct SoftBody *copy_softbody(struct SoftBody *sb); @@ -104,8 +106,6 @@ void where_is_object_time(struct Object *ob, float ctime); void where_is_object(struct Object *ob); void where_is_object_simul(struct Object *ob); -void what_does_parent(struct Object *ob); - struct BoundBox *unit_boundbox(void); void boundbox_set_from_min_max(struct BoundBox *bb, float min[3], float max[3]); struct BoundBox *object_get_boundbox(struct Object *ob); -- cgit v1.2.3