Julien BOLBACH

julien-b

About Me

VFX Supervisor @ Untold Studios
専門知識
CG Supervisor
業界:
Film/TV

Connect

LOCATION
London, United Kingdom
ウェブサイト

Houdini Engine

Availability

Not Specified

Recent Forum Posts

Retrieve Python Panel of current node 2024年5月18日5:06

Hi all,

I'm working on a python panel for a custom HDA, and I was wondering if there was a way to get the python panel attached to the current node I'm on..?
I'd like to do some operations in the HDA, and pass those updates onto the Python Panel.

Any insight would be great!

Thanks in advance,

Julien

HDA "widget-style" parms 2020年10月26日18:12

Hey guys,

I'm building an HDA with a somewhat complex set of parms and I wonder if there would be a way to group a few parms together to create an uber parm block, so I can duplicate it around for other parms, a little bit like what you can create in pyqt with widgets.
I read about Import blocks a bit, but I don't think they can do what I want.

For example, let's assume that I have a block of parms as follow :
- A toggle
- A label
- A min value
- A max value
- A variation value
- etc.


So now I want a Parm block for let's say “density” and “rotation”, same ui, same behaviour, just different Parm names. I can duplicate manually the parms, but it would be great to have such a “block” to control the overall UI/logic, specially if I want to change the global look and feel later.

I assume this is something that is probably not doable, but maybe there is a way ?

Let me know,

Thanks a lot,

Julien

Python states and Edit Node 2020年10月3日10:00

Hi guys,

Is there a hook to be able to get the behaviour of a Edit Sop as the default state of an HDA ? Or is there a Python Viewer State for that ?

Thanks,

Julien