Found 9 posts.
Search results Show results as topic list.
Houdini Indie and Apprentice » How to do face weighted normals in Houdini?
-
- cgpetey
- 9 posts
- Offline
Technical Discussion » No module named sidefx_stroke or kinefx.stateutils
-
- cgpetey
- 9 posts
- Offline
Technical Discussion » No module named sidefx_stroke or kinefx.stateutils
-
- cgpetey
- 9 posts
- Offline
Update:
Adding this line to my .env fixed 'most' of the errors. (I changed the 3.9 to 3.11
PYTHONPATH = $PYTHONPATH;$HFS/packages/kinefx/python3.11libs;$HFS/houdini/viewer_states;$HFS/packages/kinefx/viewer_states
But, I still have these errors.
Error running event handler:
Traceback (most recent call last):
File "kinefx::Sop/adapttoterrain, ViewerStateModule", line 3, in <module>
File "C:\Program Files\Side Effects Software\Houdini 20.5.332\python311\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'kinefx'
Error running event handler:
Traceback (most recent call last):
File "kinefx::Sop/adapttoterrain, opdef:/kinefx::Sop/adapttoterrain?ViewerStateInstall", line 1, in <module>
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.332/houdini/python3.11libs\viewerstate\utils.py", line 1007, in register_pystate_embedded
raise ViewerStateException(
viewerstate.utils.ViewerStateException: createViewerStateTemplate not found in oplib:/kinefx::Sop/adapttoterrain?kinefx::Sop/adapttoterrain
Error running event handler:
Traceback (most recent call last):
File "labs::Lop/karma::2.0, ViewerStateModule", line 18, in <module>
File "C:\Program Files\Side Effects Software\Houdini 20.5.332\python311\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'ParseExrMetadata'
Error running event handler:
Traceback (most recent call last):
File "labs::Lop/karma::2.0, opdef:/labs::Lop/karma::2.0?ViewerStateInstall", line 1, in <module>
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.332/houdini/python3.11libs\viewerstate\utils.py", line 1007, in register_pystate_embedded
raise ViewerStateException(
viewerstate.utils.ViewerStateException: createViewerStateTemplate not found in oplib:/labs::Lop/karma::2.0?labs::Lop/karma::2.0
Adding this line to my .env fixed 'most' of the errors. (I changed the 3.9 to 3.11
PYTHONPATH = $PYTHONPATH;$HFS/packages/kinefx/python3.11libs;$HFS/houdini/viewer_states;$HFS/packages/kinefx/viewer_states
But, I still have these errors.
Error running event handler:
Traceback (most recent call last):
File "kinefx::Sop/adapttoterrain, ViewerStateModule", line 3, in <module>
File "C:\Program Files\Side Effects Software\Houdini 20.5.332\python311\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'kinefx'
Error running event handler:
Traceback (most recent call last):
File "kinefx::Sop/adapttoterrain, opdef:/kinefx::Sop/adapttoterrain?ViewerStateInstall", line 1, in <module>
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.332/houdini/python3.11libs\viewerstate\utils.py", line 1007, in register_pystate_embedded
raise ViewerStateException(
viewerstate.utils.ViewerStateException: createViewerStateTemplate not found in oplib:/kinefx::Sop/adapttoterrain?kinefx::Sop/adapttoterrain
Error running event handler:
Traceback (most recent call last):
File "labs::Lop/karma::2.0, ViewerStateModule", line 18, in <module>
File "C:\Program Files\Side Effects Software\Houdini 20.5.332\python311\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'ParseExrMetadata'
Error running event handler:
Traceback (most recent call last):
File "labs::Lop/karma::2.0, opdef:/labs::Lop/karma::2.0?ViewerStateInstall", line 1, in <module>
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.332/houdini/python3.11libs\viewerstate\utils.py", line 1007, in register_pystate_embedded
raise ViewerStateException(
viewerstate.utils.ViewerStateException: createViewerStateTemplate not found in oplib:/labs::Lop/karma::2.0?labs::Lop/karma::2.0
Technical Discussion » No module named sidefx_stroke or kinefx.stateutils
-
- cgpetey
- 9 posts
- Offline
I am getting this same error in 20.5.332. I tried all of the suggestions for 'start in:' in the shortcut, as well as uninstalling, installing from launcher and also the 'old' way of installing. No matter what I try I get the errors below.. But in 20.5.278 I get no errors. Any help would be appreciated.
2, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'sidefx_stroke'
Error running event handler:
Traceback (most recent call last):
File "Sop/heightfield_drawmask, opdef:/Sop/heightfield_drawmask?ViewerStateInstall", line 1, in <module>
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.332/houdini/python3.11libs\viewerstate\utils.py", line 1007, in register_pystate_embedded
raise ViewerStateException(
viewerstate.utils.ViewerStateException: createViewerStateTemplate not found in oplib:/Sop/heightfield_drawmask?Sop/heightfield_drawmask
Error running event handler:
Traceback (most recent call last):
File "Sop/heightfield_paint, ViewerStateModule", line 8, in <module>
File "C:\Program Files\Side Effects Software\Houdini 20.5.332\python311\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'sidefx_stroke'
Error running event handler:
Traceback (most recent call last):
File "Sop/heightfield_paint, opdef:/Sop/heightfield_paint?ViewerStateInstall", line 1, in <module>
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.332/houdini/python3.11libs\viewerstate\utils.py", line 1007, in register_pystate_embedded
raise ViewerStateException(
viewerstate.utils.ViewerStateException: createViewerStateTemplate not found in oplib:/Sop/heightfield_paint?Sop/heightfield_paint
Error running event handler:
Traceback (most recent call last):
File "Sop/attribpaint, ViewerStateModule", line 6, in <module>
File "C:\Program Files\Side Effects Software\Houdini 20.5.332\python311\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'sidefx_stroke'
Error running event handler:
Traceback (most recent call last):
File "Sop/attribpaint, opdef:/Sop/attribpaint?ViewerStateInstall", line 1, in <module>
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.332/houdini/python3.11libs\viewerstate\utils.py", line 1007, in register_pystate_embedded
raise ViewerStateException(
viewerstate.utils.ViewerStateException: createViewerStateTemplate not found in oplib:/Sop/attribpaint?Sop/attribpaint
Error running event handler:
Traceback (most recent call last):
File "Sop/drawcurve, ViewerStateModule", line 11, in <module>
File "C:\Program Files\Side Effects Software\Houdini 20.5.332\python311\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'sidefx_stroke'
Error running event handler:
Traceback (most recent call last):
File "Sop/drawcurve, opdef:/Sop/drawcurve?ViewerStateInstall", line 1, in <module>
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.332/houdini/python3.11libs\viewerstate\utils.py", line 1007, in register_pystate_embedded
raise ViewerStateException(
viewerstate.utils.ViewerStateException: createViewerStateTemplate not found in oplib:/Sop/drawcurve?Sop/drawcurve
Error running event handler:
Traceback (most recent call last):
File "Sop/groupbylasso, ViewerStateModule", line 5, in <module>
File "C:\Program Files\Side Effects Software\Houdini 20.5.332\python311\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'sidefx_stroke'
Error running event handler:
Traceback (most recent call last):
File "Sop/groupbylasso, opdef:/Sop/groupbylasso?ViewerStateInstall", line 1, in <module>
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.332/houdini/python3.11libs\viewerstate\utils.py", line 1007, in register_pystate_embedded
raise ViewerStateException(
viewerstate.utils.ViewerStateException: createViewerStateTemplate not found in oplib:/Sop/groupbylasso?Sop/groupbylasso
Error running event handler:
Traceback (most recent call last):
File "Sop/rbdpaint, ViewerStateModule", line 6, in <module>
File "C:\Program Files\Side Effects Software\Houdini 20.5.332\python311\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'sidefx_stroke'
Error running event handler:
Traceback (most recent call last):
File "Sop/rbdpaint, opdef:/Sop/rbdpaint?ViewerStateInstall", line 1, in <module>
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.332/houdini/python3.11libs\viewerstate\utils.py", line 1007, in register_pystate_embedded
raise ViewerStateException(
viewerstate.utils.ViewerStateException: createViewerStateTemplate not found in oplib:/Sop/rbdpaint?Sop/rbdpaint
Error running event handler:
Traceback (most recent call last):
File "Sop/shotsculpt, ViewerStateModule", line 13, in <module>
File "C:\Program Files\Side Effects Software\Houdini 20.5.332\python311\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'sidefx_stroke'
Error running event handler:
Traceback (most recent call last):
File "Sop/shotsculpt, opdef:/Sop/shotsculpt?ViewerStateInstall", line 1, in <module>
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.332/houdini/python3.11libs\viewerstate\utils.py", line 1007, in register_pystate_embedded
raise ViewerStateException(
viewerstate.utils.ViewerStateException: createViewerStateTemplate not found in oplib:/Sop/shotsculpt?Sop/shotsculpt
Error running event handler:
Traceback (most recent call last):
File "Sop/vellumbrush, ViewerStateModule", line 8, in <module>
File "C:\Program Files\Side Effects Software\Houdini 20.5.332\python311\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'sidefx_stroke'
Error running event handler:
Traceback (most recent call last):
File "Sop/vellumbrush, opdef:/Sop/vellumbrush?ViewerStateInstall", line 1, in <module>
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.332/houdini/python3.11libs\viewerstate\utils.py", line 1007, in register_pystate_embedded
raise ViewerStateException(
viewerstate.utils.ViewerStateException: createViewerStateTemplate not found in oplib:/Sop/vellumbrush?Sop/vellumbrush
Error running event handler:
Traceback (most recent call last):
File "Sop/fibergroom, ViewerStateModule", line 10, in <module>
File "C:\Program Files\Side Effects Software\Houdini 20.5.332\python311\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'sidefx_stroke'
Error running event handler:
Traceback (most recent call last):
File "Sop/fibergroom, opdef:/Sop/fibergroom?ViewerStateInstall", line 1, in <module>
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.332/houdini/python3.11libs\viewerstate\utils.py", line 1007, in register_pystate_embedded
raise ViewerStateException(
viewerstate.utils.ViewerStateException: createViewerStateTemplate not found in oplib:/Sop/fibergroom?Sop/fibergroom
Error running event handler:
Traceback (most recent call last):
File "Sop/frankenmusclepaint, ViewerStateModule", line 6, in <module>
File "C:\Program Files\Side Effects Software\Houdini 20.5.332\python311\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'sidefx_stroke'
Error running event handler:
Traceback (most recent call last):
File "Sop/frankenmusclepaint, opdef:/Sop/frankenmusclepaint?ViewerStateInstall", line 1, in <module>
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.332/houdini/python3.11libs\viewerstate\utils.py", line 1007, in register_pystate_embedded
raise ViewerStateException(
viewerstate.utils.ViewerStateException: createViewerStateTemplate not found in oplib:/Sop/frankenmusclepaint?Sop/frankenmusclepaint
Error running event handler:
Traceback (most recent call last):
File "Lop/followpathconstraint, ViewerStateModule", line 11, in <module>
File "C:\Program Files\Side Effects Software\Houdini 20.5.332\python311\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'sidefx_curve'
Error running event handler:
Traceback (most recent call last):
File "Lop/followpathconstraint, opdef:/Lop/followpathconstraint?ViewerStateInstall", line 1, in <module>
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.332/houdini/python3.11libs\viewerstate\utils.py", line 1007, in register_pystate_embedded
raise ViewerStateException(
viewerstate.utils.ViewerStateException: createViewerStateTemplate not found in oplib:/Lop/followpathconstraint?Lop/followpathconstraint
Error running event handler:
Traceback (most recent call last):
File "kinefx::Sop/adapttoterrain, ViewerStateModule", line 3, in <module>
File "C:\Program Files\Side Effects Software\Houdini 20.5.332\python311\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'kinefx'
Error running event handler:
Traceback (most recent call last):
File "kinefx::Sop/adapttoterrain, opdef:/kinefx::Sop/adapttoterrain?ViewerStateInstall", line 1, in <module>
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.332/houdini/python3.11libs\viewerstate\utils.py", line 1007, in register_pystate_embedded
raise ViewerStateException(
viewerstate.utils.ViewerStateException: createViewerStateTemplate not found in oplib:/kinefx::Sop/adapttoterrain?kinefx::Sop/adapttoterrain
Error running event handler:
Traceback (most recent call last):
File "labs::Lop/karma::2.0, ViewerStateModule", line 18, in <module>
File "C:\Program Files\Side Effects Software\Houdini 20.5.332\python311\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'ParseExrMetadata'
Error running event handler:
Traceback (most recent call last):
File "labs::Lop/karma::2.0, opdef:/labs::Lop/karma::2.0?ViewerStateInstall", line 1, in <module>
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.332/houdini/python3.11libs\viewerstate\utils.py", line 1007, in register_pystate_embedded
raise ViewerStateException(
viewerstate.utils.ViewerStateException: createViewerStateTemplate not found in oplib:/labs::Lop/karma::2.0?labs::Lop/karma::2.0
Error running event handler:
Traceback (most recent call last):
File "labs::Sop/wfc_sample_paint, ViewerStateModule", line 6, in <module>
File "C:\Program Files\Side Effects Software\Houdini 20.5.332\python311\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'sidefx_stroke'
Error running event handler:
Traceback (most recent call last):
File "labs::Sop/wfc_sample_paint, opdef:/labs::Sop/wfc_sample_paint?ViewerStateInstall", line 1, in <module>
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.332/houdini/python3.11libs\viewerstate\utils.py", line 1007, in register_pystate_embedded
raise ViewerStateException(
viewerstate.utils.ViewerStateException: createViewerStateTemplate not found in oplib:/labs::Sop/wfc_sample_paint?labs::Sop/wfc_sample_paint
2, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'sidefx_stroke'
Error running event handler:
Traceback (most recent call last):
File "Sop/heightfield_drawmask, opdef:/Sop/heightfield_drawmask?ViewerStateInstall", line 1, in <module>
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.332/houdini/python3.11libs\viewerstate\utils.py", line 1007, in register_pystate_embedded
raise ViewerStateException(
viewerstate.utils.ViewerStateException: createViewerStateTemplate not found in oplib:/Sop/heightfield_drawmask?Sop/heightfield_drawmask
Error running event handler:
Traceback (most recent call last):
File "Sop/heightfield_paint, ViewerStateModule", line 8, in <module>
File "C:\Program Files\Side Effects Software\Houdini 20.5.332\python311\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'sidefx_stroke'
Error running event handler:
Traceback (most recent call last):
File "Sop/heightfield_paint, opdef:/Sop/heightfield_paint?ViewerStateInstall", line 1, in <module>
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.332/houdini/python3.11libs\viewerstate\utils.py", line 1007, in register_pystate_embedded
raise ViewerStateException(
viewerstate.utils.ViewerStateException: createViewerStateTemplate not found in oplib:/Sop/heightfield_paint?Sop/heightfield_paint
Error running event handler:
Traceback (most recent call last):
File "Sop/attribpaint, ViewerStateModule", line 6, in <module>
File "C:\Program Files\Side Effects Software\Houdini 20.5.332\python311\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'sidefx_stroke'
Error running event handler:
Traceback (most recent call last):
File "Sop/attribpaint, opdef:/Sop/attribpaint?ViewerStateInstall", line 1, in <module>
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.332/houdini/python3.11libs\viewerstate\utils.py", line 1007, in register_pystate_embedded
raise ViewerStateException(
viewerstate.utils.ViewerStateException: createViewerStateTemplate not found in oplib:/Sop/attribpaint?Sop/attribpaint
Error running event handler:
Traceback (most recent call last):
File "Sop/drawcurve, ViewerStateModule", line 11, in <module>
File "C:\Program Files\Side Effects Software\Houdini 20.5.332\python311\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'sidefx_stroke'
Error running event handler:
Traceback (most recent call last):
File "Sop/drawcurve, opdef:/Sop/drawcurve?ViewerStateInstall", line 1, in <module>
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.332/houdini/python3.11libs\viewerstate\utils.py", line 1007, in register_pystate_embedded
raise ViewerStateException(
viewerstate.utils.ViewerStateException: createViewerStateTemplate not found in oplib:/Sop/drawcurve?Sop/drawcurve
Error running event handler:
Traceback (most recent call last):
File "Sop/groupbylasso, ViewerStateModule", line 5, in <module>
File "C:\Program Files\Side Effects Software\Houdini 20.5.332\python311\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'sidefx_stroke'
Error running event handler:
Traceback (most recent call last):
File "Sop/groupbylasso, opdef:/Sop/groupbylasso?ViewerStateInstall", line 1, in <module>
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.332/houdini/python3.11libs\viewerstate\utils.py", line 1007, in register_pystate_embedded
raise ViewerStateException(
viewerstate.utils.ViewerStateException: createViewerStateTemplate not found in oplib:/Sop/groupbylasso?Sop/groupbylasso
Error running event handler:
Traceback (most recent call last):
File "Sop/rbdpaint, ViewerStateModule", line 6, in <module>
File "C:\Program Files\Side Effects Software\Houdini 20.5.332\python311\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'sidefx_stroke'
Error running event handler:
Traceback (most recent call last):
File "Sop/rbdpaint, opdef:/Sop/rbdpaint?ViewerStateInstall", line 1, in <module>
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.332/houdini/python3.11libs\viewerstate\utils.py", line 1007, in register_pystate_embedded
raise ViewerStateException(
viewerstate.utils.ViewerStateException: createViewerStateTemplate not found in oplib:/Sop/rbdpaint?Sop/rbdpaint
Error running event handler:
Traceback (most recent call last):
File "Sop/shotsculpt, ViewerStateModule", line 13, in <module>
File "C:\Program Files\Side Effects Software\Houdini 20.5.332\python311\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'sidefx_stroke'
Error running event handler:
Traceback (most recent call last):
File "Sop/shotsculpt, opdef:/Sop/shotsculpt?ViewerStateInstall", line 1, in <module>
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.332/houdini/python3.11libs\viewerstate\utils.py", line 1007, in register_pystate_embedded
raise ViewerStateException(
viewerstate.utils.ViewerStateException: createViewerStateTemplate not found in oplib:/Sop/shotsculpt?Sop/shotsculpt
Error running event handler:
Traceback (most recent call last):
File "Sop/vellumbrush, ViewerStateModule", line 8, in <module>
File "C:\Program Files\Side Effects Software\Houdini 20.5.332\python311\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'sidefx_stroke'
Error running event handler:
Traceback (most recent call last):
File "Sop/vellumbrush, opdef:/Sop/vellumbrush?ViewerStateInstall", line 1, in <module>
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.332/houdini/python3.11libs\viewerstate\utils.py", line 1007, in register_pystate_embedded
raise ViewerStateException(
viewerstate.utils.ViewerStateException: createViewerStateTemplate not found in oplib:/Sop/vellumbrush?Sop/vellumbrush
Error running event handler:
Traceback (most recent call last):
File "Sop/fibergroom, ViewerStateModule", line 10, in <module>
File "C:\Program Files\Side Effects Software\Houdini 20.5.332\python311\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'sidefx_stroke'
Error running event handler:
Traceback (most recent call last):
File "Sop/fibergroom, opdef:/Sop/fibergroom?ViewerStateInstall", line 1, in <module>
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.332/houdini/python3.11libs\viewerstate\utils.py", line 1007, in register_pystate_embedded
raise ViewerStateException(
viewerstate.utils.ViewerStateException: createViewerStateTemplate not found in oplib:/Sop/fibergroom?Sop/fibergroom
Error running event handler:
Traceback (most recent call last):
File "Sop/frankenmusclepaint, ViewerStateModule", line 6, in <module>
File "C:\Program Files\Side Effects Software\Houdini 20.5.332\python311\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'sidefx_stroke'
Error running event handler:
Traceback (most recent call last):
File "Sop/frankenmusclepaint, opdef:/Sop/frankenmusclepaint?ViewerStateInstall", line 1, in <module>
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.332/houdini/python3.11libs\viewerstate\utils.py", line 1007, in register_pystate_embedded
raise ViewerStateException(
viewerstate.utils.ViewerStateException: createViewerStateTemplate not found in oplib:/Sop/frankenmusclepaint?Sop/frankenmusclepaint
Error running event handler:
Traceback (most recent call last):
File "Lop/followpathconstraint, ViewerStateModule", line 11, in <module>
File "C:\Program Files\Side Effects Software\Houdini 20.5.332\python311\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'sidefx_curve'
Error running event handler:
Traceback (most recent call last):
File "Lop/followpathconstraint, opdef:/Lop/followpathconstraint?ViewerStateInstall", line 1, in <module>
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.332/houdini/python3.11libs\viewerstate\utils.py", line 1007, in register_pystate_embedded
raise ViewerStateException(
viewerstate.utils.ViewerStateException: createViewerStateTemplate not found in oplib:/Lop/followpathconstraint?Lop/followpathconstraint
Error running event handler:
Traceback (most recent call last):
File "kinefx::Sop/adapttoterrain, ViewerStateModule", line 3, in <module>
File "C:\Program Files\Side Effects Software\Houdini 20.5.332\python311\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'kinefx'
Error running event handler:
Traceback (most recent call last):
File "kinefx::Sop/adapttoterrain, opdef:/kinefx::Sop/adapttoterrain?ViewerStateInstall", line 1, in <module>
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.332/houdini/python3.11libs\viewerstate\utils.py", line 1007, in register_pystate_embedded
raise ViewerStateException(
viewerstate.utils.ViewerStateException: createViewerStateTemplate not found in oplib:/kinefx::Sop/adapttoterrain?kinefx::Sop/adapttoterrain
Error running event handler:
Traceback (most recent call last):
File "labs::Lop/karma::2.0, ViewerStateModule", line 18, in <module>
File "C:\Program Files\Side Effects Software\Houdini 20.5.332\python311\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'ParseExrMetadata'
Error running event handler:
Traceback (most recent call last):
File "labs::Lop/karma::2.0, opdef:/labs::Lop/karma::2.0?ViewerStateInstall", line 1, in <module>
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.332/houdini/python3.11libs\viewerstate\utils.py", line 1007, in register_pystate_embedded
raise ViewerStateException(
viewerstate.utils.ViewerStateException: createViewerStateTemplate not found in oplib:/labs::Lop/karma::2.0?labs::Lop/karma::2.0
Error running event handler:
Traceback (most recent call last):
File "labs::Sop/wfc_sample_paint, ViewerStateModule", line 6, in <module>
File "C:\Program Files\Side Effects Software\Houdini 20.5.332\python311\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'sidefx_stroke'
Error running event handler:
Traceback (most recent call last):
File "labs::Sop/wfc_sample_paint, opdef:/labs::Sop/wfc_sample_paint?ViewerStateInstall", line 1, in <module>
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.332/houdini/python3.11libs\viewerstate\utils.py", line 1007, in register_pystate_embedded
raise ViewerStateException(
viewerstate.utils.ViewerStateException: createViewerStateTemplate not found in oplib:/labs::Sop/wfc_sample_paint?labs::Sop/wfc_sample_paint
Technical Discussion » Matching one model to another
-
- cgpetey
- 9 posts
- Offline
Hey everyone, I have a problem to solve and wonder if anyone has some advice on how to solve it.
I have a human model with no rig and I also have another model with the systems that go inside the human, like nervous, circulatory, etc. The systems are in a tpose and the model is posed the way I want it. I need to get these systems inside of this posed model so that they are scaled to fit the new model and pose.
My first thought was to just spend 4 hours in zbrush pushing things around until things were in place but I would love to use Houdini to save me some time if that is possible.
Some thoughts i had were to use kinfx to make a quick skeleton on each and then match the joints to morph the systems to the body?
Is there some other way using ray or some kind of morph?
Anyway, let me know. Thanks!
I have a human model with no rig and I also have another model with the systems that go inside the human, like nervous, circulatory, etc. The systems are in a tpose and the model is posed the way I want it. I need to get these systems inside of this posed model so that they are scaled to fit the new model and pose.
My first thought was to just spend 4 hours in zbrush pushing things around until things were in place but I would love to use Houdini to save me some time if that is possible.
Some thoughts i had were to use kinfx to make a quick skeleton on each and then match the joints to morph the systems to the body?
Is there some other way using ray or some kind of morph?
Anyway, let me know. Thanks!
Houdini Lounge » VEX question
-
- cgpetey
- 9 posts
- Offline
Houdini Lounge » VEX question
-
- cgpetey
- 9 posts
- Offline
Actually, none of my velocities are coming through on the spreadsheet. I have definitely messed something up. ;-)
Houdini Lounge » VEX question
-
- cgpetey
- 9 posts
- Offline
Quick VEX question.
I am following along in a tutorial on particles and I got to a point where you type in an attributeWrangle:
float speed = length(@v);
@test = speed;
The instructor then looks at the spreadsheet and sure enough there is a ‘test’ attribute that shows the changing speeds of the particles. I have the attribute ‘test’ as well but all my values are 0 as the animation plays.
I have double and triple checked and cant figure out what is going wrong.
Everything in the sim works perfectly up to this point and is spot on with the instructor sim.
Any ideas of what I am doing wrong?
I am following along in a tutorial on particles and I got to a point where you type in an attributeWrangle:
float speed = length(@v);
@test = speed;
The instructor then looks at the spreadsheet and sure enough there is a ‘test’ attribute that shows the changing speeds of the particles. I have the attribute ‘test’ as well but all my values are 0 as the animation plays.
I have double and triple checked and cant figure out what is going wrong.
Everything in the sim works perfectly up to this point and is spot on with the instructor sim.
Any ideas of what I am doing wrong?
Houdini Lounge » POPNET/oversampling troubles.
-
- cgpetey
- 9 posts
- Offline
Hey everybody,
I put down a popnet and am expecting to see a tab with ‘oversampling’ and I dont get that at all.
I get 3 tabs. Object Merge, simulation, and cache.
In the simulation tab I get a bunch of values but none of which are oversampling.
Initial State
Timestep
Substeps
Offset Time
Start Frame
Scale Tome
Max Feedback loops.
Even the documentation for POPnet in 16.5 shows this as the attributes:
Start Time
Preroll Time
Initial State
Random Seed
Oversampling
Max # of Particles
Remove Unused Points
What am I doing wrong?
I put down a popnet and am expecting to see a tab with ‘oversampling’ and I dont get that at all.
I get 3 tabs. Object Merge, simulation, and cache.
In the simulation tab I get a bunch of values but none of which are oversampling.
Initial State
Timestep
Substeps
Offset Time
Start Frame
Scale Tome
Max Feedback loops.
Even the documentation for POPnet in 16.5 shows this as the attributes:
Start Time
Preroll Time
Initial State
Random Seed
Oversampling
Max # of Particles
Remove Unused Points
What am I doing wrong?
-
- Quick Links