vfx-ger Posted August 10, 2007 Share Posted August 10, 2007 Anybody know how to have a progress bar like the opcook one in a hscript for Houdini 8.2? Quote Link to comment Share on other sites More sharing options...
sibarrick Posted August 11, 2007 Share Posted August 11, 2007 I don't think you can. If you are running hscript commands in the textport you can use echo to track its progress but that's about all. Other than that you'd have to hack something with a parameter that you increment using opparm.... Most hscripts finish pretty quickly maybe what your trying to do can be achieved another way if its taking so long it needs a progress bar. Quote Link to comment Share on other sites More sharing options...
vfx-ger Posted August 16, 2007 Author Share Posted August 16, 2007 True, I may venture into the HDK. I was using a hscript to output to a file using the indirect arrows (>> and >) and echo which will always be far too slow. Thanks. Quote Link to comment Share on other sites More sharing options...
stabby Posted August 17, 2007 Share Posted August 17, 2007 It's only really slow if you echo one line at a time. I generally concatenate a thousand or so lines into a single string, and echo it all at once. It seems to be about, well, a thousand times faster. True, I may venture into the HDK. I was using a hscript to output to a file using the indirect arrows (>> and >) and echo which will always be far too slow.Thanks. 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.