Page 1 of 2

Shut Down Command Plus Render Queue

PostPosted: Mon Feb 19, 2018 2:49 pm
by spartan00j
Hey Paul,

Can you put a shutdown command in the plugin?
Also, we finally got a Render Queue script but it only renders one frame scene.
Done you know of anyone that can add or change that one thing in the script?
I've been literally waiting for the scriptwriter to do this since June 2017.
I tried to do it myself but fail each time (also not knowing anything about script writing didn't help much).

Thanks

Re: Shut Down Command Plus Render Queue

PostPosted: Sat Feb 24, 2018 7:06 am
by face_off
Hi - I am not sure what you mean by "shutdown". Shutdown what?

Also, we finally got a Render Queue script but it only renders one frame scene.
Done you know of anyone that can add or change that one thing in the script?
I've been literally waiting for the scriptwriter to do this since June 2017.
I tried to do it myself but fail each time (also not knowing anything about script writing didn't help much).
That script will only render the first frame of each scene. Rendering every frame of each scene would be much harder to implement. My suggestion would be to export the scene animation to ORBX and then use the Octane Standalone render queue to render each ORBX.

Paul

Re: Shut Down Command Plus Render Queue

PostPosted: Sun Feb 25, 2018 1:48 am
by spartan00j
face_off wrote:Hi - I am not sure what you mean by "shutdown". Shutdown what?

Sorry, I meant a Shutdown Computer option.

face_off wrote:That script will only render the first frame of each scene. Rendering every frame of each scene would be much harder to implement. My suggestion would be to export the scene animation to ORBX and then use the Octane Standalone render queue to render each ORBX.

Paul


Well, the script is really just octane commands. And it does have an option to import Octane settings.
When exporting octane setting, does the file also have the frames you set in the animation Tab saved?

Re: Shut Down Command Plus Render Queue

PostPosted: Sun Feb 25, 2018 9:40 pm
by face_off
Sorry, I meant a Shutdown Computer option.
Shutting down your PC from within a Poser python script should be possible by calling a Windows DLL function, but it's not something that's related to the Octane plugin, so not something I would provide in the plugin commands. You would need to write this yourself.

When exporting octane setting, does the file also have the frames you set in the animation Tab saved?
I don't understand your question, sorry. I was suggesting you export the animation via the Animation tab->Export Animation button, not to export the Octane settings.

Paul

Re: Shut Down Command Plus Render Queue

PostPosted: Thu Mar 15, 2018 5:13 pm
by GGBB
Hi,

I have tried to implement the render queue for animation but I got stucked because a message pops up when the animation render has finished. This prevents the next file in the queue to load and render. It is difficult to catch and kill this message window without modifying the plugin itself. Normaly, the class wx.ModalDialogHook can do that from outside of the plugin but it is not implemented in the wxpython version provided by poser.

So, if anybody has idea...

Re: Shut Down Command Plus Render Queue

PostPosted: Thu Mar 15, 2018 10:55 pm
by face_off
I have tried to implement the render queue for animation but I got stucked because a message pops up when the animation render has finished. This prevents the next file in the queue to load and render. It is difficult to catch and kill this message window without modifying the plugin itself. Normaly, the class wx.ModalDialogHook can do that from outside of the plugin but it is not implemented in the wxpython version provided by poser.
I could create a hidden setting which your script could set which would suppress the dialog. I will add this to the next release for you to test.

Paul

Re: Shut Down Command Plus Render Queue

PostPosted: Fri Mar 16, 2018 2:46 am
by spartan00j
face_off wrote:
I have tried to implement the render queue for animation but I got stucked because a message pops up when the animation render has finished. This prevents the next file in the queue to load and render. It is difficult to catch and kill this message window without modifying the plugin itself. Normaly, the class wx.ModalDialogHook can do that from outside of the plugin but it is not implemented in the wxpython version provided by poser.
I could create a hidden setting which your script could set which would suppress the dialog. I will add this to the next release for you to test.

Paul

Great to hear. Do you have a date for the next release?

Re: Shut Down Command Plus Render Queue

PostPosted: Sun Mar 18, 2018 10:21 am
by face_off
Do you have a date for the next release?
The next release will be after the next Octane release, so no, I don't have a date, sorry.

Paul

Re: Shut Down Command Plus Render Queue

PostPosted: Mon Mar 19, 2018 9:49 am
by GGBB
Thanks Paul. Looking forward.

Re: Shut Down Command Plus Render Queue

PostPosted: Mon Jul 30, 2018 9:10 am
by GGBB
Just realized that I have posted my render queue script in the wrong thread.

So here is the new version. It is now possible to queue animations.