Yahya Aminullah

elveen3d

About Me

業界:
Film/TV

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Engine

Availability

Not Specified

チュートリアル

obj-image Beginner
RBD Pop Corn
obj-image Beginner
Python Group Extractor

Recent Forum Posts

Call python module function when input has changed ? 2021年9月16日12:51

tamte
I believe you can use this workflow
https://www.sidefx.com/docs/houdini/hom/locations.html#asset_modules [www.sidefx.com]

shows you how to either call specific function from python module
or also how to create module from section
both can be used to access your python module functions in OnInputChanged callback section

Thank you tamte, for me it's end up like this
kwargs["node"].hdaModule().log()

Call python module function when input has changed ? 2021年9月15日12:00

Hello everyone, I have defined function in the python module. How do I call the function when input has changed.?