-
Notifications
You must be signed in to change notification settings - Fork 226
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
Request: Ability to specify the pivot point per layer. #335
Comments
Trying to implement this now, I am thinking of putting this in the 'move' tool, so we can set it when we apply rotation or scale. Would that work for your use case or you had something else in mind? |
Hmm i'm not trying to move it.
i know each mesh can have it's origin (pivot) set to an arbitrary place. and currently i do that in ue. |
Ok I think I understand. I’ll try to add a layer origin that’s taken into
account during gltf export.
…On Sun, Jan 14, 2024 at 1:20 PM Jeronimo Barraco-Marmol < ***@***.***> wrote:
Hmm i'm not trying to move it.
let me explain:
I'm making these characters (and other composite objects) using layers.
i need to have them as separate meshes so that i can manipulate in game.
when importing to unreal they get put on different meshes (good).
if i dump the meshes on the level, they get the correct position (kinda
good).
BUT the origin of each mesh is the same. (e.g. 0,0)
- bad since rotating/scaling/moving a mesh will give wrong results.
https://www.youtube.com/live/Z7WWzGsPobU?&t=2961
i know each mesh can have it's origin (pivot) set to an arbitrary place.
and currently i do that in ue.
but everytime i re-import the mesh (due to a change in the gox file) i
have to re do.
and would be also easier to do on goxel (i think).
i had a video where i actually went through that process but i can't find
it atm.
—
Reply to this email directly, view it on GitHub
<#335 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA2JH64RZ342XV25ZIYD4DYONTINAVCNFSM6AAAAABBKUSOL2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJQHA2TCNBXGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
thanks a lot, that sounds good. a visual indicator of where the point lies in the scene would be good. (like a dot in the scene). just for clarification here are some more info Char07.g.zip here's the structure, and how things are parented in ue. and this is the tool i use inside ue to modify the pivot. |
Also that tool is available only on ue 5.2+ which, despite being counter-intuitive, a lot of professional projects still are stuck on older versions. thanks a lot for the help and the hard work. |
I'll give it a try thanks! |
I've tried this on 1.51 AppImage but after exporting the pivot seems to be at the origin again. |
What the title says. and also let that pivot point be at points smaller than a cube. e.g. the center of a cube, or top-center.
The text was updated successfully, but these errors were encountered: