You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to parent one object to another, don't use bpy.ops, use the .parent attribute instead. For example if you have a Cube and want it to be the parent of a Sphere.