If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Exciting News: Chaos acquires EvolveLAB = AI-Powered Design.
To learn more, please visit this page!
New! You can now log in to the forums with your chaos.com account as well as your forum account.
In the latest nightlies, you can probably use the "vray version" and "vray build" commands, but for older builds the only option is to parse the first line of the vray4maya_log.txt file in the temp folder.
In the latest nightlies, you can probably use the "vray -version" and "vray -build" commands, but for older builds the only option is to parse the first line of the vray4maya_log.txt file in the temp folder.
Then you can use "vray version" for the version number and "vray build" for the build number (turned out you don't need the hyphen before "version" and "build").
Then you can use "vray version" for the version number and "vray build" for the build number (turned out you don't need the hyphen before "version" and "build").
build = Maya plugin revision version = V-Ray core "engine" version, vray.exe, the one that's also used for managing DR renders
...and if so, the number which is often referred to as something along the lines of 2.00.04 etc, what is that (?) and is it possible to fetch this number in a similar manner that @raxto has done with "build" and "version"?
build = Maya plugin revision version = V-Ray core "engine" version, vray.exe, the one that's also used for managing DR renders
This is correct, yes. Originally I wanted the "version" number to be the version of the Maya plugin, not the V-Ray core, but apparently I didn't made myself quite clear
...and if so, the number which is often referred to as something along the lines of 2.00.04 etc, what is that (?) and is it possible to fetch this number in a similar manner that @raxto has done with "build" and "version"?
There is no way to do that for the moment; we can either modify the "version" command to do that, or add a new command - which one do you prefer?
Great, thanks for clearing that up. It's very nice that you now output the build version next to the plugin version (in Maya's output window). I've been buried in a 2.0 beta for some time here... because of the VFB But it's now hard to turn down two years of development... I just cut a render's total render time in 1/3 by just rendering with the latest nightly build.
Regarding accessing the plugin version, it doesn't matter that much. I'd prefer either a third command or a list (['version','build','date']) returned so that I can quickly query and move on.
Now when I can query the build number, that's what's most important for us in order to differentiate different (nightly) versions of V-Ray (since the plugin version can be the same for different builds).
Comment