
Matt Rapelje
MattRapelje
About Me
Connect
LOCATION
Not Specified
WEBSITE
Houdini Skills
Availability
Not Specified
Recent Forum Posts
Reload python modules June 24, 2022, 1:07 a.m.
#Python 3
import importlib
importlib.reload(module)
# Python 2 uses the method mentioned above.
import importlib
importlib.reload(module)
# Python 2 uses the method mentioned above.
Tracking down script with Hotkey??? April 27, 2021, 1:43 p.m.
mrCatfish Thank you, that worked! Also discovered that it shows up when you export the hotkeys...
Tracking down script with Hotkey??? April 26, 2021, 11:47 p.m.
I created a script and set a hot key to it, and want to transfer it to a new machine but I can not find where it is looked though the hotkey editor and did not see it, and that combo is not used according to the hotkey map. I know it works because it outputs to the console... any other ideas on where/how to find it?
I believe I put it in a toolbar but I am darned if I can find it.
I believe I put it in a toolbar but I am darned if I can find it.