File tree Expand file tree Collapse file tree 4 files changed +7
-58
lines changed
python/openassetio_mediacreation Expand file tree Collapse file tree 4 files changed +7
-58
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
=============
3
3
4
+ v1.0.0-alpha.x
5
+ --------------
6
+
7
+ ### Breaking changes
8
+
9
+ - Removed speculative timeline traits pending real-world use cases.
10
+
4
11
v1.0.0-alpha.5
5
12
--------------
6
13
Original file line number Diff line number Diff line change 11
11
#include < openassetio_mediacreation/traits/managementPolicy.hpp>
12
12
#include < openassetio_mediacreation/traits/managementPolicy/ManagedTrait.hpp>
13
13
#include < openassetio_mediacreation/traits/managementPolicy/ResolvesFutureEntitiesTrait.hpp>
14
- #include < openassetio_mediacreation/traits/timeline.hpp>
15
- #include < openassetio_mediacreation/traits/timeline/ClipTrait.hpp>
16
- #include < openassetio_mediacreation/traits/timeline/TimelineTrait.hpp>
17
- #include < openassetio_mediacreation/traits/timeline/TrackTrait.hpp>
18
14
#include < openassetio_mediacreation/traits/traits.hpp>
19
15
20
16
using namespace openassetio_mediacreation ;
Original file line number Diff line number Diff line change @@ -29,21 +29,9 @@ def test_importing_openassetio_mediacreation_succeeds(self):
29
29
def test_importing_traits_succeeds (self ):
30
30
from openassetio_mediacreation import traits
31
31
32
- def test_importing_timeline_succeeds (self ):
33
- from openassetio_mediacreation .traits import timeline
34
-
35
32
def test_importing_content_succeeds (self ):
36
33
from openassetio_mediacreation .traits import content
37
34
38
- def test_importing_ClipTrait_succeeds (self ):
39
- from openassetio_mediacreation .traits .timeline import ClipTrait
40
-
41
- def test_importing_TimelineTrait_succeeds (self ):
42
- from openassetio_mediacreation .traits .timeline import TimelineTrait
43
-
44
- def test_importing_TrackTrait_succeeds (self ):
45
- from openassetio_mediacreation .traits .timeline import TrackTrait
46
-
47
35
def test_importing_LocatableContentTrait_succeeds (self ):
48
36
from openassetio_mediacreation .traits .content import LocatableContentTrait
49
37
Original file line number Diff line number Diff line change @@ -6,48 +6,6 @@ description: Well-known Traits and Specifications for use in OpenAssetIO
6
6
hosts and managers.
7
7
8
8
traits :
9
- timeline :
10
- description : Traits related to timelines.
11
- members :
12
- Timeline :
13
- description : >
14
- This trait characterizes a collection of tracks that evaluate
15
- concurrently to form layers of references to media. Frequently
16
- used in non-linear editing environments such as Video and
17
- Audio post production tools.
18
- usage :
19
- - entity
20
- - locale
21
-
22
- Track :
23
- description : >
24
- This trait characterizes a lane or collection of media,
25
- arranged temporally such that only a single item in the
26
- collection is active at any given time. Frequently used in
27
- non-linear editing environments such as Video and Audio post
28
- production tools.
29
- usage :
30
- - entity
31
- - locale
32
-
33
- Clip :
34
- description : >
35
- This trait characterizes the use of some range of external
36
- media, commonly on a track or timeline. Frequently used in
37
- non-linear editing environments such as Video and Audio
38
- production tools.
39
-
40
-
41
- TODO(TC) Define any additional properties, and companion
42
- traits such as 'frameRange' and 'handles'.
43
- usage :
44
- - entity
45
- - locale
46
- properties :
47
- name :
48
- type : string
49
- description : The name of the clip.
50
-
51
9
content :
52
10
description : Traits related to abstract content.
53
11
members :
You can’t perform that action at this time.
0 commit comments