03-03-2021, 04:51 PM
The problem with making that default is that it could confuse users who don't realize it's enabled by default by overriding their flow-assigned materials.
Eventually I plan on making the shape list multi-selection enabled. Then you'll be able to edit all shape settings at once.
In the meantime you can use maxscript to edit shape properties. The properties you'll want to modify in maxscript are:
The size of the tabs will be equal to the number of elements in the list and you can modify them by index in a loop.
Eventually I plan on making the shape list multi-selection enabled. Then you'll be able to edit all shape settings at once.
In the meantime you can use maxscript to edit shape properties. The properties you'll want to modify in maxscript are:
Code:
materialMode_tab
material_tab
The size of the tabs will be equal to the number of elements in the list and you can modify them by index in a loop.