浏览代码

Merge pull request #12090 from gero3/patch-3

Update constants.py
Mr.doob 8 年之前
父节点
当前提交
cdcffd6b55
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      utils/exporters/blender/addons/io_three/constants.py

+ 0 - 2
utils/exporters/blender/addons/io_three/constants.py

@@ -246,8 +246,6 @@ NORMAL = 'normal'
 ITEM_SIZE = 'itemSize'
 ARRAY = 'array'
 
-FLOAT_32 = 'Float32Array'
-
 VISIBLE = 'visible'
 CAST_SHADOW = 'castShadow'
 RECEIVE_SHADOW = 'receiveShadow'