Hi;
I’m looking for some documentation/Tutorial about “Action Button” tab in “Edit Parameter Interface”.
Thanks for helping.
I’m looking for some documentation about "Action Button" tab in "Edit Parameter Interface"..
5866 6 1- Masoud
- Member
- 414 posts
- Joined: 8月 2015
- Offline
- goldfarb
- スタッフ
- 3459 posts
- Joined: 7月 2005
- Offline
- Masoud
- Member
- 414 posts
- Joined: 8月 2015
- Offline
- goldfarb
- スタッフ
- 3459 posts
- Joined: 7月 2005
- Offline
- tamte
- Member
- 8768 posts
- Joined: 7月 2007
- Offline
Masoudthere is not much else to it
Is there any tutorial about how to work with this?
so as mentioned on the goldfarb's link
- put a code in there that you want to be executed when the action button is clicked
- use kwargs dictionary variable to access some intrinsic data (node, parmtuple, …)
so overall it's similar to setting up a parameter callback for a button
Tomas Slancik
FX Supervisor
Method Studios, NY
FX Supervisor
Method Studios, NY
- vinyvince
- Member
- 275 posts
- Joined: 9月 2012
- Offline
What confuse me is why this is the action button section is to accessible (empty) with a button parameter?
Only in with an event. I tried to build one but for now im failing
Only in with an event. I tried to build one but for now im failing
tamteMasoudthere is not much else to it
Is there any tutorial about how to work with this?
so as mentioned on the goldfarb's link
- put a code in there that you want to be executed when the action button is clicked
- use kwargs dictionary variable to access some intrinsic data (node, parmtuple, ...)
so overall it's similar to setting up a parameter callback for a button
Vincent Thomas (VFX and Art since 1998)
Senior Env and Lighting artist & Houdini generalist & Creative Concepts
http://fr.linkedin.com/in/vincentthomas [fr.linkedin.com]
Senior Env and Lighting artist & Houdini generalist & Creative Concepts
http://fr.linkedin.com/in/vincentthomas [fr.linkedin.com]
- vinyvince
- Member
- 275 posts
- Joined: 9月 2012
- Offline
Edit i found some answer but so far i didn't found great use of the action button feature compare to a simple button with a callback.
Until the moment when i decided to boost the default Sidefx "Null" with a bunch of additional features. It's not an HDA so there is no script module attached and if you could execute a bunch of python instructions in a single line format, it's rather limited!
But with action button , you could run a full standard python script that way !
Very handy... i don't think people know this so i thought was worth sharing
Until the moment when i decided to boost the default Sidefx "Null" with a bunch of additional features. It's not an HDA so there is no script module attached and if you could execute a bunch of python instructions in a single line format, it's rather limited!
But with action button , you could run a full standard python script that way !
Very handy... i don't think people know this so i thought was worth sharing
Edited by vinyvince - 2024年9月9日 16:20:39
Vincent Thomas (VFX and Art since 1998)
Senior Env and Lighting artist & Houdini generalist & Creative Concepts
http://fr.linkedin.com/in/vincentthomas [fr.linkedin.com]
Senior Env and Lighting artist & Houdini generalist & Creative Concepts
http://fr.linkedin.com/in/vincentthomas [fr.linkedin.com]
-
- Quick Links