Digital Asset: display value in parameters ?
5853 11 2-
- olivierth
- Member
- 1177 posts
- Joined: April 2017
- Offline
-
- Herve
- Member
- 40 posts
- Joined: Aug. 2018
- Offline
-
- olivierth
- Member
- 1177 posts
- Joined: April 2017
- Offline
-
- Herve
- Member
- 40 posts
- Joined: Aug. 2018
- Offline
-
- olivierth
- Member
- 1177 posts
- Joined: April 2017
- Offline
-
- CYTE
- Member
- 802 posts
- Joined: Feb. 2017
- Offline
-
- SWest
- Member
- 313 posts
- Joined: Oct. 2016
- Offline
-
- CYTE
- Member
- 802 posts
- Joined: Feb. 2017
- Offline
Hey SWest,
thank you for your help. I don't think it's python. Take a look at the file. I want to display the value of rand in the display parameter called Rand_is: But it always shows 0.
My end goal is to display a color in the hda interface randomly created by the hda. It would be beneficial if you have an idea of how to do that.
Cheers
CYTE
thank you for your help. I don't think it's python. Take a look at the file. I want to display the value of rand in the display parameter called Rand_is: But it always shows 0.
My end goal is to display a color in the hda interface randomly created by the hda. It would be beneficial if you have an idea of how to do that.
Cheers
CYTE
-
- SWest
- Member
- 313 posts
- Joined: Oct. 2016
- Offline
Okay, now I’m outside with no chance to test anything. However, basically you seem to want to ”read” another parameter. With Python this would be setting a keyframe to a parameter telling it to update itself to some other parm. However, since you are not using Python you will need to get the expression to do something similar. A random color is just three float values, and I think you find the correct data type in the editor ”Edit Parameter Interface” (gear icon). When I have opportunity to take a look I will, otherwise I think there are a lot of seasoned Houdini users around here who will answer first. Cheers!
Edited by SWest - Sept. 30, 2022 15:11:40
Interested in character concepts, modeling, rigging, and animation. Related tool dev with Py and VEX.
-
- CYTE
- Member
- 802 posts
- Joined: Feb. 2017
- Offline
Hey SWest,
thank you for your help! Unfortunately, this is not what I'm looking for. In your setup, the random number is generated inside the hda interface and not by nodes contained in the hda. this is important to me, as I want a multiparm setup in the end. the data should come from the node network to the interface. like I tried in my example with the rand value.
Cheers
CYTE
thank you for your help! Unfortunately, this is not what I'm looking for. In your setup, the random number is generated inside the hda interface and not by nodes contained in the hda. this is important to me, as I want a multiparm setup in the end. the data should come from the node network to the interface. like I tried in my example with the rand value.
Cheers
CYTE
Edited by CYTE - Oct. 1, 2022 12:47:56
-
- gorrod
- Member
- 33 posts
- Joined: Nov. 2016
- Offline
-
- CYTE
- Member
- 802 posts
- Joined: Feb. 2017
- Offline
-
- Quick Links


, but following my guess... that label parameter, label 1 entry has to be between tilde characters `detail("../Measure_converter",etc...)` for it work. otherwise it won't display correctly.


