Skip to content

Commit

Permalink
Finish the F4 parser port
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmosys committed Jun 6, 2024
1 parent 3b7eaa3 commit 18efeca
Show file tree
Hide file tree
Showing 3 changed files with 181 additions and 385 deletions.
6 changes: 3 additions & 3 deletions src/main/python/camdkit/framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@


class Sampling(Enum):
STATIC = "Static"
REGULAR = "Regular"
DYNAMIC = "Dynamic"
STATIC = "Static" # Data that does not change for a Clip or across many Frames
REGULAR = "Regular" # Data that appears at regular intervals in a Clip
DYNAMIC = "Dynamic" # Data that changes every Frame

@dataclasses.dataclass
class Dimensions:
Expand Down
Loading

0 comments on commit 18efeca

Please sign in to comment.