Skip to content

Commit

Permalink
Fix "Import VMT" not working
Browse files Browse the repository at this point in the history
Fixes #187.
  • Loading branch information
lasa01 committed Oct 23, 2024
1 parent 9b2e70c commit df19e0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plumber/importer/vmt.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def execute(self, context: Context) -> Set[str]:
fs,
AssetCallbacks(context),
self.get_threads_suggestion(context),
import_materials=True,
simple_materials=self.simple_materials,
allow_culling=self.allow_culling,
editor_materials=self.editor_materials,
Expand Down

0 comments on commit df19e0a

Please sign in to comment.