Merge branch 'develop' into enhancement/OP-4770_Global-colorspace-parse_colorspace_from_filepath-simplification

This commit is contained in:
Jakub Jezek 2023-08-28 12:22:00 +02:00
commit 338772d295
No known key found for this signature in database
GPG key ID: 730D7C02726179A7
1472 changed files with 65224 additions and 28706 deletions

View file

@ -1,10 +0,0 @@
# -*- coding: utf-8 -*-
"""Test suite for User Settings."""
# import pytest
# from openpype.modules import ModulesManager
def test_rr_job():
# manager = ModulesManager()
# rr_module = manager.modules_by_name["royalrender"]
...