From: Greg Ercolano <erco@(email surpressed)>
Subject: Re: Limitation in frames command?
   Date: Sat, 06 Oct 2007 21:26:35 -0400
Msg# 1630
View Complete Thread (7 articles) | All Threads
Last Next
Greg Ercolano wrote:
> Dylan Penhale wrote:
>> Basically we just want to render out the 1st, middle and last frames, then
>> the middle of those, then sort of fill in the gaps. [..]
> 
> 	Right, every so often the 'binary tree' ordering comes up.

   Looks like binary ordering was brought up about 4 years ago here
   on the group:

   http://seriss.com/cgi-bin/rush/newsgroup-threaded.cgi?-view+1091+1090+1091+109

   ..that shows a cheap way to just get the first/middle/last
   without adding any logic to the submit script to make a true binary tree.

   Often that's all people need; just the first/middle/last,
   then fill in the rest in ascending order is often sufficient.

   But if you already have the binary tree logic in your code,
   that's fine too.

   Just watch how you handle this when mixed with 'batching',
   as that can get complicated fast.

-- 
Greg Ercolano, erco@(email surpressed)
Rush Render Queue, http://seriss.com/rush/
Tel: (Tel# suppressed)
Fax: (Tel# suppressed)
Cel: (Tel# suppressed)

Last Next