Matt Rapelje

MattRapelje

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Reload python modules 2022年6月24日1:07

#Python 3
import importlib
importlib.reload(module)
# Python 2 uses the method mentioned above.

Tracking down script with Hotkey??? 2021年4月27日13:43

mrCatfish Thank you, that worked! Also discovered that it shows up when you export the hotkeys...

Tracking down script with Hotkey??? 2021年4月26日23:47

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.