sant0s81 Posted May 15, 2020 Share Posted May 15, 2020 (edited) Hello, I wonder, how to use a button that executes an operation on a node (in my case file cache) on more than one node. Like execute filecache1, filecache2 and filecach3. But not all at once, but start with executing filecach1 and when its done execute filecache2 etc. hou.node(kwargs["node"].path() + "/filecache1").parm("execute").pressButton() is what I have at the moment and it works like a charme. Thanks Edited May 17, 2020 by sant0s81 Quote Link to comment Share on other sites More sharing options...
anim Posted May 15, 2020 Share Posted May 15, 2020 if it's in the oneliner callback script field, chain them together with ; 1 Quote Link to comment Share on other sites More sharing options...
sant0s81 Posted May 17, 2020 Author Share Posted May 17, 2020 Thanks @anim, works perfect! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.