Skip to content

Commit

Permalink
Updated for Arnold 6.1.0.0. Removed test for non-cryptomatte pixels o…
Browse files Browse the repository at this point in the history
…f test 010 as they are different between versions of Arnold.
  • Loading branch information
jonahf committed Dec 26, 2020
1 parent 38b5708 commit 222778d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions tests/cryptomatte/010_htoa_instances.ass
Original file line number Diff line number Diff line change
Expand Up @@ -9949,6 +9949,7 @@ skydome_light
{
name /obj/arnold_skydome_light1
color /obj/arnold_skydome_light1/shopnet/arnold_vopnet/physical_sky1
camera 0
exposure 2
samples 2
motion_end 0
Expand Down
5 changes: 1 addition & 4 deletions tests/cryptomatte_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def test_build_compatibility(self):
5.0.1.0 for 5.0.* and 5.1.*, and building against
5.2.0.0 for 5.2.*.
"""
legal_versions = ['5.0.1.0', '5.2.0.0']
legal_versions = ['5.0.1.0', '5.2.0.0', '6.0.0.0', '6.1.0.0', '6.2.0.0']
legal_phrases = ['cryptomatte uses Arnold %s' % x for x in legal_versions]
with open(self.result_log) as f:
log_contents = f.read()
Expand Down Expand Up @@ -473,9 +473,6 @@ def test_results_all_present(self):
def test_cryptomatte_pixels(self):
self.assertCryptomattePixelsMatch()

def test_non_cryptomatte_pixels(self):
self.assertNonCryptomattePixelsMatch()


class Cryptomatte020(CryptomatteTestBase):
"""
Expand Down

0 comments on commit 222778d

Please sign in to comment.