Setup tracking scene shall work with Cycles now

This commit is contained in:
2013-04-11 13:29:51 +00:00
parent f2ff494b24
commit 432a260869

View File

@@ -713,6 +713,8 @@ class CLIP_OT_setup_tracking_scene(Operator):
self._offsetNodes(tree)
scene.render.alpha_mode = 'TRANSPARENT'
if scene.cycles:
scene.cycles.film_transparent = True
@staticmethod
def _createMesh(scene, name, vertices, faces):