mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
flame: rename to babypublisher panel class
This commit is contained in:
parent
2ea402faad
commit
bbb653a54d
2 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ class MainWindow(QtWidgets.QWidget):
|
|||
event.accept()
|
||||
|
||||
|
||||
class FlameToFtrackPanel(object):
|
||||
class FlameBabyPublisherPanel(object):
|
||||
session = None
|
||||
temp_data_dir = None
|
||||
processed_components = []
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ def flame_panel_executor(selection):
|
|||
print("panel_app module removed from sys.modules")
|
||||
|
||||
import panel_app
|
||||
panel_app.FlameToFtrackPanel(selection)
|
||||
panel_app.FlameBabyPublisherPanel(selection)
|
||||
|
||||
|
||||
def scope_sequence(selection):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue