double sided only by our switch

This commit is contained in:
titiger 2021-04-06 01:17:11 +02:00
parent 3fcaa22d10
commit d873d91660
1 changed files with 0 additions and 6 deletions

View File

@ -892,12 +892,6 @@ def G3DSaver(filepath, context, toglest, operator):
properties = 0
if mesh.g3d_customColor:
properties |= 1
try:
if mesh.materials[0].use_backface_culling:
properties |= 2
except Exception as e:
print("No material, backface culling not set: ", e)
if mesh.show_double_sided:
properties |= 2
if mesh.g3d_noSelect: