Compositor Tests: Reorganize folders to match node groupings
This addresses issue #120949 to move compositor tests to reflect the grouping used when adding a new node. This PR only moves the relevant single tests and their renders into matching directories. Folders such as 'multi-node setups' and 'pixel nodes' were not changed. Pull Request: https://projects.blender.org/blender/blender/pulls/139757
This commit is contained in:
@@ -65,7 +65,7 @@ def main():
|
||||
if os.path.basename(args.testdir) == 'filter':
|
||||
# Temporary change to pass OpenImageDenoise test with both 1.3 and 1.4.
|
||||
report.set_fail_threshold(0.05)
|
||||
elif os.path.basename(args.testdir) == 'matte':
|
||||
elif os.path.basename(args.testdir) == 'mask' or os.path.basename(args.testdir) == 'keying':
|
||||
# The node_keying_matte.blend test is very sensitive to the exact values in the
|
||||
# input image. It makes it hard to precisely match results on different systems
|
||||
# (with and without SSE, i.e.), especially when OCIO has different precision for
|
||||
|
||||
Reference in New Issue
Block a user