01-24-2022, 01:49 PM
(01-17-2022, 04:08 PM)tyFlow Wrote: Cluster values are integral (0, 1, 2, 3, 4, etc) which is why they work as Shape operator indices...whereas texture values are real (0.001, 0.91, 0.2293, etc). You can use a Script operator to multiply and round them to get them into the range you want for Shape operator indexing.
thank you. works great