Hello everyone!
I am currently working on a pipline in houdini where we process images in RC through python subprocess (maybe there are plans to bring back the RC nodes in Houdini ? ).
The problem I am facing is that when I trigger a reprojectTexture command it always processes the reprojection in 0.00s, but when I initiate it thorugh the GUI it calaculates it normally, eventhough I do not change any of the parameters… Am I missing something here?
Here the CLI Command:
'-selectModel', 'RetopoToolV4_1_highres',
'-unwrap', '-selectModel', 'RetopoToolV4_1_textured',
'-set', 'reprojectionTool_supersampling=-1', '-set', 'reprojectionTool_resultModel=RetopoToolV4_1_textured',
'-set', 'reprojectionTool_sourceModel=RetopoToolV4_1_highres',
'-set', 'reprojectionTool_enableDisplacement=true',
'-set', 'reprojectionTool_allowColor=false',
'-set', 'reprojectionTool_normal=false',
'-set', 'reprojectionTool_useCustomDistance=0',
'-reprojectTexture', 'RetopoToolV4_1_highres', 'RetopoToolV4_1_textured'
here is a screenshot of the the entire console in RC