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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'release/scripts/freestyle/style_modules/Functions1D.py')
-rw-r--r--release/scripts/freestyle/style_modules/Functions1D.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/release/scripts/freestyle/style_modules/Functions1D.py b/release/scripts/freestyle/style_modules/Functions1D.py
index 4280c9b994a..17b4f1922a6 100644
--- a/release/scripts/freestyle/style_modules/Functions1D.py
+++ b/release/scripts/freestyle/style_modules/Functions1D.py
@@ -16,6 +16,11 @@
#
# ##### END GPL LICENSE BLOCK #####
+# Filename : Functions1D.py
+# Authors : Fredo Durand, Stephane Grabli, Francois Sillion, Emmanuel Turquin
+# Date : 08/04/2005
+# Purpose : Functions (functors) to be used for 1D elements
+
from Freestyle import GetProjectedZF1D, IntegrationType, UnaryFunction1DDouble, integrate
from Functions0D import pyDensityAnisotropyF0D, pyViewMapGradientNormF0D
import string