By using
bpy.data.objects['object1'].parent = bpy.data.objects['object2']
to parent one object to another the parented object gets a weird offset.
Why does this happen and how can i fix this?
By using
bpy.data.objects['object1'].parent = bpy.data.objects['object2']
to parent one object to another the parented object gets a weird offset.
Why does this happen and how can i fix this?