Browse Source

Merge pull request #12096 from gero3/patch-5

removal double assignements
Mr.doob 8 years ago
parent
commit
beb8834e53
1 changed files with 0 additions and 3 deletions
  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'
 RECEIVE_SHADOW = 'receiveShadow'
 QUAD = 'quad'
 QUAD = 'quad'
 
 
-USER_DATA = 'userData'
-
 MASK = {
 MASK = {
     QUAD: 0,
     QUAD: 0,
     MATERIALS: 1,
     MATERIALS: 1,
@@ -355,7 +353,6 @@ THREE_PHONG = 'MeshPhongMaterial'
 
 
 INTENSITY = 'intensity'
 INTENSITY = 'intensity'
 DISTANCE = 'distance'
 DISTANCE = 'distance'
-ASPECT = 'aspect'
 ANGLE = 'angle'
 ANGLE = 'angle'
 DECAY = 'decayExponent'
 DECAY = 'decayExponent'