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:
authorCampbell Barton <ideasman42@gmail.com>2022-02-11 08:34:06 +0300
committerCampbell Barton <ideasman42@gmail.com>2022-02-11 08:34:06 +0300
commitf7876b71cdaa7f9627d1ce9de2e876efaaca19af (patch)
tree025b76aeded7fae40ef8f1a8adddd981fb76348e /curve_assign_shapekey.py
parentb8d86ccc0a3614bd0226a7f8baa4348512e144c6 (diff)
File headers: use SPDX license identifiers
Some files needed to be changed manually.
Diffstat (limited to 'curve_assign_shapekey.py')
-rw-r--r--curve_assign_shapekey.py10
1 files changed, 4 insertions, 6 deletions
diff --git a/curve_assign_shapekey.py b/curve_assign_shapekey.py
index 643eb3a2..a87e89b0 100644
--- a/curve_assign_shapekey.py
+++ b/curve_assign_shapekey.py
@@ -1,14 +1,12 @@
-#
-#
+# SPDX-License-Identifier: GPL-3.0-or-later
+# Copyright (C) 2019 Shrinivas Kulkarni
+
# This Blender add-on assigns one or more Bezier Curves as shape keys to another
# Bezier Curve
#
# Supported Blender Versions: 2.8x
#
-# Copyright (C) 2019 Shrinivas Kulkarni
-#
-# License: GPL-3.0 (https://github.com/Shriinivas/assignshapekey/blob/master/LICENSE)
-#
+# https://github.com/Shriinivas/assignshapekey/blob/master/LICENSE
import bpy, bmesh, bgl, gpu
from gpu_extras.batch import batch_for_shader