DarklightGames / io_scene_psk_psa

A Blender extension for importing and exporting Unreal PSK and PSA files
GNU General Public License v3.0
399 stars 25 forks source link

Auto import of the textures exported by umodel #103

Open jokelbaf opened 3 months ago

jokelbaf commented 3 months ago

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 commented 3 months ago

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 commented 3 months ago

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?