Explorar el Código

Consistent default for geometry type property.

tschw hace 10 años
padre
commit
b41f7600c6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      utils/exporters/blender/addons/io_three/__init__.py

+ 1 - 1
utils/exporters/blender/addons/io_three/__init__.py

@@ -604,7 +604,7 @@ class ExportThree(bpy.types.Operator, ExportHelper):
         name="Type",
         description="Geometry type",
         items=_geometry_types()[1:],
-        default=constants.GEOMETRY)
+        default=constants.EXPORT_OPTIONS[constants.GEOMETRY_TYPE])
 
     option_export_scene = BoolProperty(
         name="Scene",