Skip to content

Commit ac89ae9

Browse files
committed
default try_fix to False
yell at users before helping
1 parent 6c04862 commit ac89ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

i_scene_cp77_gltf/exporters/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class CP77GLBExport(Operator,ExportHelper):
8282
)
8383
try_fix: BoolProperty(
8484
name="Fix Meshes",
85-
default=True,
85+
default=False,
8686
description="Try to fix any issues "
8787
)
8888

0 commit comments

Comments
 (0)