Notifications
Clear all
[Closed] meshop.getvertsbycolor
Sep 06, 2016 12:08 pm
Hi,
I cant 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
Sep 06, 2016 12:08 pm
Does this give you what you want?
vertices = meshop.getvertsbycolor part (color 0.01 0.01 0.01) 0 0 10