I declare my hand. I'm a very low to intermediate skill level user of max. But I recently started dabbling in maxscript. And I spend a lot of time (after learning to model) tweaking vray settings in max. I was thinking it would be timesaving if I knew something about each of the properties. But there is very little documentation out there. So I was wondering if anyone had a tabulated document that could annotate the following script (my second for maxscript) with value ranges, meanings, and default values.
here is the script:
vr = renderers.current
V_Ray_Adv_1_50_SP1:V_Ray_Adv_1_50_SP1
showproperties vr
.imageSampler_type : integer
.filter_on : boolean
.filter_kernel : maxObject
.filter_size : float
.filter_paramA : float
...
...
...
(it was too long so Its now an attachement)
so I demonstrate my ignorance now as I don't know how to compile a list of properties with their current values (so that I can modify them) I know how to set it something, and how to get an array of them but I was wanting to set up some common presets between max machines as presets don't really work as expected and there was some stuff that I like to tweak that presets don't cater for.
a table such as I am asking for above would be useful for other vray properties, but not as essential as the rendersettings because its pretty easy to work out vraymtl and the like. The rendersettings dialog is so large that I get lost...
Raj
here is the script:
vr = renderers.current
V_Ray_Adv_1_50_SP1:V_Ray_Adv_1_50_SP1
showproperties vr
.imageSampler_type : integer
.filter_on : boolean
.filter_kernel : maxObject
.filter_size : float
.filter_paramA : float
...
...
...
(it was too long so Its now an attachement)
so I demonstrate my ignorance now as I don't know how to compile a list of properties with their current values (so that I can modify them) I know how to set it something, and how to get an array of them but I was wanting to set up some common presets between max machines as presets don't really work as expected and there was some stuff that I like to tweak that presets don't cater for.
a table such as I am asking for above would be useful for other vray properties, but not as essential as the rendersettings because its pretty easy to work out vraymtl and the like. The rendersettings dialog is so large that I get lost...
Raj
Comment