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:
authorCampbell Barton <ideasman42@gmail.com>2021-05-14 10:35:08 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-05-14 10:35:08 +0300
commitc1c0b661c0147faf565f6fde080c356504710a70 (patch)
tree48bb8edd856b07cf3604a7a905644b944dc28cf3 /tests/python/operators.py
parent20c3db6604e8de49dc780201ce583041d017064d (diff)
Cleanup: clang-format
Diffstat (limited to 'tests/python/operators.py')
-rw-r--r--tests/python/operators.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/python/operators.py b/tests/python/operators.py
index 4c863edfbdb..c209b01c20c 100644
--- a/tests/python/operators.py
+++ b/tests/python/operators.py
@@ -316,13 +316,13 @@ def main():
# normal case
MeshTest("CubeFaceUnsubdivide", "testCubeUnsubdivide", "expectedCubeUnsubdivide",
[OperatorSpecEditMode("unsubdivide", {}, "FACE", {i for i in range(6)})]),
-
+
# T87259 - test cases
MeshTest("CubeEdgeUnsubdivide", "testCubeEdgeUnsubdivide", "expectedCubeEdgeUnsubdivide",
[OperatorSpecEditMode("unsubdivide", {}, "EDGE", {i for i in range(6)})]),
MeshTest("UVSphereUnsubdivide", "testUVSphereUnsubdivide", "expectedUVSphereUnsubdivide",
[OperatorSpecEditMode("unsubdivide", {'iterations': 9}, "FACE", {i for i in range(512)})]),
-
+
# vert connect path
# Tip: It works only if there is an already existing face or more than 2 vertices.
MeshTest("CubeVertConnectPath", "testCubeVertConnectPath", "expectedCubeVertConnectPath",