Heya folks,
I was doing a quick loader for multiple bitmaps into the multisubtex and came across a bug - the texmap_num parameter doesn't work correctly despite being listed with showproperties in maxscript - try the following code with the material editor open:
So with that it should have changed from the default value of 20 twice. Getting the value is fine but setting isn't behaving!
Cheers,
John
I was doing a quick loader for multiple bitmaps into the multisubtex and came across a bug - the texmap_num parameter doesn't work correctly despite being listed with showproperties in maxscript - try the following code with the material editor open:
Code:
theMap = VRayMultiSubTex texmap_num:3 setMeditMaterial activeMeditSlot theMap meditmaterial[activeMeditSlot].texmap_num = 5
Cheers,
John
Comment