Commit: 2db15f52c189a9ee72f7d4e6746bdd959afb0e7b
Author: calra123
Date: Wed Aug 5 22:46:05 2020 +0530
Branches: soc-2020-testing-frameworks
https://developer.blender.org/rB2db15f52c189a9ee72f7d4e6746bdd959afb0e7b
Minor fixes, adding GPL license and wave modifier test
===================================================================
M tests/python/deform_modifiers.py
M tests/python/modifiers.py
===================================================================
diff --git a/tests/python/deform_modifiers.py b/tests/python/deform_modifiers.py
index 6fedd66c186..3a7d7fab128 100644
--- a/tests/python/deform_modifiers.py
+++ b/tests/python/deform_modifiers.py
@@ -1,3 +1,28 @@
+# ##### 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>
+
+# To run the test type: blender -b /path/to/the/blend/file --python
path/to/this/py/file -- --run-all-tests -- --verbose
+# Type the above line in cmd/terminal, for example, look below
+# blender -b c:\blender-lib\deform_modifiers.blend --python
c:\deform_modifiers.py -- --run-all-tests -- --verbose
+
+
import os
import sys
import bpy
diff --git a/tests/python/modifiers.py b/tests/python/modifiers.py
index e79ba582a5d..dfea16777e1 100644
--- a/tests/python/modifiers.py
+++ b/tests/python/modifiers.py
@@ -264,8 +264,8 @@ def main():
[ModifierSpec('laplaciansmooth', 'LAPLACIANSMOOTH', {'lambda_factor':
12, 'lambda_border': 12})]],
# Not reproducible anymore
- # ["WavePlane", "testObjPlaneWave", "expObjPlaneWave",
- # [ModifierSpec('wave', 'WAVE', {})]],
+ ["WavePlane", "testObjPlaneWave", "expObjPlaneWave",
+ [ModifierSpec('wave', 'WAVE', {})]],
#############################################
# CURVES Generate Modifiers
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs