Hello, I need to clear multiple channels from an object.
I tried this as a test:
for x = 5 to 50 do
channelInfo.ClearChannel $ x
[this one has 50 map channels, but I need to clear from a specified number to a another specified number]
It applied all 45 "uvw mapping clear" modifiers each with an ascending number to the stack but only cleared one of them (50) when I collapsed the stack.
If I do this manually in the map channel info dialogue but right clicking each channel and clearing it, it works – but I don’t want to do that for lots of objects with 90 channels each
Thanks for any help