POV-Ray : Newsgroups : povray.windows : Include color-changes in ini-files. possible? : Re: Include color-changes in ini-files. possible? Server Time
26 Jun 2024 05:52:05 EDT (-0400)
  Re: Include color-changes in ini-files. possible?  
From: Olaf I 
Date: 21 Oct 2006 07:10:00
Message: <web.4539ffffbb20a1505c910dd30@news.povray.org>
Dear Stephen,

Near ready.
In the moment I have this error-notes:

(...)
File: C:LegoPovFilesGeneral_Lego_Renderer.pov  Line: 4
Possible Parse Error: Could not find file 'Lego_0.pov'
File: C:LegoPovFilesGeneral_Lego_Renderer.pov  Line: 4
File Context (5 lines):
#include concat("Lego_", str(frame_number,0,0), ".pov")

background { color rgb <1,1,1>} //however you want to redefine it...

Parse Error: Cannot open include file Lego_0.pov.
File: C:LegoPovFilesGeneral_Lego_Renderer.pov  Line: 4
Parse Warning: Check that the file is in a directory specified with a +L
switch or 'Library_Path=' .INI item. Standard include files are in the
include directory or folder.
(...)

Only when I change this row
#include concat("Lego_", str(frame_number,0,0), ".pov")
in
#include concat("1.pov")
it works.
But them I get not the file General_Lego_Renderer.bmp not 1.bmp!

Can you help me by this last (I hope so) problem?

Regards,

Olaf


Post a reply to this message

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