Found 5 posts.
Search results Show results as topic list.
Houdini Lounge » Killing Houdini process from cygwin
-
- megger
- 5 posts
- Offline
Six years down the line, that's still really sad. But that's probably nothing SideFX can fix easily and more of a Windows thing.
Edited by megger - 2022年5月15日 10:14:26
Technical Discussion » how to trigger callback from another node without user chaning the parm
-
- megger
- 5 posts
- Offline
The solution is quite simple, if you do it through the parameter UI, you can create a spare parameter button and link the target parameter. When the button is pushed, the target parameter callback script is called without changing the value.
Same logic through python. On a parameter object just execute the ".pressButton()" method.
Example:
hou.parm('/obj/smoke1/pyrosolver/solver').pressButton()
(I just had to solve this because when changing the (sop-pyro-solver's) solver mode through the ".set()" method, the callback script isn't triggered, which meant that the values on the solver for solving were not updated.)
Same logic through python. On a parameter object just execute the ".pressButton()" method.
Example:
hou.parm('/obj/smoke1/pyrosolver/solver').pressButton()
(I just had to solve this because when changing the (sop-pyro-solver's) solver mode through the ".set()" method, the callback script isn't triggered, which meant that the values on the solver for solving were not updated.)
Edited by megger - 2022年3月30日 08:42:43
MARDINI Daily Challenge 2021 » Day 2 Animation | Motion | Grow
-
- megger
- 5 posts
- Offline
Tim van Helsdingen
GROW
Pretty happy how this one turned out. but i'm not 100% sure if I qualify because I only just now read that I'm not allowed to use any megascans assets, and I used some for the environment. The growing plants themselves are made by me though. So hopefully this still counts. Rendered in Redshift.
https://youtu.be/cwB4S0J_F5E [youtu.be]
Q. Can Megascans/Substance be used?
A. Megascan and other 3rd party models are not allowed in the contest. Megascan and Substance textures are allowed.
There you go, you sly fox!

Here's my shot:
"I'm just gonna do this for one or two hours." Ends up taking half the day because it's so fun - and then Redshift crashes a couple of times.
Edited by megger - 2021年3月2日 18:34:19
Technical Discussion » Debugging Hip file size
-
- megger
- 5 posts
- Offline
Hello Sean,
thank you a lot for this detailed explanation! Haha, using system() in the textport would have taken me an eternity to figure out. It's a real pity that it doesn't work on NC files, as we're also in a university. But the opscript way will have to do.
Thanks again,
Martin
thank you a lot for this detailed explanation! Haha, using system() in the textport would have taken me an eternity to figure out. It's a real pity that it doesn't work on NC files, as we're also in a university. But the opscript way will have to do.

Thanks again,
Martin
3rd Party » Texture/Mask/Displacement Painting HDA, WIP
-
- megger
- 5 posts
- Offline
That's really quite impressive. Did you handle the painting entirely through python? And what's the renderer? Mantra?
The built in houdini tools for that are quite lackluster as far as I know. And the drawcurve sop being the only real option for scattering like this, and that slows down to a crawl going upwards of 20 strokes.
I'd love to play around with this, if you need someone for beta testing. I'm an unchallenged expert in breaking things, haha.
The built in houdini tools for that are quite lackluster as far as I know. And the drawcurve sop being the only real option for scattering like this, and that slows down to a crawl going upwards of 20 strokes.
I'd love to play around with this, if you need someone for beta testing. I'm an unchallenged expert in breaking things, haha.
-
- Quick Links