jerry7

jerry7

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

HOUDINI 20 INSTABILITY April 14, 2024, 4:52 a.m.

Same message in Windows.
Traceback (most recent call last):
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.653/houdini/python3.10libs\viewerhandle\hudslider.py", line 957, in onKeyFrameEvent1
self.handleKeyFrameEvent(hudc.HANDLE_PARM1, event, kwargs)
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.653/houdini/python3.10libs\viewerhandle\hudslider.py", line 976, in handleKeyFrameEvent
info.updateWidgetColor(kwargs, style_sheet=HUDSlider.BG_STYLE_SHEET)
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.653/houdini/python3.10libs\viewerhandle\hudwidgets.py", line 378, in updateWidgetColor
self._background_color = self._updateBackgroundColor()
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.653/houdini/python3.10libs\viewerhandle\hudwidgets.py", line 415, in _updateBackgroundColor
hcolor = self._target_parm.uiBackgroundColor()
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.653/houdini/python3.10libs\hou.py", line 71399, in uiBackgroundColor
return _hou.Parm_uiBackgroundColor(self)
hou.ObjectWasDeleted: Attempt to access an object that no longer exists in Houdini.
Traceback (most recent call last):
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.653/houdini/python3.10libs\hdefereval.py", line 155, in _processDeferred
result = code(*args, **kwargs)
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.653/houdini/python3.10libs\viewerhandle\hudmanager.py", line 946, in onDeferInitWindow
self._displayWindow(win)
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.653/houdini/python3.10libs\viewerhandle\hudmanager.py", line 982, in _displayWindow
win.updateActions()
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.653/houdini/python3.10libs\viewerhandle\hudwindow.py", line 2163, in updateActions
if not hud_widget.hasKeyFrame(hou.frame()):
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.653/houdini/python3.10libs\viewerhandle\hudslider.py", line 706, in hasKeyFrame
if info.hasKeyFrame(frame):
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.653/houdini/python3.10libs\viewerhandle\hudwidgets.py", line 347, in hasKeyFrame
key_frames = self._target_parm.keyframes()
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.653/houdini/python3.10libs\hou.py", line 70095, in keyframes
return _hou.Parm_keyframes(self)
hou.ObjectWasDeleted: Attempt to access an object that no longer exists in Houdini.

using value ladder without mouse April 12, 2024, 5:51 p.m.

Or adjust the number next to text input cursor with mouse wheel.

How to render image with relative folder? April 8, 2024, 5:34 a.m.

Hi,

I save usd file first and then use husk to render.

For example:
Current folder: C:/
Usd file path: C:/tmp/a.usd
Image path in a.usd file: ./render/a.exr
Command: husk C:/tmp/a.usd

The image will be saved in C:/render/a.exr, not C:/tmp/render/a.exr

How to save image relative the usd file path?