Page 14 of 19

Re: UNOFFICIAL plugin for 3ds Max 2010+

Posted: Wed Aug 24, 2011 10:25 pm
by retmia
Hello JimStar!

I have a little question about your wonderful plugin!
[...] why sometimes octane doesn't launch right when a frame is done? sometimes it takes 10 to 20 secondes to start to render a new frame... I don't see where the probleme is coming from!

Regards!

Re: UNOFFICIAL plugin for 3ds Max 2010+

Posted: Thu Aug 25, 2011 7:56 am
by JimStar
retmia wrote:Hello JimStar!

I have a little question about your wonderful plugin!
[...] why sometimes octane doesn't launch right when a frame is done? sometimes it takes 10 to 20 secondes to start to render a new frame... I don't see where the probleme is coming from!

Regards!
In batch animation algorithm was as follows:

1. If it is not the first frame (where we don't need reinitialization) - batch process runs in timeout that you set in the "Render interval" parameter (it is needed sometimes to reinitialize videocards between animation frames).
2. Batch process checks the export of next frame from 3ds Max is done.
3. If export of this frame still runs, batch process sleeps 5 seconds (to not waste processor resources) and goes to step 1.
So, your next frame render will begin in maximum time 5 seconds + Render interval (if export has ended right after timeout in step 3 begins).

Your post helped me to find that it is not correctly. If batch process runs in step 3 - that states that Render interval timeout has already done and it is no need to run it again in loop.
I have fixed this issue in 1.72.;)
So, now it will be:

1. If it is not the first frame (where we don't need reinitialization) - batch process runs in timeout that you set in the "Render interval" parameter (it is needed sometimes to reinitialize videocards between animation frames).
2. Batch process checks the export of next frame from 3ds Max is done.
3. If export of this frame still runs, batch process sleeps 4 seconds (to not waste processor resources) and goes to step 2.
So, your next frame render will begin in maximum time Render interval (if it is the first attempt to get exported frame) or 4 seconds (in all next attempts).

Re: UNOFFICIAL plugin for 3ds Max 2010+

Posted: Fri Aug 26, 2011 2:20 pm
by JimStar
1.73 with output formats...;)

Re: UNOFFICIAL plugin for 3ds Max 2010+

Posted: Fri Aug 26, 2011 4:05 pm
by tonycho
thanks a lot Jim
:D

Re: UNOFFICIAL plugin for 3ds Max 2010+

Posted: Sat Aug 27, 2011 8:37 am
by Jaberwocky
Cheers Jim, Nice one

Re: UNOFFICIAL plugin for 3ds Max 2010+

Posted: Sat Sep 03, 2011 2:07 am
by Ryoku
I keep getting this handler exception error "pos" undefined. ={ Is there any way to fix this?

Re: UNOFFICIAL plugin for 3ds Max 2010+

Posted: Sat Sep 03, 2011 8:17 am
by JimStar
Ryoku wrote:I keep getting this handler exception error "pos" undefined. ={ Is there any way to fix this?
Could you please tell me in detail: what you are doing and in what moment you get this error? And what version of 3ds Max you have?

Re: UNOFFICIAL plugin for 3ds Max 2010+

Posted: Tue Sep 06, 2011 10:34 am
by satterkein
Hi! Does the plugin in 3DS max 2009?
Can you see the video tutorial on working with plug-in?
Keep getting an error when rendering:
Thank you!

Re: UNOFFICIAL plugin for 3ds Max 2010+

Posted: Tue Sep 06, 2011 10:45 am
by JimStar
satterkein wrote:Hi! Does the plugin in 3DS max 2009?
Can you see the video tutorial on working with plug-in?
Keep getting an error when rendering:
Thank you!
I don't tried to run it in Max 2009, but as I remember, in this plugin I have used some functions that are not available in Max 2009 script language (only from 2010).
You can view a "Max script listing" after export to see if there are errors... I don't have Max versions earlier 2011 installed...

Re: UNOFFICIAL plugin for 3ds Max 2010+

Posted: Tue Sep 06, 2011 10:48 am
by satterkein
Thank you. I will try other versions.