Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Duroure <julien.duroure@gmail.com>2018-12-01 08:04:52 +0300
committerJulien Duroure <julien.duroure@gmail.com>2018-12-01 08:04:52 +0300
commit40b00140cbf8a8ea06922d984787493062bce52b (patch)
treeb83b07000d9559a9e8d4296574915cad300f4423 /io_scene_gltf2/blender/exp/gltf2_blender_gather_light_spots.py
parent9a627ee667454ce92fbce908f887fe6577f0b297 (diff)
glTF : fixes for emission export, correction nodes for lights & camera
Diffstat (limited to 'io_scene_gltf2/blender/exp/gltf2_blender_gather_light_spots.py')
-rw-r--r--io_scene_gltf2/blender/exp/gltf2_blender_gather_light_spots.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/io_scene_gltf2/blender/exp/gltf2_blender_gather_light_spots.py b/io_scene_gltf2/blender/exp/gltf2_blender_gather_light_spots.py
index 6b1f95e2..b2ab3953 100644
--- a/io_scene_gltf2/blender/exp/gltf2_blender_gather_light_spots.py
+++ b/io_scene_gltf2/blender/exp/gltf2_blender_gather_light_spots.py
@@ -12,13 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-import bpy
-from typing import Optional, List, Any
-
-from io_scene_gltf2.blender.exp.gltf2_blender_gather_cache import cached
-
+from typing import Optional
from io_scene_gltf2.io.com import gltf2_io_lights_punctual
-from io_scene_gltf2.io.com import gltf2_io_debug
def gather_light_spot(blender_lamp, export_settings) -> Optional[gltf2_io_lights_punctual.LightSpot]: