Szabolcs Illés

szabolcs.illes

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Problems with Mouse Event Handler when Duplicating Node ( As Sept. 7, 2020, 10:29 a.m.

Any idea ?
Thanks !

Problems with Mouse Event Handler when Duplicating Node ( As Sept. 4, 2020, 4:36 a.m.

Hi,

In H18 when a node ( which type is user created digital asset ) is duplicated this happens:

Any Ideas?

Thanks in Advance !

Image Not Found




The whole error message:
Traceback (most recent call last):
File “Mouse Event Handler”, line 19, in <module>
File “C:/PROGRA~1/SIDEEF~1/HOUDIN~1.348/houdini/python2.7libs\nodegraph.py”, line 99, in handleEvent
handler_coroutine.send(uievent)
File “C:/PROGRA~1/SIDEEF~1/HOUDIN~1.348/houdini/python2.7libs\nodegraph.py”, line 165, in handleEventCoroutine
pending_actions)
File “C:/PROGRA~1/SIDEEF~1/HOUDIN~1.348/houdini/python2.7libs\nodegraph.py”, line 720, in handleEvent
self.applyAdjustments(uievent)
File “C:/PROGRA~1/SIDEEF~1/HOUDIN~1.348/houdini/python2.7libs\nodegraph.py”, line 929, in applyAdjustments
connect_outputs_to_multi_inputs = False)
File “C:/PROGRA~1/SIDEEF~1/HOUDIN~1.348/houdini/python2.7libs\hou.py”, line 10017, in copyItems
return _hou.Node_copyItems(*args, **kwargs)
OperationFailed: The attempted operation failed.
Warning: Problem while synchronizing child node:
Warning: Too many elements found for parameter “/obj/sphere_object1/vdbPlacer_001/bound1 Bounding Type”.


Warning: Too many elements found for parameter “/obj/sphere_object1/vdbPlacer_001/bound2 Bounding Type”.

Reloading Changed Shelf File Causes Houdini Freeze Feb. 19, 2020, 3:28 a.m.

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()