From cfc53e007c74886a05ade32fb2ea709ef1eddc9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 27 Sep 2016 15:51:24 +0200 Subject: [PATCH] Removed more atc_cut_in/out --- blender_cloud/attract/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/blender_cloud/attract/__init__.py b/blender_cloud/attract/__init__.py index e2df081..627d33f 100644 --- a/blender_cloud/attract/__init__.py +++ b/blender_cloud/attract/__init__.py @@ -65,8 +65,7 @@ def active_strip(context): def remove_atc_props(strip): """Resets the attract custom properties assigned to a VSE strip""" - strip.atc_cut_in = 0 - strip.atc_cut_out = 0 + strip.atc_name = "" strip.atc_description = "" strip.atc_object_id = ""