Shut Down Command Plus Render Queue

Poser (Integrated Plugin developed by Paul Kinnane)

Moderator: face_off

Forum rules
Please keep character renders sensibly modest, please do not post sexually explicit scenes of characters.
User avatar
spartan00j
Licensed Customer
Posts: 347
Joined: Fri Sep 27, 2013 1:27 am
Location: Memphis TN
Contact:

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
Attachments
renderQueue.zip
(5.31 KiB) Downloaded 241 times
Win 11
Ryzen Threadripper 2950X
128GB RAM
RTX 3060 TI
User avatar
face_off
Octane Plugin Developer
Posts: 15700
Joined: Fri May 25, 2012 10:52 am
Location: Adelaide, Australia

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
Win7/Win10/Mavericks/Mint 17 - GTX550Ti/GT640M
Octane Plugin Support : Poser, ArchiCAD, Revit, Inventor, AutoCAD, Rhino, Modo, Nuke
Pls read before submitting a support question
User avatar
spartan00j
Licensed Customer
Posts: 347
Joined: Fri Sep 27, 2013 1:27 am
Location: Memphis TN
Contact:

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?
Win 11
Ryzen Threadripper 2950X
128GB RAM
RTX 3060 TI
User avatar
face_off
Octane Plugin Developer
Posts: 15700
Joined: Fri May 25, 2012 10:52 am
Location: Adelaide, Australia

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
Win7/Win10/Mavericks/Mint 17 - GTX550Ti/GT640M
Octane Plugin Support : Poser, ArchiCAD, Revit, Inventor, AutoCAD, Rhino, Modo, Nuke
Pls read before submitting a support question
GGBB
Licensed Customer
Posts: 18
Joined: Fri Jun 17, 2016 8:33 pm

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...
User avatar
face_off
Octane Plugin Developer
Posts: 15700
Joined: Fri May 25, 2012 10:52 am
Location: Adelaide, Australia

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
Win7/Win10/Mavericks/Mint 17 - GTX550Ti/GT640M
Octane Plugin Support : Poser, ArchiCAD, Revit, Inventor, AutoCAD, Rhino, Modo, Nuke
Pls read before submitting a support question
User avatar
spartan00j
Licensed Customer
Posts: 347
Joined: Fri Sep 27, 2013 1:27 am
Location: Memphis TN
Contact:

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?
Win 11
Ryzen Threadripper 2950X
128GB RAM
RTX 3060 TI
User avatar
face_off
Octane Plugin Developer
Posts: 15700
Joined: Fri May 25, 2012 10:52 am
Location: Adelaide, Australia

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
Win7/Win10/Mavericks/Mint 17 - GTX550Ti/GT640M
Octane Plugin Support : Poser, ArchiCAD, Revit, Inventor, AutoCAD, Rhino, Modo, Nuke
Pls read before submitting a support question
GGBB
Licensed Customer
Posts: 18
Joined: Fri Jun 17, 2016 8:33 pm

Thanks Paul. Looking forward.
GGBB
Licensed Customer
Posts: 18
Joined: Fri Jun 17, 2016 8:33 pm

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.
Attachments
renderQueue v0.4.zip
(5.62 KiB) Downloaded 281 times
Post Reply

Return to “Poser”