POV-Ray : Newsgroups : povray.programming : File Queue limitation : Re: File Queue limitation Server Time
5 Jul 2024 15:48:14 EDT (-0400)
  Re: File Queue limitation  
From: ABX
Date: 27 Oct 2003 02:16:35
Message: <68hppv0893m5p4tk83kued1hbodjpi69bv@4ax.com>
On Sun, 26 Oct 2003 19:04:16 EST, "audioguyTH" <aud### [at] mindspringcom>
wrote:
> I am writing a program that allows you to draw freehand animation camera
> paths. It outputs a .pov file for every frame. The file queue in POV for
> windows 3.5 seems to have a limitation in the file queue of 512 files. Of
> course I can work around this, but is there any way to force the file queue
> to accept more? Or might I suggest this as a bug/limitation?

This is a feature. AFAIK you can customize it with changing one constant and
recompile. See:

#define MAX_QUEUE       512

in pvguiext.h.

ABX


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.