<div dir="ltr">Hi,<br><br>I&#39;m creating an exporter similar to what is done inside Blender.<br>somehow it crashes, so I need to know what am I missing...<br><br>here is what I do:<br><br>fill_scene_data();<br>session_Init();<br><br>//to modify the realtime preview<br>scene_mutex_lock();<br>//modify stuff<br>scene_mutex_unlock();<br><br>this crashes at some point, any ideas about the general logic here?<br>note that I&#39;m working with background = true<br><br>cheers,<br>Mohamed Sakr</div>