JustinPedersen / maya_fspy

Simple UI to import fSpy files into Autodesk Maya
MIT License
38 stars 0 forks source link

Support multiple Maya scene up configurations #4

Closed JustinPedersen closed 3 years ago

JustinPedersen commented 3 years ago

From user: @Squall789

One thing I wondered is, I used Unreal often, so my Maya axis are using Z as up (though I changed it to Y up for testing this script), would it be possible to add an option, if it's even needed, to correctly rotate the group to the Z up axis if that is the users configuration.

Squall789 commented 3 years ago

Are there any updates on supporting Z-up configuration within Maya? I might be premature as this might be a more complex issue than I'm assuming.

JustinPedersen96 commented 3 years ago

I had a look at this and it can be done simply be changing the settings in FSpy to match the orientation in maya that you want.

These were my FSPY settings fspy_settings

Image used: test_image_02

Results in Maya with orientation set to Z up. fspy_maya_settings

Will close this issue, but please feel free to open again if this doesn't solve your issue.