Smooth & Easy Camera Animation for OR Standalone, ORC v1.21

Forum for OctaneRender Lua scripting examples, discussion and support.
User avatar
roeland
OctaneRender Team
Posts: 1822
Joined: Wed Mar 09, 2011 10:09 pm

I think this is the same issue as described here → viewtopic.php?p=314345#p314345.

Also I had to add a floor operation in render.lua line 442:

Code: Select all

text  = string.format("Rendering %d/%d, Image# %d - %02d:%02d:%02d remains",
                                  (count+1),total_frames,frameID,h,m,math.floor(s))
Updated version :
OlReadyCam_3.07.zip
(50.36 KiB) Downloaded 622 times
--
Roeland
shaula
Licensed Customer
Posts: 2
Joined: Mon Mar 07, 2011 1:13 pm

new file you uploaded still has the same error.
Last edited by shaula on Thu Aug 24, 2017 10:45 am, edited 1 time in total.
User avatar
Notiusweb
Licensed Customer
Posts: 1285
Joined: Mon Nov 10, 2014 4:51 am

Many thanks Roeland and regards!
I am seeing the same error as well. Using newest stable Octane 3.06.4.
-Notiusweb
Win 10 Pro 64, Xeon E5-2687W v2 (8x 3.40GHz), G.Skill 64 GB DDR3-2400, ASRock X79 Extreme 11
Mobo: 1 Titan RTX, 1 Titan Xp
External: 6 Titan X Pascal, 2 GTX Titan X
Plugs: Enterprise
Renderwiz
Licensed Customer
Posts: 24
Joined: Mon Aug 07, 2017 10:34 am

In case anyone is still dealing with this in 3.06.4, I seem to have it working by changing line 268 in widget.lua from....

width = argv.width or 400,

to the following....

width = math.floor(argv.width) or 400,
Renderwiz
Licensed Customer
Posts: 24
Joined: Mon Aug 07, 2017 10:34 am

Ran into another roadblock..... ORC seems to pause after starting the first frame. I get the first frame saved but it is at like 2 sample quality. My adjustments to raise the samples has no affect, and additional frames are not attempted.

The other bug I ran into but found a workaround for was related to multiple render targets. My workaround has been to only use one render target and switch the cameras when creating frames for ORC.

If anyone has insight as to why my frames wont rendering, please let me know.

Thanks
User avatar
ff7darkcloud
Licensed Customer
Posts: 73
Joined: Sun Mar 18, 2012 11:20 pm
Location: Fairfax, VA, USA

Thanks for looking into this Roeland, tried it with 3.07.

As Rederwiz mentions, everthing appears to work fine until I hit "render". It just renders the first frame to 1 sample and then stops.
( PC ) Win10 x64 | 2xRTX2080TI | ASUS Rampage VI Extreme | i9-7900x | 32GB | 1600W
( Laptop ) Win10 x64 | RTX2080Max-Q | Lenovo Legion Y740 | i7-9750H | 32GB - Octane Standalone Win 10/ Sketchup 2019

PORTFOLIO: https://renderspace.wixsite.com/portfolio
User avatar
ff7darkcloud
Licensed Customer
Posts: 73
Joined: Sun Mar 18, 2012 11:20 pm
Location: Fairfax, VA, USA

Is there a way we can revert to the old Lua or some way to make this work?

I have a couple deadlines and noise is kicking my behind, I can only use this script on 3.05.3, so I am missing adaptive sampling.

Thanks!!
( PC ) Win10 x64 | 2xRTX2080TI | ASUS Rampage VI Extreme | i9-7900x | 32GB | 1600W
( Laptop ) Win10 x64 | RTX2080Max-Q | Lenovo Legion Y740 | i7-9750H | 32GB - Octane Standalone Win 10/ Sketchup 2019

PORTFOLIO: https://renderspace.wixsite.com/portfolio
User avatar
ff7darkcloud
Licensed Customer
Posts: 73
Joined: Sun Mar 18, 2012 11:20 pm
Location: Fairfax, VA, USA

For all fellow Standalone users, looks like there is another script that works in 3.07, AnimateValue_SG, there is no Bezier smoothing but there are a lot of awesome possibilities.
( PC ) Win10 x64 | 2xRTX2080TI | ASUS Rampage VI Extreme | i9-7900x | 32GB | 1600W
( Laptop ) Win10 x64 | RTX2080Max-Q | Lenovo Legion Y740 | i7-9750H | 32GB - Octane Standalone Win 10/ Sketchup 2019

PORTFOLIO: https://renderspace.wixsite.com/portfolio
mlarregle
Licensed Customer
Posts: 2
Joined: Fri Aug 10, 2012 2:53 pm

Hi...I´m looking the Roeland 3.07...and having problems with Sample/pix....ORC just works with Sample/pix=1, when I put more (250) Octane says PAUSED
mlarregle
Licensed Customer
Posts: 2
Joined: Fri Aug 10, 2012 2:53 pm

Any workarround to fix these?
Any workarround to fix these?
Post Reply

Return to “Lua Scripting”