So create a VrayMultiSubTex in slot 1 of medit.
Then type:
meditMaterials[1].texmap_num
it will return 20
now type
meditMaterials[1].texmap_num = 21
It returns 21, but it doesn't actual add ids to the map.
Am I missing something?
- Neil
Then type:
meditMaterials[1].texmap_num
it will return 20
now type
meditMaterials[1].texmap_num = 21
It returns 21, but it doesn't actual add ids to the map.
Am I missing something?
- Neil
Comment