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:
authorMaurice Raybaud <mauriceraybaud@hotmail.fr>2019-12-20 21:17:40 +0300
committerMaurice Raybaud <mauriceraybaud@hotmail.fr>2019-12-22 02:27:59 +0300
commit0046ef0652382b948d34fea8a33a94e92e6350db (patch)
tree34a661fdbcc9ee1ffc4ab776b4e6f2d5c4ef2700 /render_povray/shading.py
parentb3600e4e5bcee6e2c25c7442c49f612a7182111f (diff)
POV: Improve Line endings and general formatting
used black on some files to dust up old formatting
Diffstat (limited to 'render_povray/shading.py')
-rw-r--r--render_povray/shading.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/render_povray/shading.py b/render_povray/shading.py
index 07898245..825cdd70 100644
--- a/render_povray/shading.py
+++ b/render_povray/shading.py
@@ -1,3 +1,23 @@
+# ***** BEGIN GPL LICENSE BLOCK *****
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+#
+# #**** END GPL LICENSE BLOCK #****
+
+# <pep8 compliant>
+
"""Translate complex shaders to exported POV textures."""
import bpy