Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Bakker <j.bakker@atmind.nl>2019-05-16 18:03:16 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-05-16 18:40:13 +0300
commit9f6670ca375552c1382ac340ad184e2e1882c2aa (patch)
treef303417f32a784129398ffe6a8ab621a358165e1 /release/scripts/startup/bl_operators/clip.py
parent2ee762344f8742618804e869536e3efee6ab0bd0 (diff)
Cycles/Eeeve: unify film transparent setting
For existing files, it will use the setting from Cycles or Eevee depending on the render engine in the scene. Differential Revision: https://developer.blender.org/D4874
Diffstat (limited to 'release/scripts/startup/bl_operators/clip.py')
-rw-r--r--release/scripts/startup/bl_operators/clip.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/release/scripts/startup/bl_operators/clip.py b/release/scripts/startup/bl_operators/clip.py
index 664684cce6d..e857d8547a7 100644
--- a/release/scripts/startup/bl_operators/clip.py
+++ b/release/scripts/startup/bl_operators/clip.py
@@ -850,9 +850,6 @@ class CLIP_OT_setup_tracking_scene(Operator):
# Ensure no nodes were created on the position of existing node.
self._offsetNodes(tree)
- if hasattr(scene, "cycles"):
- scene.cycles.film_transparent = True
-
@staticmethod
def _createMesh(collection, name, vertices, faces):
from bpy_extras.io_utils import unpack_list