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
path: root/tests
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2021-02-13 01:02:04 +0300
committerHans Goudey <h.goudey@me.com>2021-02-13 01:02:04 +0300
commit85f667424192f21b6875d234bc8579628a982729 (patch)
tree80f058a69d332a639d82c0e986c706b15f7ccbcd /tests
parent000a340afa67a12a38c103e19f7d52ed42c4492e (diff)
Tests: Add additional object to convert curve to mesh file
Diffstat (limited to 'tests')
-rw-r--r--tests/python/curve_to_mesh.py2
1 files changed, 2 insertions, 0 deletions
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',