Hi there,
I don't know why but I cant find the cross product node in VOP context.
I can find the other nodes no problem.
I repair the houdini install but still the same.
Any ideas ?
Houdini 20.5.410
Win 10
Thanks for your help.
Cannot find Cross Product VOP node
354 4 1- Elemnt
- Member
- 3 posts
- Joined: 7月 2021
- Offline
- alexwheezy
- Member
- 318 posts
- Joined: 1月 2013
- Offline
- Elemnt
- Member
- 3 posts
- Joined: 7月 2021
- Offline
Hi,
Thanks for the suggestion.
I'm not able to create the node with python either.
Here is the result:
Thanks for the suggestion.
I'm not able to create the node with python either.
Here is the result:
hou.node("/obj").createNode("geo").createNode("attribvop").createNode("cross") Traceback (most recent call last): File "<console>", line 1, in <module> File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.410/houdini/python3.11libs\houpythonportion\ui.py", line 1182, in decorator return hdefereval.executeInMainThreadWithResult( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.410/houdini/python3.11libs\hdefereval.py", line 45, in executeInMainThreadWithResult return _queueDeferred(code, args, kwargs, block=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.410/houdini/python3.11libs\hdefereval.py", line 104, in _queueDeferred raise exc_info[1] File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.410/houdini/python3.11libs\hdefereval.py", line 155, in _processDeferred result = code(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.410/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
- alexwheezy
- Member
- 318 posts
- Joined: 1月 2013
- Offline
- Elemnt
- Member
- 3 posts
- Joined: 7月 2021
- Offline
-
- Quick Links