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:
Omar Emara
2024-02-14 15:35:35 +02:00
parent a8a05ebba1
commit da238bdb2f

View File

@@ -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):