de-duplicate parent loop checking function

This commit is contained in:
2011-12-16 10:39:43 +00:00
parent 68dd398063
commit ce8f64d9f9
4 changed files with 15 additions and 22 deletions

View File

@@ -120,6 +120,8 @@ void BKE_scene_foreach_display_point(
const short flag,
void (*func_cb)(const float[3], void *), void *user_data);
int BKE_object_parent_loop_check(const struct Object *parent, const struct Object *ob);
void solve_tracking (struct Object *ob, float targetmat[][4]);
int ray_hit_boundbox(struct BoundBox *bb, float ray_start[3], float ray_normal[3]);