Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I consistently place an object in the same location in Blender using Python? #139

Open
Huzaifa7524 opened this issue Oct 9, 2024 · 0 comments

Comments

@Huzaifa7524
Copy link

I am using Blender 3D with Python, specifically bpy, bmesh, and mathutils, to consistently place an object in the same location. I set the object location manually to xyz (0, 0, 0) and also work with two different files for different objects. I provide code to combine them, but while it works for one object, when I use different files, the objects do not connect properly. Even though I set their locations to (0, 0, 0), they do not attach to each other.
Screenshot 2024-10-01 164916
Screenshot 2024-10-09 165930

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant