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:
Diffstat (limited to 'io_scene_gltf2/io/com/gltf2_io_lights_punctual.py')
-rw-r--r--io_scene_gltf2/io/com/gltf2_io_lights_punctual.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/io_scene_gltf2/io/com/gltf2_io_lights_punctual.py b/io_scene_gltf2/io/com/gltf2_io_lights_punctual.py
index 57679d90..b1c48db0 100644
--- a/io_scene_gltf2/io/com/gltf2_io_lights_punctual.py
+++ b/io_scene_gltf2/io/com/gltf2_io_lights_punctual.py
@@ -74,4 +74,3 @@ class Light:
self.extensions)
result["extras"] = self.extras
return result
-