浏览代码

Merge pull request #12096 from gero3/patch-5

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

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

@@ -251,8 +251,6 @@ CAST_SHADOW = 'castShadow'
 RECEIVE_SHADOW = 'receiveShadow'
 QUAD = 'quad'
 
-USER_DATA = 'userData'
-
 MASK = {
     QUAD: 0,
     MATERIALS: 1,
@@ -355,7 +353,6 @@ THREE_PHONG = 'MeshPhongMaterial'
 
 INTENSITY = 'intensity'
 DISTANCE = 'distance'
-ASPECT = 'aspect'
 ANGLE = 'angle'
 DECAY = 'decayExponent'