Hey
Quick question:
We are developing a plugin for Houdini. The otls do not change, but our python scripts (python2.7libs and python3.7libs folder).
How can you reload a scripted python plugin while Houdini is running?
I have found some posts in this forum, but they do not seem to work.
Do you have any solution?
Reload python plugin while developing?
3002 3 0- schoenberger
- Member
- 13 posts
- Joined: 12月 2012
- Offline
- pezetko
- Member
- 392 posts
- Joined: 11月 2008
- Offline
- schoenberger
- Member
- 13 posts
- Joined: 12月 2012
- Offline
- wlvl_r
- Member
- 6 posts
- Joined: 10月 2021
- Offline
pezetko
It's good to remove that reloading for the production version.
Does it cause overhead to have it on for all custom HDAs that requires it?
( assuming you are reloading relatively small modules )
the HDAs' Python Module gets loaded when starting the Houdini session and when clicking a button that calls back a function of that module. Correct?
-
- Quick Links