spaceboyzero Posted August 2, 2005 Share Posted August 2, 2005 Hi all!!! I have a model which has a large number of shaders applied with many different maps in them. i had some problems which has resulted in all my paths being sat wrongly.. eg: something that should be $JOB/object/tex/diffuse.tiff is $HIP/tex/diffuse.tiff lets say.. this is the case for every single shader.. is there any way i can go through and replace parts of the paths with their correct path... like a search and replace (i tried search and replace in Kate and ithe resulting file crashes houdini). cheers, Mark Quote Link to comment Share on other sites More sharing options...
stevenong Posted August 3, 2005 Share Posted August 3, 2005 Hey Mark, You can try using opchange: opchange \$JOB\/object\/tex \$HIP\/tex The backslash ("\") is needed to escape the "$" & "/" characters. Please save your hip file before testing. Cheers! steven Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.