Sun, Feb 16, 4:38 PM CST

Renderosity Forums / Poser - OFFICIAL



Welcome to the Poser - OFFICIAL Forum

Forum Coordinators: RedPhantom

Poser - OFFICIAL F.A.Q (Last Updated: 2025 Feb 15 11:01 am)



Subject: A way for poser to make a sound when done rendering?


Gazukull ( ) posted Sun, 07 January 2007 at 4:06 PM · edited Tue, 11 February 2025 at 6:06 PM

Hey yall,

Just seeing if anyone knows a way for poser to make a sound or popup when it is done with a render?

I normally hit render and surf until I see the CPU hit 0 use again and go back to my next scene.  With poser 7 cutting my rendering in half I am lagging in behind the software now.

Let me know if any of yall know how to do something like this!

-G


ziggie ( ) posted Sun, 07 January 2007 at 4:36 PM

I have never heard of a way, but always thought a sound to alert the user that the render has finished (or choked) would be nice.

I would also like to see a Time Taken to Render as well... saves having to use a stop watch at times.

An estimated time for render to complete would be nice as well, but I guess that after Poser had made all the computations it would double the actual time for the render to comlete.. lol

"You don't have to be mad to use Poser... but it helps"


pjz99 ( ) posted Sun, 07 January 2007 at 4:43 PM

If you render through a script, it's probably pretty easy:

Playing .wav file from within Python:
http://www.velocityreviews.com/forums/t337346-how-to-play-sound-in-python.html

My Freebies


ockham ( ) posted Tue, 09 January 2007 at 12:07 PM

Playing a sound is easy, at least on a Win computer.  

At the top of the script, among the other import statements, put

import winsound

Then at the point where you want to play the sound, fill in the WAV
file you want, and call PlaySound. 

FileName="C:whateversomething.wav"
winsound.PlaySound(FileName,winsound.SND_FILENAME)

My python page
My ShareCG freebies


Jimdoria ( ) posted Tue, 09 January 2007 at 4:51 PM

If you want to do this without scripting, you might be able to use a freeware utility from donationcoder.com called ProcessGuard. It lets you monitor Windows programs for certain conditions then take actions when those conditions are met.

In this case, you'd probably set it to watch Poser to see when the CPU utilization drops below a certain amount (<10%?) indicating that the render is done. You could have it play a WAV file when this happens.

It's a bit barebones, as you have to set up events by editing the well-documented INI file, but it is easier than scripting, and it is free. Comes from a cool site too.

http://www.donationcoder.com/Software/Skrommel/index.html#ProcessGuard

The program is a compiled AutoHotKey script, and you can also download the source file & play around with that too if you want.

  • Jimdoria  ~@>@


ockham ( ) posted Tue, 09 January 2007 at 5:33 PM

Wow!  That utility looks highly useful, not just for Poser.
And the webpage includes dozens of other goodies.

My python page
My ShareCG freebies


Angelouscuitry ( ) posted Tue, 09 January 2007 at 9:59 PM · edited Tue, 09 January 2007 at 10:00 PM

😄

Hiya, Ockham!

Can you see a RenderButton.py; rendering a current scene and then playing a Beep.wav, as at all worthy of use?

Can we get pythons to open with poser?

Angel~

:tt1:


Privacy Notice

This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.