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

Auto import of the textures exported by umodel #103

Open
jokelbaf opened this issue Aug 18, 2024 · 2 comments
Open

Auto import of the textures exported by umodel #103

jokelbaf opened this issue Aug 18, 2024 · 2 comments

Comments

@jokelbaf
Copy link

Is your feature request related to a problem? Please describe.
When importing a model from .pskx file exported by umodel, textures won't be automatically applied.

Describe the solution you'd like
Would be really cool if the extension could automatically import texture files for the model same way as this is done in ActorX-3dsMax-Importer.

@cmbasnett
Copy link
Member

This is possible, but only with the BDK addon installed and configured correctly.

The issue is that the materials are for the most part not just a simple textures, but are Unreal shaders etc. so just trying to grab the texture and throw it in is not sufficient, and I'd rather it just do nothing instead of getting it wrong.

@jokelbaf
Copy link
Author

Thank you for the response, could you please elaborate on the configuration needed for automatic textures import? In my case I just need a simple textures to be applied on the model. From BDK addon readme, isn't the tool dedicated for UE 2 games?

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

2 participants