Has anyone had any luck making hdas that are intended to be used inside a vrayMaterialBuilder?
if I make a subnet, and an hda from it while inside vrayMaterialBuilder, it works and renders fine, but as soon as I create a new node of that new hda type, houdini throws this error
Traceback (most recent call last):
File "vop_test_vray_otl", line 3, in <module>
File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.759/houdini/python3.7libs\voptoolutils.py", line 54, in genericTool
exact_node_type=exact_node_type)
File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.759/houdini/python3.7libs\toolutils.py", line 1393, in new_func
return function(*args, **kwargs)
File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.759/houdini/python3.7libs\toolutils.py", line 1514, in genericTool
exact_node_type)
File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.759/houdini/python3.7libs\toolutils.py", line 1373, in createNodeInContainer
exact_type_name = exact_node_type)
File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.759/houdini/python3.7libs\houpythonportion\ui.py", line 1081, in decorator
return func(*args, **kwargs)
File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.759/houdini/python3.7libs\hou.py", line 13132, 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
if I make a subnet, and an hda from it while inside vrayMaterialBuilder, it works and renders fine, but as soon as I create a new node of that new hda type, houdini throws this error
Traceback (most recent call last):
File "vop_test_vray_otl", line 3, in <module>
File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.759/houdini/python3.7libs\voptoolutils.py", line 54, in genericTool
exact_node_type=exact_node_type)
File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.759/houdini/python3.7libs\toolutils.py", line 1393, in new_func
return function(*args, **kwargs)
File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.759/houdini/python3.7libs\toolutils.py", line 1514, in genericTool
exact_node_type)
File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.759/houdini/python3.7libs\toolutils.py", line 1373, in createNodeInContainer
exact_type_name = exact_node_type)
File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.759/houdini/python3.7libs\houpythonportion\ui.py", line 1081, in decorator
return func(*args, **kwargs)
File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.759/houdini/python3.7libs\hou.py", line 13132, 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
Comment