Default to False for backwards compatibility

This commit is contained in:
Roy Nieterau 2024-03-20 17:17:42 +01:00
parent 30e84371e0
commit b2af91ba37

View file

@ -80,7 +80,7 @@ class ExtractABC(publish.Extractor, publish.OptionalPyblishPluginMixin):
"excludes the mesh's normals.\n"
"Enabling this usually result in smaller file size "
"due to lack of normals.",
default=True
default=False
)
]