how do i export all scenes to ORBX or OCS. when i try to export in animation panel. it gives me a abc formatface_off wrote:Export all the scenes you want to render to ORBX or OCS, and then render in Octane Standalone. You may need to use some LUA script to load each OCS, render and save the result.so is there a way to batch render poser scene's all at once yet.
Paul
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:
Win 11
Ryzen Threadripper 2950X
128GB RAM
RTX 3060 TI
Ryzen Threadripper 2950X
128GB RAM
RTX 3060 TI
This will changein the next release, but at the moment, Export Animation gives you an ABC file (with no materials) - so is of limited value (although there is an Octane Standalone script to render the entire aninmation - and, vertice motion blur will render in Octane 2 using this option). The other option is to open the Viewport, then rightclick settings "Export to OCS" - then you can export to OCS or ORBX. The current OCS/ORBX export option is only for a single frame.how do i export all scenes to ORBX or OCS. when i try to export in animation panel. it gives me a abc format
The next version of the plugin will allow you to export OCS/ORBX from the "Export Animation" button - and that exported Octane scene will contain the animated geometry in an ABC node - with all materials connected.
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:
what about camera view. will it still keep the camera animation made in poser.face_off wrote:This will changein the next release, but at the moment, Export Animation gives you an ABC file (with no materials) - so is of limited value (although there is an Octane Standalone script to render the entire aninmation - and, vertice motion blur will render in Octane 2 using this option). The other option is to open the Viewport, then rightclick settings "Export to OCS" - then you can export to OCS or ORBX. The current OCS/ORBX export option is only for a single frame.how do i export all scenes to ORBX or OCS. when i try to export in animation panel. it gives me a abc format
The next version of the plugin will allow you to export OCS/ORBX from the "Export Animation" button - and that exported Octane scene will contain the animated geometry in an ABC node - with all materials connected.
Paul
Win 11
Ryzen Threadripper 2950X
128GB RAM
RTX 3060 TI
Ryzen Threadripper 2950X
128GB RAM
RTX 3060 TI
At the moment the ABC export only exports the geometry, but the next version will export the camera animation track too.what about camera view. will it still keep the camera animation made in 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
- Andrea1972
- Posts: 12
- Joined: Sat Jan 15, 2011 11:29 pm
You can have a good proxy of a render queue with a command prompt script (at least in Windows). If you write this in a command window :
"D:\OctaneRender 2.00\Octane.exe" -q -t "RenderTargetX" -s 4000 --output-png16 "D:\Scene1.png" -e "D:\Scene1.ocs"
Octane will open up (minimized), load the scene "D:\Scene1.ocs", use the "RenderTargetX" node (which must of course exist in the scene file), render the scene until it reaches 4000 samples, then save it to "D:\Scene1.png" and quit.
If you put several of these commands in a .bat file and launch it, the lines will be executed one by one (Windows will wait the end of each render before launching the next) :
"D:\OctaneRender 2.00\Octane.exe" -q -t "RenderTargetX" -s 4000 --output-png16 "D:\Scene1.png" -e "D:\Scene1.ocs"
"D:\OctaneRender 2.00\Octane.exe" -q -t "RenderTargetX" -s 4000 --output-png16 "D:\Scene2.png" -e "D:\Scene2.ocs"
"D:\OctaneRender 2.00\Octane.exe" -q -t "RenderTargetX" -s 4000 --output-png16 "D:\Scene3.png" -e "D:\Scene3.ocs"
It is not very sophisticated, but it works decently well for me.
"D:\OctaneRender 2.00\Octane.exe" -q -t "RenderTargetX" -s 4000 --output-png16 "D:\Scene1.png" -e "D:\Scene1.ocs"
Octane will open up (minimized), load the scene "D:\Scene1.ocs", use the "RenderTargetX" node (which must of course exist in the scene file), render the scene until it reaches 4000 samples, then save it to "D:\Scene1.png" and quit.
If you put several of these commands in a .bat file and launch it, the lines will be executed one by one (Windows will wait the end of each render before launching the next) :
"D:\OctaneRender 2.00\Octane.exe" -q -t "RenderTargetX" -s 4000 --output-png16 "D:\Scene1.png" -e "D:\Scene1.ocs"
"D:\OctaneRender 2.00\Octane.exe" -q -t "RenderTargetX" -s 4000 --output-png16 "D:\Scene2.png" -e "D:\Scene2.ocs"
"D:\OctaneRender 2.00\Octane.exe" -q -t "RenderTargetX" -s 4000 --output-png16 "D:\Scene3.png" -e "D:\Scene3.ocs"
It is not very sophisticated, but it works decently well for me.
- morphious2013
- Posts: 388
- Joined: Sat Apr 20, 2013 1:22 pm
I vote Render Queue also. 

Gateway i5 3.2ghz, 16g RAM, GTX 690 4GB VRAM, Windows 10 64bit, Poser Pro 11, DAZ Studio Pro 4.9, Daz Octane Plugin V2, Poser Octane Plugin V2
- spartan00j
- Posts: 347
- Joined: Fri Sep 27, 2013 1:27 am
- Location: Memphis TN
- Contact:
can you write a step by step on how to do this with octane 1.50Andrea1972 wrote:You can have a good proxy of a render queue with a command prompt script (at least in Windows). If you write this in a command window :
"D:\OctaneRender 2.00\Octane.exe" -q -t "RenderTargetX" -s 4000 --output-png16 "D:\Scene1.png" -e "D:\Scene1.ocs"
Octane will open up (minimized), load the scene "D:\Scene1.ocs", use the "RenderTargetX" node (which must of course exist in the scene file), render the scene until it reaches 4000 samples, then save it to "D:\Scene1.png" and quit.
If you put several of these commands in a .bat file and launch it, the lines will be executed one by one (Windows will wait the end of each render before launching the next) :
"D:\OctaneRender 2.00\Octane.exe" -q -t "RenderTargetX" -s 4000 --output-png16 "D:\Scene1.png" -e "D:\Scene1.ocs"
"D:\OctaneRender 2.00\Octane.exe" -q -t "RenderTargetX" -s 4000 --output-png16 "D:\Scene2.png" -e "D:\Scene2.ocs"
"D:\OctaneRender 2.00\Octane.exe" -q -t "RenderTargetX" -s 4000 --output-png16 "D:\Scene3.png" -e "D:\Scene3.ocs"
It is not very sophisticated, but it works decently well for me.
Win 11
Ryzen Threadripper 2950X
128GB RAM
RTX 3060 TI
Ryzen Threadripper 2950X
128GB RAM
RTX 3060 TI
Hi. A render queue is not something that is planned to be implemented in the Poser plugin in the near future - sorry.Any news about a render queue in the poser plugin? That would be extremely usefull.
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
Thanks for the reply. I will try to write a poser script myself then. Is there a documentation available on the python api used to control the octane plugin from Poser?face_off wrote:Hi. A render queue is not something that is planned to be implemented in the Poser plugin in the near future - sorry.Any news about a render queue in the poser plugin? That would be extremely usefull.
Paul