Cleanup: Moar G.main removal of Hell.

This commit actually adds some G.main... but at much, much higher level
than the ones it removes, so should still be better ;)
This commit is contained in:
Bastien Montagne
2018-06-11 12:14:18 +02:00
parent 8055ed2741
commit d0956e9cb3
42 changed files with 212 additions and 163 deletions

View File

@@ -567,7 +567,7 @@ void BlenderSync::sync_objects(float motion_time)
if(b_ob.is_duplicator() && !object_render_hide_duplis(b_ob)) {
/* dupli objects */
b_ob.dupli_list_create(b_scene, dupli_settings);
b_ob.dupli_list_create(b_data, b_scene, dupli_settings);
BL::Object::dupli_list_iterator b_dup;