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
Shut Down Command Plus Render Queue
Moderator: face_off
Forum rules
Please keep character renders sensibly modest, please do not post sexually explicit scenes of characters.
Please keep character renders sensibly modest, please do not post sexually explicit scenes of characters.
- spartan00j
- Posts: 347
- Joined: Fri Sep 27, 2013 1:27 am
- Location: Memphis TN
- Contact:
- Attachments
-
- renderQueue.zip
- (5.31 KiB) Downloaded 241 times
Win 11
Ryzen Threadripper 2950X
128GB RAM
RTX 3060 TI
Ryzen Threadripper 2950X
128GB RAM
RTX 3060 TI
Hi - I am not sure what you mean by "shutdown". Shutdown what?
Paul
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.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).
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
Octane Plugin Support : Poser, ArchiCAD, Revit, Inventor, AutoCAD, Rhino, Modo, Nuke
Pls read before submitting a support question
- spartan00j
- Posts: 347
- Joined: Fri Sep 27, 2013 1:27 am
- Location: Memphis TN
- Contact:
Sorry, I meant a Shutdown Computer option.face_off wrote:Hi - I am not sure what you mean by "shutdown". Shutdown what?
Well, the script is really just octane commands. And it does have an option to import Octane settings.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
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
Ryzen Threadripper 2950X
128GB RAM
RTX 3060 TI
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.Sorry, I meant a Shutdown Computer option.
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.When exporting octane setting, does the file also have the frames you set in the animation Tab saved?
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
Octane Plugin Support : Poser, ArchiCAD, Revit, Inventor, AutoCAD, Rhino, Modo, Nuke
Pls read before submitting a support question
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...
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...
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.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.
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
Octane Plugin Support : Poser, ArchiCAD, Revit, Inventor, AutoCAD, Rhino, Modo, Nuke
Pls read before submitting a support question
- spartan00j
- Posts: 347
- Joined: Fri Sep 27, 2013 1:27 am
- Location: Memphis TN
- Contact:
Great to hear. Do you have a date for the next release?face_off wrote: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.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.
Paul
Win 11
Ryzen Threadripper 2950X
128GB RAM
RTX 3060 TI
Ryzen Threadripper 2950X
128GB RAM
RTX 3060 TI
The next release will be after the next Octane release, so no, I don't have a date, sorry.Do you have a date for the next release?
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
Octane Plugin Support : Poser, ArchiCAD, Revit, Inventor, AutoCAD, Rhino, Modo, Nuke
Pls read before submitting a support question
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.
So here is the new version. It is now possible to queue animations.
- Attachments
-
- renderQueue v0.4.zip
- (5.62 KiB) Downloaded 281 times