blob: 04eefce8b4901726a4a847f3171f84d80890df83 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# This file lists the ranges of V-Ray versions that Shave supports for each
# version of Maya in the following format:
#
# mayaVersion: start end build
#
# where 'start' is the start of a range of supported V-Ray SDK versions,
# 'end' is the ending version, and 'build' is the version we build with when
# creating the plugin and shader for that range of versions.
#
# If 'end' is not known (e.g. the plugin & shader support right up to the
# latest version of V-Ray) then just fill in 9s for the last 2 digits.
#
# V-Ray 4.04.01 is the first official release of V-Ray Next. 4.* releases prior
# to that were beta builds which do not contain all the features that Shave
# needs.
#
# TODO: The build scripts do not currently use the 'Build' field.
#
# Start End Build
# ------- ------- -------
2017: 3.60.00 3.60.99 3.60.04
2017: 4.04.01 4.99.99 4.04.01
2018: 3.60.00 3.60.99 3.60.04
2018: 4.04.01 4.99.99 4.04.01
|