Houdini 19.5 hapi

hapi.bindCustomImplementation function

新しく実装したDLLをカスタムセッションスロットのどれかにバインドします。

使用方法

bindCustomImplementation(session_type: hapi.sessionType, dll_path: str) → bool

新しく実装したDLLをカスタムセッションスロットのどれかにバインドします。

session_type

DLLのバインド先のカスタム実装スロット。 hapi.sessionType.Custom1hapi.sessionType.Custom2hapi.sessionType.Custom3のどれかを指定してください。

dll_path

カスタム実装DLLのパス。

hapi