MaxScript Reseed - Printable Version +- tyFlow Forum (https://forum.tyflow.com) +-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html) +--- Forum: General Discussion (https://forum.tyflow.com/forum-2.html) +--- Thread: MaxScript Reseed (/thread-2705.html) |
MaxScript Reseed - jensh - 10-20-2021 Hi, Is there a way to reseed all operators via Maxscript. I know I can rightclick on an event and reseed all operators, but it would be nice if I could automate it and do all of my events in 1 click. RE: MaxScript Reseed - tyFlow - 10-20-2021 There's not a dedicated function, but you can iterate over events and operators using MAXScript and then set the value of any spinner with "seed" in its name to whatever you want. |