Bugfix for another issue with last render instancing commit,

objects could get created multiple times.
This commit is contained in:
2008-01-22 12:10:59 +00:00
parent d11cd3108b
commit 82b0ee69e5

View File

@@ -4316,8 +4316,6 @@ static void database_init_objects(Render *re, unsigned int lay, int nolamps, int
else
assign_dupligroup_dupli(re, obi, obr);
}
else
init_render_object(re, obd, ob, dob->index, only_verts, !dob->animated);
}
if(dob->type != OB_DUPLIGROUP) {