skip_odforce Posted May 25, 2015 Share Posted May 25, 2015 Hi all, I tried to use commandline to render dop I/O and file cache nodes, but it didn`t work. I typed as following: /-> mread D:/test/g.hip /-> cd /obj/fluidtank_fluid /obj/fluidtank_fluid-> render a -f 1 100 _V -s but it showed me the message: Couldn`t find renderer a Did I do something wrong? g.hip Quote Link to comment Share on other sites More sharing options...
Guest tar Posted May 25, 2015 Share Posted May 25, 2015 cd /obj/fluidtank_fluid/a render render -f 1 100 -V -s Quote Link to comment Share on other sites More sharing options...
Georgie Posted May 25, 2015 Share Posted May 25, 2015 no idea what mread does, I use hbatch then I navigate to the file I want to render hbatch myFile_001.hip cd /out ls (to list the nodes) render myRopNetwork or w/e the node name is you can also type ' help render ' to get a list of flags Quote Link to comment Share on other sites More sharing options...
skip_odforce Posted May 27, 2015 Author Share Posted May 27, 2015 woe, it works. Thank you so much, marty and Georgie. Quote Link to comment Share on other sites More sharing options...
pbarua Posted May 27, 2015 Share Posted May 27, 2015 no idea what mread does 'mread' is used to read .hip file in shell. It's old command from PRISMS. All commands start with 'm' are inherited from PRISMS. To write from shell there is 'mwrite'. If didn't give file to 'hbatch' to open then you can use 'mread' to read .hip in current hbatch session. In Terminal type: hbatch // It will load installed version of Houdini and prompt to enter commands hbatch Version 13.0.376 (Compiled on 04/08/14) // or whatever version you are on / -> mread /path/to/hip/file / -> cd /path/to/renderer / -> render -V ropdriver or hbatch /path/to/hip/file it just same. Only mread is useful to read file in current hbatch session. 1 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.