Houdini Engine for Maya,Maya callbacks does not work

   2752   2   1
User Avatar
Member
4 posts
Joined: Aug. 2020
Offline
Your text to link here... [www.sidefx.com]

i'm not having any luck actually accessing these callbacks. I don't know where to put the function to work. Does anyone have a working example of using these callbacks?
User Avatar
Staff
463 posts
Joined: Aug. 2019
Offline
You should be able to define the methods inside the script editor. In the case of MEL, you must define it as a global proc. To make these persistent across startups you can place the definitions in userSetup.mel or userSetup.py.
User Avatar
Member
4 posts
Joined: Aug. 2020
Offline
johnmather
You should be able to define the methods inside the script editor. In the case of MEL, you must define it as a global proc. To make these persistent across startups you can place the definitions in userSetup.mel or userSetup.py.
got it.thanks
  • Quick Links