We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I once made a Windows Portable Bundle for SF3D, and I noticed that most dependencies of SF3D and SPAR3D are identical.
So I'm wondering if I can put these two into one Python environment, therefore one prebuilt package.
Then I noticed a few differences in method _handle_remaining_uvs of uv_unwrapper/unwrap.py :
_handle_remaining_uvs
uv_unwrapper/unwrap.py
I don't really know if they are interchangeable, so my questions are:
Is it OK to put SF3D and SPAR3D in one Python environment?
Which uv_unwrapper should I use? The SF3D one, or the SPAR3D one?
uv_unwrapper
Thanks in advance!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I once made a Windows Portable Bundle for SF3D, and I noticed that most dependencies of SF3D and SPAR3D are identical.
So I'm wondering if I can put these two into one Python environment, therefore one prebuilt package.
Then I noticed a few differences in method
_handle_remaining_uvs
ofuv_unwrapper/unwrap.py
:I don't really know if they are interchangeable, so my questions are:
Is it OK to put SF3D and SPAR3D in one Python environment?
Which
uv_unwrapper
should I use? The SF3D one, or the SPAR3D one?Thanks in advance!
The text was updated successfully, but these errors were encountered: