Chris Lee

CrispyChris

About Me

専門知識
VFX Artist
業界:
Film/TV

Connect

LOCATION
Korea, Republic of
ウェブサイト

Houdini Engine

Availability

Not Specified

Recent Forum Posts

Alembic import issue. 2024年11月7日22:14

Hi, I am currently using 20.5.278 on Windows.
I am getting these error messages when I try to import Alembic Archive.


Traceback (most recent call last):
File "sop_alembic", line 4, in <module>
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.278/houdini/python3.11libs\toolutils.py", line 1478, in new_func
return function(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.278/houdini/python3.11libs\soptoolutils.py", line 1049, in genericTool
node = toolutils.genericTool(scriptargs, nodetypename, nodename,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.278/houdini/python3.11libs\toolutils.py", line 1478, in new_func
return function(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.278/houdini/python3.11libs\toolutils.py", line 1598, in genericTool
(child, newnode) = createNodeInContainer(container, nodetypecategory,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.278/houdini/python3.11libs\toolutils.py", line 1456, in createNodeInContainer
newnode = _mapSubnetToNode(parent, nodetypecategory, container.childTypeCategory()).createNode(nodetypename, nodename,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.278/houdini/python3.11libs\houpythonportion\ui.py", line 1158, in decorator
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.278/houdini/python3.11libs\hou.py", line 15443, in createNode
return _hou.Node_createNode(self, node_type_name, node_name, run_init_scripts, load_contents, exact_type_name, force_valid_node_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
hou.OperationFailed: The attempted operation failed.
Invalid node type name



Also on SOP > alembic
Traceback (most recent call last):
File "sop_alembic", line 4, in <module>
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.278/houdini/python3.11libs\toolutils.py", line 1478, in new_func
return function(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.278/houdini/python3.11libs\soptoolutils.py", line 1049, in genericTool
node = toolutils.genericTool(scriptargs, nodetypename, nodename,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.278/houdini/python3.11libs\toolutils.py", line 1478, in new_func
return function(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.278/houdini/python3.11libs\toolutils.py", line 1598, in genericTool
(child, newnode) = createNodeInContainer(container, nodetypecategory,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.278/houdini/python3.11libs\toolutils.py", line 1456, in createNodeInContainer
newnode = _mapSubnetToNode(parent, nodetypecategory, container.childTypeCategory()).createNode(nodetypename, nodename,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.278/houdini/python3.11libs\houpythonportion\ui.py", line 1158, in decorator
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.278/houdini/python3.11libs\hou.py", line 15443, in createNode
return _hou.Node_createNode(self, node_type_name, node_name, run_init_scripts, load_contents, exact_type_name, force_valid_node_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
hou.OperationFailed: The attempted operation failed.
Invalid node type name


I tried to figure it out on Google but couldn't solve the problem.
I've tried
HOUDINI_PATH = "C:/Program Files/Side Effects Software/Houdini 20.5.278;&"
HOUDINI_PYTHON_VERSION = 3.11
on houdini.env
,
Reinstalling,
Remove Python from the window.

Could someone give me some help?

I appreciate any help you can provide.

Crowd : fbx import agent clip in 18.5 won't converted into i 2020年11月15日20:20

Thank you. just updated and checked it works!

Crowd : fbx import agent clip in 18.5 won't converted into i 2020年11月12日2:04

Hi!
I need some help

crowd : fbx import agent clip in 18.5 won't converted into in-place animation.
==

Other than importing each fbx clip into agent node and export through ROP net then importing back to one Agent node,
in houdini 18.0, agentclip node can import fbx files also.

However, in agentclip node, I created locomotion joint and check on in-place animation won't trigger Clip as in-place animation. Clip preview is still playing as moving clip.

If I go back and do it in old way, export through agent node and import as agent definition cache, clip in-place and locomotion works fine.

Could someone help me with this please?