Search the Community
Showing results for tags 'call'.
-
Hi, I've got this error that I cannot get rid of, and it stop me from being able to render any images Error : Failed to save output to file "Traceback (most recent call last): File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.455/houdini/soho/python3.7/IFD.py", line 555, in <module> forphoton=isphoton) File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.455/houdini/soho/python3.7\IFDframe.py", line 1620, in render skipobject, skiplight) File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.455/houdini/soho/python3.7\IFDframe.py", line 1595, in renderObjects skipobject, skiplight) File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.455/houdini/soho/python3.7\IFDframe.py", line 1471, in outputObjects outputLight(light, now) File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.455/houdini/soho/python3.7\IFDframe.py", line 1055, in outputLight IFDgeo.getObjectBounds, IFDmisc.xform_mbsamples) File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.455/houdini/soho/python3.7\SOHOcommon.py", line 134, in getObjectScreenBoundsFull cam_ixforms.append( hou.Matrix4(xform).inverted() ) File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.455/houdini/python3.7libs\hou.py", line 59292, in inverted return _hou.Matrix4_inverted(self) hou.OperationFailed: The attempted operation failed. ". How can I fix it ? I've tried to unistall, delete all houdini folders on my documents, then reinstall houdini. All my folders are Latin- Syntax only. Has anyone any ideas of what's going on ? I'm on HOUDINI 19.0.455, Windows 10, Intel core i7 - 8750H 2.20GHz Nvidia Quadro P2000
-
Hey Guys i want to push render to disk button in mantra node via python , but its not working , my code is something like this : myRenderNode = hou.node('/out/baketexture1') myRenderNode.parm('execute') is there any trick to do this ? thanks
- 1 reply
-
- python
- render to disk
-
(and 1 more)
Tagged with:
-
Hello, everybody. I try to work with new import function, and i have some results. I want to mix some shaders by mask. As i understood, i can import only precompiled shader, but it would be cool to import shaders, directly from shop context, with saving all parameters. May be someone knew workaround? Thanks.