ayon-core/server_addon/aftereffects/server/version.py
Jakub Trllo 6fa2a85a2d AfterEffects: added toggle for applying values from DB during creation (#6204)
* OP-8130 - After Effects added flag to force values from Asset to composition during creation

This allows controlling setting of values (resolution, duration) from Asset (DB) to the created instance. Default is to set it automatically.

* OP-8130 - Ayon version of Settings for AE creator
2024-02-08 17:13:31 +01:00

3 lines
85 B
Python

# -*- coding: utf-8 -*-
"""Package declaring addon version."""
__version__ = "0.1.3"