# Each line describes a range of supported versions of MtoA/Arnold, using the # following format: # # mayaVersion: start end build # # where 'start' is the starting version of MtoA/Arnold supported by a given # plugin & shader, 'end' is the ending version, and 'build' is the version we # use when building plugins for that range of versions. # # Each of 'start', 'end' and 'build' consists of an MtoA version and its # corresponding Arnold SDK version, separated by a slash. E.g: # # 3.1.0.0/5.2.0.0 # # Note that MtoA typically drops the 'fix' portion of the version number # (i.e. the last digit) if it is zero but it must be included here. # # If 'end' is not known (e.g. the plugin & shader support right up to the # latest version) then just fill in 9s for the 'minor' and 'fix' portions # of the version number. E.g: # # 3.1.9.9/5.2.9.9 # # If a given version of Maya supports multiple ranges of MtoA/Arnold versions # use a separate line for each range. # # Maya 2017 and onward ship with a version of MtoA/Arnold included, as # follows: # # 2017 initial: 1.3.0.0/4.2.14.0 # 2017 update 3: 1.4.2.0/4.2.16.2 # 2017 update 5: 1.4.2.3/4.2.16.3 # # 2018 initial: 2.0.1.0/5.0.1.0 # 2018 update 1: 2.0.2.0/5.0.1.2 # 2018 update 2: 2.1.0.1/5.0.2.1 # 2018 update 3: 3.0.0.2/5.1.0.1 # 2018 update 4: 3.0.1.1/5.1.1.1 # # We try to support the versions which ship with Maya, even if we otherwise # wouldn't support that version. This is so that Shave will work with each # version of Maya straight out of the box, without requiring that the user # first update MtoA. That's why only Maya 2017 supports MtoA 1.3.0.0: we have # generally deprecated support for any version of MtoA prior to 2.0.1.0, but # since Maya 2017 shipped with MtoA 1.3.0.0 we continue to support that # specific combination. # # Start End Build # MtoA/Arnold MtoA/Arnold MtoA/Arnold # ---------------- ----------------- ---------------- # The next one is not available on MacOS. 2017: 1.3.0.0/4.2.14.0 1.3.0.9/4.2.14.9 1.3.0.0/4.2.14.0 2017: 2.1.0.0/5.0.2.0 3.0.9.9/5.1.9.9 2.1.0.2/5.0.2.3 2017: 3.1.0.0/5.2.0.0 3.3.9.9/5.4.9.9 3.1.0.0/5.2.0.0 2018: 2.0.1.0/5.0.1.0 3.0.9.9/5.1.9.9 2.0.1.0/5.0.1.0 2018: 3.1.0.0/5.2.0.0 3.3.9.9/5.4.9.9 3.1.0.0/5.2.0.0