From b6b1e0f56cefc43571c8fc09bb14e4cb4bff7841 Mon Sep 17 00:00:00 2001 From: Jeroen Bakker Date: Tue, 12 Jun 2018 15:15:36 +0200 Subject: T55454: removal of clay engine The ClayEngine was introduced to test the blender2.8 architecture during development. As currently we have the wanted features implemented with matcaps we are going to remove the clay engine as it was never intended to be an official releasable engine Note: The test cases are never run. But when enabled will be skipped as they were implemented over the Clay Engine --- tests/python/view_layer/test_evaluation_render_settings_a.py | 1 + tests/python/view_layer/test_evaluation_render_settings_b.py | 1 + tests/python/view_layer/test_evaluation_render_settings_c.py | 1 + tests/python/view_layer/test_evaluation_render_settings_d.py | 1 + tests/python/view_layer/test_evaluation_render_settings_e.py | 1 + tests/python/view_layer/test_evaluation_render_settings_f.py | 1 + tests/python/view_layer/test_evaluation_render_settings_g.py | 1 + tests/python/view_layer/test_evaluation_render_settings_h.py | 1 + tests/python/view_layer/test_evaluation_render_settings_i.py | 1 + 9 files changed, 9 insertions(+) (limited to 'tests/python/view_layer') diff --git a/tests/python/view_layer/test_evaluation_render_settings_a.py b/tests/python/view_layer/test_evaluation_render_settings_a.py index e1e78ecdc13..1299737cd2c 100644 --- a/tests/python/view_layer/test_evaluation_render_settings_a.py +++ b/tests/python/view_layer/test_evaluation_render_settings_a.py @@ -14,6 +14,7 @@ from view_layer_common import * # ############################################################ class UnitTesting(ViewLayerTesting): + @unittest.skip("Uses the clay engine, that is removed T55454") def test_render_settings(self): """ See if the depsgraph evaluation is correct diff --git a/tests/python/view_layer/test_evaluation_render_settings_b.py b/tests/python/view_layer/test_evaluation_render_settings_b.py index 5cc055095a1..77e01d85a87 100644 --- a/tests/python/view_layer/test_evaluation_render_settings_b.py +++ b/tests/python/view_layer/test_evaluation_render_settings_b.py @@ -14,6 +14,7 @@ from view_layer_common import * # ############################################################ class UnitTesting(ViewLayerTesting): + @unittest.skip("Uses the clay engine, that is removed T55454") def test_render_settings(self): """ See if the depsgraph evaluation is correct diff --git a/tests/python/view_layer/test_evaluation_render_settings_c.py b/tests/python/view_layer/test_evaluation_render_settings_c.py index 805f6949ba2..033dd7bcb69 100644 --- a/tests/python/view_layer/test_evaluation_render_settings_c.py +++ b/tests/python/view_layer/test_evaluation_render_settings_c.py @@ -14,6 +14,7 @@ from view_layer_common import * # ############################################################ class UnitTesting(ViewLayerTesting): + @unittest.skip("Uses the clay engine, that is removed T55454") def test_render_settings(self): """ See if the depsgraph evaluation is correct diff --git a/tests/python/view_layer/test_evaluation_render_settings_d.py b/tests/python/view_layer/test_evaluation_render_settings_d.py index 9fa90b66931..85808c548b4 100644 --- a/tests/python/view_layer/test_evaluation_render_settings_d.py +++ b/tests/python/view_layer/test_evaluation_render_settings_d.py @@ -14,6 +14,7 @@ from view_layer_common import * # ############################################################ class UnitTesting(ViewLayerTesting): + @unittest.skip("Uses the clay engine, that is removed T55454") def test_render_settings(self): """ See if the depsgraph evaluation is correct diff --git a/tests/python/view_layer/test_evaluation_render_settings_e.py b/tests/python/view_layer/test_evaluation_render_settings_e.py index e5cb8b2b295..2375a6e575e 100644 --- a/tests/python/view_layer/test_evaluation_render_settings_e.py +++ b/tests/python/view_layer/test_evaluation_render_settings_e.py @@ -14,6 +14,7 @@ from view_layer_common import * # ############################################################ class UnitTesting(ViewLayerTesting): + @unittest.skip("Uses the clay engine, that is removed T55454") def test_render_settings(self): """ See if the depsgraph evaluation is correct diff --git a/tests/python/view_layer/test_evaluation_render_settings_f.py b/tests/python/view_layer/test_evaluation_render_settings_f.py index e7e834ff7fa..f334880b6b4 100644 --- a/tests/python/view_layer/test_evaluation_render_settings_f.py +++ b/tests/python/view_layer/test_evaluation_render_settings_f.py @@ -14,6 +14,7 @@ from view_layer_common import * # ############################################################ class UnitTesting(ViewLayerTesting): + @unittest.skip("Uses the clay engine, that is removed T55454") def test_render_settings(self): """ See if the depsgraph evaluation is correct diff --git a/tests/python/view_layer/test_evaluation_render_settings_g.py b/tests/python/view_layer/test_evaluation_render_settings_g.py index 32f3529eef8..1b4262934fb 100644 --- a/tests/python/view_layer/test_evaluation_render_settings_g.py +++ b/tests/python/view_layer/test_evaluation_render_settings_g.py @@ -14,6 +14,7 @@ from view_layer_common import * # ############################################################ class UnitTesting(ViewLayerTesting): + @unittest.skip("Uses the clay engine, that is removed T55454") def test_render_settings(self): """ See if the depsgraph evaluation is correct diff --git a/tests/python/view_layer/test_evaluation_render_settings_h.py b/tests/python/view_layer/test_evaluation_render_settings_h.py index 3e175068006..937fab1521a 100644 --- a/tests/python/view_layer/test_evaluation_render_settings_h.py +++ b/tests/python/view_layer/test_evaluation_render_settings_h.py @@ -14,6 +14,7 @@ from view_layer_common import * # ############################################################ class UnitTesting(ViewLayerTesting): + @unittest.skip("Uses the clay engine, that is removed T55454") def test_render_settings(self): """ See if the depsgraph evaluation is correct diff --git a/tests/python/view_layer/test_evaluation_render_settings_i.py b/tests/python/view_layer/test_evaluation_render_settings_i.py index e84c360f859..2842f2adb92 100644 --- a/tests/python/view_layer/test_evaluation_render_settings_i.py +++ b/tests/python/view_layer/test_evaluation_render_settings_i.py @@ -14,6 +14,7 @@ from view_layer_common import * # ############################################################ class UnitTesting(ViewLayerTesting): + @unittest.skip("Uses the clay engine, that is removed T55454") def test_render_settings(self): """ See if the depsgraph evaluation is correct -- cgit v1.2.3