Jump to content

Getting A Progress Bar In Hscript


vfx-ger

Recommended Posts

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...