flame: hook Flame to ftrack, rename to babypublisher

This commit is contained in:
Jakub Jezek 2022-02-23 20:14:13 +01:00
parent c0dde86027
commit d167439969
No known key found for this signature in database
GPG key ID: D8548FBF690B100A
8 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,7 @@ class FlameToFtrackPanel(object):
# creating ui
self.window.setMinimumSize(1500, 600)
self.window.setWindowTitle('Sequence Shots to Ftrack')
self.window.setWindowTitle('OpenPype: Baby-publisher')
self.window.setWindowFlags(QtCore.Qt.WindowStaysOnTopHint)
self.window.setAttribute(QtCore.Qt.WA_DeleteOnClose)
self.window.setFocusPolicy(QtCore.Qt.StrongFocus)

View file

@ -30,7 +30,7 @@ def scope_sequence(selection):
def get_media_panel_custom_ui_actions():
return [
{
"name": "OpenPype: Ftrack",
"name": "OpenPype: Baby-publisher",
"actions": [
{
"name": "Create Shots",