// =========================================================================== // Copyright 2018 Autodesk, Inc. All rights reserved. // // Use of this software is subject to the terms of the Autodesk license // agreement provided at the time of installation or download, or which // otherwise accompanies this software in either electronic or hard copy form. // =========================================================================== displayString -replace -value "Cannot add the shot: you need to select exactly one shot and one group" m_sequencerUtils.kAddShotBadGroup; displayString -replace -value "Specified shot is already in a group" m_sequencerUtils.kCreateGroupAlready; displayString -replace -value "Can't create a group: one or more selected shots already belongs to a group" m_sequencerUtils.kCreateGroupAlreadySel; displayString -replace -value "No shots selected" m_sequencerUtils.kCreateGroupNoShots; displayString -replace -value "Can't create a group: selected shots must all be from the same sequencer" m_sequencerUtils.kCreateGroupTooManySequencers; displayString -replace -value "Nothing was selected" m_sequencerUtils.kDeleteGroupAndContentsNoGroups; displayString -replace -value "Unable to update expression for imagePlane depth" m_sequencerUtils.kExpressionError; displayString -replace -value "No shots selected" m_sequencerUtils.kRemoveGroupNoShots; displayString -replace -value "Nothing was selected" m_sequencerUtils.kUngroupNoGroups;