Reloading Changed Shelf File Causes Houdini Freeze

   1029   0   0
User Avatar
Member
7 posts
Joined: Jan. 2018
Offline
Hi,
Does anyone has an idea how to avoid the freeze when a shelf file changed by script and reloaded causes the Houdini to freeze ?
Thanks in advance!
G

a part of the script :
hou.shelves.loadFile( self.shelfFile)
if force_all_refresh:
hou.shelves.loadFile( self.shelfFile_def)
hou.shelves.reloadShelfFiles()
  • Quick Links