mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Merge branch 'develop' into enhancement/movement-cleanups
This commit is contained in:
commit
09bc271c5c
15 changed files with 18 additions and 3 deletions
|
|
@ -54,6 +54,7 @@ MOVED_ADDON_MILESTONE_VERSIONS = {
|
|||
"hiero": VersionInfo(0, 2, 0),
|
||||
"max": VersionInfo(0, 2, 0),
|
||||
"photoshop": VersionInfo(0, 2, 0),
|
||||
"timers_manager": VersionInfo(0, 2, 0),
|
||||
"traypublisher": VersionInfo(0, 2, 0),
|
||||
"tvpaint": VersionInfo(0, 2, 0),
|
||||
"maya": VersionInfo(0, 2, 0),
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
__version__ = "0.1.1"
|
||||
|
|
@ -17,4 +17,3 @@ Click = "^8"
|
|||
OpenTimelineIO = "0.16.0"
|
||||
opencolorio = "2.2.1"
|
||||
Pillow = "9.5.0"
|
||||
pynput = "^1.7.2" # Timers manager - TODO remove
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""Package declaring AYON addon 'timers_manager' version."""
|
||||
__version__ = "0.2.0"
|
||||
6
server_addon/timers_manager/client/pyproject.toml
Normal file
6
server_addon/timers_manager/client/pyproject.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[project]
|
||||
name="timers_manager"
|
||||
description="AYON TimersManager addon."
|
||||
|
||||
[ayon.runtimeDependencies]
|
||||
pynput = "^1.7.2"
|
||||
|
|
@ -1,3 +1,10 @@
|
|||
name = "timers_manager"
|
||||
title = "Timers Manager"
|
||||
version = "0.1.1"
|
||||
version = "0.2.0"
|
||||
|
||||
client_dir = "ayon_timers_manager"
|
||||
|
||||
ayon_required_addons = {
|
||||
"core": ">0.3.2",
|
||||
}
|
||||
ayon_compatible_addons = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue