Hi, I’m wondering how to copy an object and I found the way to copy it but it isn’t visible in viewport, it isn’t in scene but it’s ‘hided’… I couldn’t find any way to solve this problem…
I thought it would be easy just to copy an object and move it into scene>collection.
In console you have
x = bpy.data.objects[‘Dead_Bush_Model.002’]
y = x.copy()
y
bpy.data.objects[‘Dead_Bush_Model.004’]
so I know I sucesfully copied object
When I move it manually to collection “Info” window “doesn’t” says how it did it.