On my laptop I has Vray for Houdini (19.5.403). I just installed a new Houdini version (20.0.547) and blindly created a new Vray shelf (without knowing it does not support Houdini 20 yet). when I launched Houdini (20) I got these error and warning messages. How can I fix this issue? Thank you.
Code:
Error running Python dynamic menu strip script: Traceback (most recent call last): File "<stdin>", line 6, in expression File "C:\Program Files/Chaos Group/V-Ray/Houdini 19.5.403/vfh_home/scripts/python\vfh\vfh_rop.py", line 145, in vray_rops_as_xml_menu_items VRAY_ROPS = TYPE_VRAY_ROP.instances() AttributeError: 'NoneType' object has no attribute 'instances' Error running Python dynamic menu strip script: Traceback (most recent call last): File "<stdin>", line 6, in expression File "C:\Program Files/Chaos Group/V-Ray/Houdini 19.5.403/vfh_home/scripts/python\vfh\vfh_rop.py", line 145, in vray_rops_as_xml_menu_items VRAY_ROPS = TYPE_VRAY_ROP.instances() AttributeError: 'NoneType' object has no attribute 'instances' Error running Python dynamic menu strip script: Traceback (most recent call last): File "<stdin>", line 6, in expression File "C:\Program Files/Chaos Group/V-Ray/Houdini 19.5.403/vfh_home/scripts/python\vfh\vfh_rop.py", line 145, in vray_rops_as_xml_menu_items VRAY_ROPS = TYPE_VRAY_ROP.instances() AttributeError: 'NoneType' object has no attribute 'instances' Error running Python dynamic menu strip script: Traceback (most recent call last): File "<stdin>", line 6, in expression File "C:\Program Files/Chaos Group/V-Ray/Houdini 19.5.403/vfh_home/scripts/python\vfh\vfh_rop.py", line 145, in vray_rops_as_xml_menu_items VRAY_ROPS = TYPE_VRAY_ROP.instances() AttributeError: 'NoneType' object has no attribute 'instances' Error running Python dynamic menu strip script: Traceback (most recent call last): File "<stdin>", line 6, in expression File "C:\Program Files/Chaos Group/V-Ray/Houdini 19.5.403/vfh_home/scripts/python\vfh\vfh_rop.py", line 145, in vray_rops_as_xml_menu_items VRAY_ROPS = TYPE_VRAY_ROP.instances() AttributeError: 'NoneType' object has no attribute 'instances' Error running Python dynamic menu strip script: Traceback (most recent call last): File "<stdin>", line 6, in expression File "C:\Program Files/Chaos Group/V-Ray/Houdini 19.5.403/vfh_home/scripts/python\vfh\vfh_rop.py", line 145, in vray_rops_as_xml_menu_items VRAY_ROPS = TYPE_VRAY_ROP.instances() AttributeError: 'NoneType' object has no attribute 'instances' Warning: Bad operator type when binding handles: Object/VRayNodeSunLight Warning: Bad operator type when binding handles: Object/VRayNodeLightDirect Warning: Bad operator type when binding handles: Object/VRayNodeLightAmbient Warning: Bad operator type when binding handles: Object/VRayNodeLightOmni Warning: Bad operator type when binding handles: Object/VRayNodeLightSphere Warning: Bad operator type when binding handles: Object/VRayNodeLightSpot Warning: Bad operator type when binding handles: Object/VRayNodeLightRectangle Warning: Bad operator type when binding handles: Object/VRayNodeLightMesh Warning: Bad operator type when binding handles: Object/VRayNodeLightIES Warning: Bad operator type when binding handles: Object/VRayNodeLightDome
Comment