瀏覽代碼

Update constants.py

This assignment to 'FLOAT_32' is unnecessary as it is redefined here before this value is used.
=>
https://lgtm.com/projects/g/mrdoob/three.js/snapshot/109bbfaeab1a0768acf40151648acfdf37a1949f/files/utils/exporters/blender/addons/io_three/constants.py?sort=entity-kind&dir=ASC
gero3 8 年之前
父節點
當前提交
3469127b8c
共有 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'