From 546cf1d5ba3e7cc56e9d8600bb933b125fdbc302 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Sun, 2 Apr 2006 11:48:22 +0000 Subject: Bugfix #4051 - particle duplicators should not include parent animation (error in duplicator recode of last december) - added exception for 'died' particles to keep correct orientation Also in this commit: - added comment in code to explain why vertexnormals in mesh are equal to vertex location when no faces exist - cleanup of BKE_object.h for functions that don't need export. --- source/blender/blenkernel/BKE_object.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 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 d0f70907e5c..0ed4119ac59 100644 --- a/source/blender/blenkernel/BKE_object.h +++ b/source/blender/blenkernel/BKE_object.h @@ -75,20 +75,18 @@ void expand_local_object(struct Object *ob); void make_local_object(struct Object *ob); void set_mblur_offs(float blur); void disable_speed_curve(int val); + float bsystem_time(struct Object *ob, struct Object *par, float cfra, float ofs); void object_to_mat3(struct Object *ob, float mat[][3]); void object_to_mat4(struct Object *ob, float mat[][4]); -void ob_parcurve(struct Object *ob, struct Object *par, float mat[][4]); -void ob_parlimb(struct Object *ob, struct Object *par, float mat[][4]); -void ob_parbone(struct Object *ob, struct Object *par, float mat[][4]); /* __NLA */ -void give_parvert(struct Object *par, int nr, float *vec); -void ob_parvert3(struct Object *ob, struct Object *par, float mat[][4]); + void set_no_parent_ipo(int val); -void set_dtime(int dtime); + void disable_where_script(short on); int during_script(void); void disable_where_scriptlink(short on); int during_scriptlink(void); + 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); -- cgit v1.2.3