Aslak Kjølås-Sæverud

AslakKS

About Me

3D Generalist
専門知識
Generalist

Connect

LOCATION
Bergen, Norway
ウェブサイト

Houdini Engine

ADVANCED
プロシージャルワークフロー  | Lighting  | Fluids  | PDG  | VEX
INTERMEDIATE
Environments  | Digital Assets  | Motion Editing  | Animation  | Hair & Fur  | Cloth  | Solaris  | Mantra  | Karma  | Pyro 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... 2024年7月25日7:44

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... 2024年7月25日2:08

Oh, nice they must have fixed that bug 🪲👏

Made a modern/cleaner UI theme 2024年7月24日6:21

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