manthrax 8 лет назад
Родитель
Сommit
8c683c1413
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      utils/exporters/blender/addons/io_three/exporter/api/object.py

+ 1 - 1
utils/exporters/blender/addons/io_three/exporter/api/object.py

@@ -371,7 +371,7 @@ def receive_shadow(obj):
                     return True
         return False
 
-AXIS_CONVERSION = axis_conversion(to_forward='-Z', to_up='Y').to_4x4() 
+AXIS_CONVERSION = axis_conversion(to_forward='Z', to_up='Y').to_4x4() 
 
 @_object
 def matrix(obj, options):