Render instancing can now also handle the same object in multiple,

non-animated dupligroups.
This commit is contained in:
2008-01-21 22:10:14 +00:00
parent 9f5a0deca9
commit 9dd1bcfdfb
7 changed files with 154 additions and 54 deletions

View File

@@ -47,6 +47,7 @@ void add_to_group(struct Group *group, struct Object *ob);
void rem_from_group(struct Group *group, struct Object *ob);
struct Group *find_group(struct Object *ob, struct Group *group);
int object_in_group(struct Object *ob, struct Group *group);
int group_is_animated(struct Object *parent, struct Group *group);
void group_tag_recalc(struct Group *group);
void group_handle_recalc_and_update(struct Object *parent, struct Group *group);