[Bf-blender-cvs] [85f66742419] master: Tests: Add additional object to convert curve to mesh file

Hans Goudey noreply at git.blender.org
Fri Feb 12 23:02:20 CET 2021


Commit: 85f667424192f21b6875d234bc8579628a982729
Author: Hans Goudey
Date:   Fri Feb 12 16:02:04 2021 -0600
Branches: master
https://developer.blender.org/rB85f667424192f21b6875d234bc8579628a982729

Tests: Add additional object  to convert curve to mesh file

===================================================================

M	tests/python/curve_to_mesh.py

===================================================================

diff --git a/tests/python/curve_to_mesh.py b/tests/python/curve_to_mesh.py
index 1e22ea8fd56..998ecdae116 100644
--- a/tests/python/curve_to_mesh.py
+++ b/tests/python/curve_to_mesh.py
@@ -41,6 +41,8 @@ def main():
                  [OperatorSpecObjectMode('convert', {'target': 'MESH'})]),
         MeshTest('2D Square', 'test2DSquare', 'expected2DSquare',
                  [OperatorSpecObjectMode('convert', {'target': 'MESH'})]),
+        MeshTest('2D Extrude', 'test2DExtrude', 'expected2DExtrude',
+                 [OperatorSpecObjectMode('convert', {'target': 'MESH'})]),
         MeshTest('Bevel Back', 'testBevelBack', 'expectedBevelBack',
                  [OperatorSpecObjectMode('convert', {'target': 'MESH'})]),
         MeshTest('Bevel Back Low Res', 'testBevelBackLowRes', 'expectedBevelBackLowRes',



More information about the Bf-blender-cvs mailing list