Notifications
Clear all

[Closed] meshop.getvertsbycolor

Hi,
I can’t get the function meshop.getvertsbycolor to work with the channel specified.
Example: vertices = meshop.getvertsbycolor part color 0.01 0.01 0.01 channel:10

I get the runtime error :
– Argument count error: getVertsByColor wanted 5, got 8
If I remove the optional channel: parameter it works but code need to work on other channel !

Please help !

Regards,
FOOD

1 Reply

Does this give you what you want?

vertices = meshop.getvertsbycolor part (color 0.01 0.01 0.01) 0 0 10