Blender Version
Broken: 2.93
Worked: 2.7 I guess
Short description of error
bpy_extras.io_utils.create_derived_objects fails with error if the object uses instancing (duplis) after dupli_list_create was removed:
Traceback (most recent call last):
File "<blender_console>", line 1, in <module>
File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\scripts\modules\bpy_extras\io_utils.py", line 358, in create_derived_objects
ob.dupli_list_create(scene)
AttributeError: 'Object' object has no attribute 'dupli_list_create'Exact steps for others to reproduce the error
See attached blend file - execute the line in the py console.