-
-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Labels
🐛 BugSomething isn't workingSomething isn't working
Description
The Model texture seems to export only the displayed selected model variant.
Steps to reproduce the behavior:
- Made a pretty good model that you're proud of with variants to switch it in-game
- Select the variant that isn't the "default" variant ( in this case I select the
small_gear
variant [see screenshot below] ) - Export
- Summon the model ( in this case I would want to summon the
large_gear
variant model ->/function gears:summon/large_gear
) - The summoned model doesnt display anything and this is because the exported texture only contains the variant that is selected before the project is exported ( selecting the small_gear variant only exports the small_gear texture even though the large_gear has a texture assigned to it [however the small_gear model is displayed in-game when summoned ->
/function gears:summon/small_gear
] )
The Model texture should export regardless of what the current model variant is selected.
Selecting the default model variant and then exporting it :
Selecting the other model variant and then exporting it :
- OS: Windows 10 Pro ( Intel(R) Core(TM) i5-3320M CPU @ 2.60GHz 2.60 GH 64-bit operating system, x64-based processor )
- Version: v0.3.5
Additional Context :
To reproduce the bug, the model need to had at least more than 1 model variants.
Metadata
Metadata
Assignees
Labels
🐛 BugSomething isn't workingSomething isn't working