mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
Refactor OpenImageSequence to PlayImageSequence to describe the intent of playing it and not opening it to alter the files.
This commit is contained in:
parent
c4a289692f
commit
e06d2fe8f5
1 changed files with 2 additions and 2 deletions
|
|
@ -15,13 +15,13 @@ def open(filepath):
|
|||
subprocess.call(('xdg-open', filepath))
|
||||
|
||||
|
||||
class OpenImageSequence(api.Loader):
|
||||
class PlayImageSequence(api.Loader):
|
||||
"""Open Image Sequence with system default"""
|
||||
|
||||
families = ["colorbleed.imagesequence"]
|
||||
representations = ["*"]
|
||||
|
||||
label = "Open sequence"
|
||||
label = "Play sequence"
|
||||
order = -10
|
||||
icon = "play-circle"
|
||||
color = "orange"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue