Aslak Kjølås-Sæverud

AslakKS

About Me

3D Generalist
EXPERTISE
Generalist

Connect

LOCATION
Bergen, Norway
WEBSITE

Houdini Skills

ADVANCED
Procedural Modeling  | Lighting  | Fluids  | PDG  | VEX
INTERMEDIATE
Environments  | Digital Assets  | Motion Editing  | Animation  | Hair & Fur  | Cloth  | Solaris  | Mantra  | Karma  | Pyro FX  | Destruction FX  | Realtime FX  | Python
BEGINNER
Crowds  | Muscles

Availability

I am currently employed at Devant

Recent Forum Posts

Is there a way to assign a keyboard shortcut to filter on... July 25, 2024, 7:44 a.m.

You need to indent after the if:
paneTab = hou.ui.paneTabUnderCursor()
if paneTab.type() == hou.paneTabType.Parm:
   paneTab.setFilterMode(hou.parmFilterMode.NonDefaultParms)

   toggle = not paneTab.filterEnabled()
   paneTab.setFilterEnabled(on=toggle) 

Is there a way to assign a keyboard shortcut to filter on... July 25, 2024, 2:08 a.m.

Oh, nice they must have fixed that bug 🪲👏

Made a modern/cleaner UI theme July 24, 2024, 6:21 a.m.

In h20.5 there is
hou.ui.reloadColorScheme()
that you can run through the python shell or make a shelf tool