Cannot find Cross Product VOP node

   1290   4   1
User Avatar
Member
3 posts
Joined: 7月 2021
オフライン
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.
User Avatar
Member
326 posts
Joined: 1月 2013
オフライン
Hi,
many reasons can be for this behaviour but can you create a node using Python?
hou.node("/obj").createNode("geo").createNode("attribvop").createNode("cross")
User Avatar
Member
3 posts
Joined: 7月 2021
オフライン
Hi,

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
User Avatar
Member
326 posts
Joined: 1月 2013
オフライン
I think you have changed the definition of this node. The easiest solution would be to backup the houdini20.5 folder in your home user directory and start Houdini again.
User Avatar
Member
3 posts
Joined: 7月 2021
オフライン
Thank you, I can find it now.
  • Quick Links