Fix: Realtime Compositor tests use CPU compositor
The Realtime Compositor uses the CPU compositor. That's because the enum identifier of the Realtime Compositor changed to GPU, so update the test script accordingly.
This commit is contained in:
@@ -17,7 +17,7 @@ except ImportError:
|
||||
|
||||
ENABLE_REALTIME_COMPOSITOR_SCRIPT = "import bpy; " \
|
||||
"bpy.context.preferences.experimental.use_experimental_compositors = True; " \
|
||||
"bpy.data.scenes[0].node_tree.execution_mode = 'REALTIME'"
|
||||
"bpy.data.scenes[0].node_tree.execution_mode = 'GPU'"
|
||||
|
||||
|
||||
def get_arguments(filepath, output_filepath):
|
||||
|
||||
Reference in New Issue
Block a user