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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user