Mr.doob 10 роки тому
батько
коміт
9dc0771fde
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      utils/exporters/blender/addons/io_three/__init__.py

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

@@ -156,7 +156,7 @@ def _mapping(index):
 
 bpy.types.Texture.THREE_mapping = EnumProperty(
     name='Mapping',
-    items = [_mapping(x) for x in range(5)],
+    items = [_mapping(x) for x in range(4)],
     default=constants.MAPPING_TYPES.UV)
 
 class TEXTURE_PT_hello(bpy.types.Panel):