Skip to content

Commit a53a089

Browse files
committed
passing self.scripting again
1 parent 19acd00 commit a53a089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

i_scene_cp77_gltf/importers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def execute(self, context):
259259

260260
# turns out that multimesh import of an entire car uses a gazillion duplicates as well...
261261
JSONTool.start_caching()
262-
CP77GLBimport(self, props.with_materials, props.remap_depot, self.exclude_unused_mats, self.image_format, self.filepath, self.hide_armatures, self.import_garmentsupport, self.files, self.directory, self.appearances)
262+
CP77GLBimport(self, props.with_materials, props.remap_depot, self.exclude_unused_mats, self.image_format, self.filepath, self.hide_armatures, self.import_garmentsupport, self.files, self.directory, self.appearances, self.scripting)
263263
JSONTool.stop_caching()
264264

265265
return {'FINISHED'}

0 commit comments

Comments
 (0)