Hi,<div>A somehow simple solution (but still after 2.62 is out) is to support the is_update flag for scene datablocks. [1]<div><br></div><div>With that implemented an add-on like this should do the job:</div><div><a href="http://www.pasteall.org/28979/python">http://www.pasteall.org/28979/python</a></div>

<div><br></div><div>As a temporary hack you can use this one with Blender 2.61/2.62:</div><div><a href="http://www.pasteall.org/28981/python">http://www.pasteall.org/28981/python</a></div><div><br></div><div>(also I didn&#39;t read your whole problem, but only the python part of it, and decided to give it a go for fun)</div>

<div>--</div><div>Dalai</div><div><a href="http://www.dalaifelinto.com">www.dalaifelinto.com</a></div><div><br></div><div>[1] - <a href="http://projects.blender.org/scm/viewvc.php?view=rev&amp;root=bf-blender&amp;revision=41476" target="_blank">http://projects.blender.org/scm/viewvc.php?view=rev&amp;root=bf-blender&amp;revision=41476</a><br>


<div><br><div class="gmail_quote">2012/2/8 Brecht Van Lommel <span dir="ltr">&lt;<a href="mailto:brechtvanlommel@pandora.be" target="_blank">brechtvanlommel@pandora.be</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


This workflow would be good to improve yes, but definitely not for<br>
2.62, we&#39;re too close to release for such big changes.<br>
<span><font color="#888888"><br>
Brecht.<br>
</font></span><div><div><br>
On Tue, Feb 7, 2012 at 10:58 PM, Cezary Kopias &lt;<a href="mailto:cezary.kopias@gmail.com" target="_blank">cezary.kopias@gmail.com</a>&gt; wrote:<br>
&gt; HI.<br>
&gt; This is my first time so everyone be gentle :)<br>
&gt;<br>
&gt; Since my English is self learned, I made a image.<br>
&gt; This is explanation about my work-flow and issue I am having<br>
&gt; integrating blender internal and cycles.<br>
&gt;<br>
&gt; <a href="http://www.pasteall.org/pic/26051" target="_blank">http://www.pasteall.org/pic/26051</a><br>
&gt;<br>
&gt; And hire is my question considering solution a.:<br>
&gt;<br>
&gt; How to implement that in bpy python:<br>
&gt;<br>
&gt;    if scene is switched:<br>
&gt;            if scene is blender internal renderer:<br>
&gt;                    for mat in bpy.data.materials: mat.use_nodes = False<br>
&gt;            if scene is cycles renderer:<br>
&gt;                    for mat in bpy.data.materials: mat.use_nodes = True<br>
&gt;<br>
&gt;    and basically do the same comparison before rendering is started<br>
&gt;    it will be used when having to render multiple scenes<br>
&gt;    using different renderers in compositor.<br>
&gt;<br>
&gt; I am not sure if this is the right place to post this but this issue<br>
&gt; should be considered before blender 2.62 is released.<br>
&gt;<br>
&gt; Cheers wafa<br>
&gt; _______________________________________________<br>
&gt; Bf-cycles mailing list<br>
&gt; <a href="mailto:Bf-cycles@blender.org" target="_blank">Bf-cycles@blender.org</a><br>
&gt; <a href="http://lists.blender.org/mailman/listinfo/bf-cycles" target="_blank">http://lists.blender.org/mailman/listinfo/bf-cycles</a><br>
_______________________________________________<br>
Bf-cycles mailing list<br>
<a href="mailto:Bf-cycles@blender.org" target="_blank">Bf-cycles@blender.org</a><br>
<a href="http://lists.blender.org/mailman/listinfo/bf-cycles" target="_blank">http://lists.blender.org/mailman/listinfo/bf-cycles</a><br>
</div></div></blockquote></div><br></div></div>
</div>