From ef2d8dc91aa3e7333d20c7e96ca5265cd5645a7b Mon Sep 17 00:00:00 2001 From: Toke Jepsen Date: Thu, 27 Jun 2019 16:50:14 +0100 Subject: [PATCH] Tasks included in shot label. --- pype/plugins/nukestudio/publish/collect_shot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pype/plugins/nukestudio/publish/collect_shot.py b/pype/plugins/nukestudio/publish/collect_shot.py index 6188508ecd..35aa926541 100644 --- a/pype/plugins/nukestudio/publish/collect_shot.py +++ b/pype/plugins/nukestudio/publish/collect_shot.py @@ -34,6 +34,8 @@ class CollectShot(api.InstancePlugin): data["families"] = [] data["frameStart"] = 1 + data["label"] += " - tasks: {}".format(data["tasks"]) + # Get handles. data["handleStart"] = instance.data["handleStart"] + data["handles"] data["handleEnd"] = instance.data["handleEnd"] + data["handles"]