Page 1 of 1
Work with 0.6?
Posted: Sun Jul 30, 2006 12:34 pm
by iOnStallion
Is it possible to work with the old exporter and with the new v.06.1?
Is there someone else who could develop an exporter?
Nothing against blacklizard his work is really great and the compatibility was everytime up to date. But two guys working on it would be always better than one.
cheers
Posted: Sun Jul 30, 2006 12:50 pm
by psor
Heya iOnStallion,
as far as I can tell it should work, just keep in mind that the background
element has changed so if you wanna use this element, you have to edit
it manually. ;o)
And btw. avoid using bidirectional ... it is broken right now and only
useful if you light your scene with HDRI only.
take care
psor
Posted: Sun Jul 30, 2006 12:53 pm
by iOnStallion
manually meeen i added manualy the light tags for about one week before the last update came. It made me sick. I'll wait.
Posted: Sun Jul 30, 2006 1:01 pm
by psor
Hmm, ... I see. You could also use an extra file with the information
for the background, like this:
background.xml
Code: Select all
<scenedata>
<background>
<spectrum>
<rgb>
<rgb>0.98 0.98 0.98</rgb>
</rgb>
</spectrum>
</background>
</scenedata>
... and then just inlcude it after the camera settings ...
Code: Select all
<include>
<pathname>background.xml</pathname>
</include>
But maybe it's better to wait, I don't wanna see a stressed iOnStallion. ^^
take care
psor
Posted: Sun Jul 30, 2006 11:25 pm
by Zom-B
**EDIT**
Sorry for beeing stupid
I used the v0.58.1 Exporter, not the v0.59.6b!!!