Hello everyone.
My task is to find out valid integer range of some property. For example some material has an integer property and I need to know which values are valid for this property. The problem is that if I set invalid value (for example valid range is 0-2 and I set it to 3) then 3dsMax can even crash.
One man told me that I can get ParamBlockDesc2 from paramblock, with GetDesc(), then call GetParamDef, and it has max/min values. But it's for C++.
Can this be achieved in maxscript anyway?
By NiK684 · 2017-10-01