Blender: 2.42a
Exporter: 2.40
Indigo: Latest 0.6
I'm using the Blender tutorial and crreated a basic scene as instructed. Once I export the scene to the c:\Indigo directory and run "indigo scene.xml", I get the following errror:
SceneLoaderExcep: TinyXmlWrapper: could not find element 'radiance' in element 'background' (around line 33)
Any idea what might be causing this?
Thanks
Blender Problem
read error again and again and again...
Maybe you have an old Indigo version?. In earlier verision of Indigo the syntax of <background> was something like that:
Now is:
Check your .xml file for details.
greetz,
jur
Maybe you have an old Indigo version?. In earlier verision of Indigo the syntax of <background> was something like that:
Code: Select all
<background>
<radiance>1 1 1</radiance>
</background>
Code: Select all
<background>
<spectrum>
<rgb>
<rgb>1 1 1</rgb>
</rgb>
</spectrum>
</background>
greetz,
jur
Who is online
Users browsing this forum: No registered users and 20 guests