Fixed scene update post handler disappearing.

This commit is contained in:
Sybren A. Stüvel 2016-11-08 15:11:27 +01:00
parent 2de4a8e87c
commit 68d2fc8e42

View File

@ -147,6 +147,7 @@ def compute_strip_conflicts(scene):
return ids_in_use
@bpy.app.handlers.persistent
def scene_update_post_handler(scene):
compute_strip_conflicts(scene)