Christopher Knappers

christopherk

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Engine

Availability

Not Specified

My Badges

SideFX Staff
Since 5月 2019

Recent Forum Posts

Filtering selection sets 2026年1月9日17:02

Thank you for the suggestion! We've been taking a look at the filter for the next release so I'll make a note of this as something to look into as well.

Unhide apex selection set panel 2025年9月29日14:00

Hello, you should be able to use the Shift+Vhotkey to hide/unhide the selection set panel.

APEX Script: how to debug? 2024年7月15日9:55

Hi there, yes we are unfortunately currently missing print and error callbacks in APEX. In the meantime, I find the best way to debug is to format debug log statements as strings using the string::Format callback and associated string formatting syntax in APEX Script, and then wire the debug strings to the output of the graph, or collect the list of all debug prints in a StringArray and wire that to the output of the graph. I also find the "Inspect Line" feature quite useful for finding where in a graph a particular line corresponds to, so that I can directly inspect the graph to find issues there.