Page 1 of 1
Indigo raise error (exception) when try to render scene.
Posted: Fri Oct 20, 2006 8:57 pm
by nixite
I try to test this file on Indigo 0.6t5 and indigo 0.5t7 and have the same results (exception).
Unfortunatly I don't know how to attach scene file.
Posted: Mon Oct 23, 2006 7:54 pm
by nixite
this code is (I crop everything about meshes and models):
Code: Select all
<scene>
<renderer_settings>
<width>250</width>
<height>250</height>
<metropolis>true</metropolis>
<large_mutation_prob>0.1</large_mutation_prob>
<max_change>0.02</max_change>
<max_num_consec_rejections>100</max_num_consec_rejections>
<bidirectional>true</bidirectional>
<russian_roulette_live_prob>0.7</russian_roulette_live_prob>
<max_depth>1000</max_depth>
<strata_width>14</strata_width>
<logging>false</logging>
<save_untonemapped_exr>false</save_untonemapped_exr>
<save_tonemapped_exr>false</save_tonemapped_exr>
</renderer_settings>
<camera>
<pos>14.770881 -10.000000 6.015447</pos>
<up>0.022558 -0.084186 0.996195</up>
<forwards>-0.257834 0.962250 0.087156</forwards>
<aperture_radius>0.001000</aperture_radius>
<focus_distance>2.000000</focus_distance>
<aspect_ratio>1</aspect_ratio>
<sensor_width>0.035000</sensor_width>
<lens_sensor_dist>0.049219</lens_sensor_dist>
<white_balance>E</white_balance>
</camera>
</scene>
Posted: Mon Oct 23, 2006 7:57 pm
by Kosmokrator
i think there is nothing to do with theese settings...may be u have a very heavy scene and indigo run out of memory...maybe some of your objects has no material.....

Posted: Mon Oct 23, 2006 8:04 pm
by nixite
Sorry, exception have raised because blender script do not include <skylight> tag! (in case where scene have noone light)
So, fixed.