-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Not really an issue, but I thought it might be good to document this somewhere since I've been working with it. I've been tracking down the values used for avb.bin.Bin's display_mode and display_mask properties. They are below:
Known values for avb.bin.Bin.display_mode:
In Avid, this is set by choosing one of the mode buttons next to the Bin View dropdown.
| Value | Meaning |
|---|---|
0 |
List mode |
1 |
Frame mode |
2 |
Script mode |
Known flags for avb.bin.Bin.display_mask:
In Avid, this is set by right-clicking in the bin and choosing Set Bin Display...
Note there are some flags missing. Not sure if they're deprecated, reserved, or found elsewhere.
| Flag | Meaning |
|---|---|
00000000000000001 |
Show Masterclips |
00000000000000010 |
Show Subclips |
00000000000000100 |
Show Sequences |
00000000000001000 |
Show Sources |
00000000000010000 |
Show Effects |
00000000000100000 |
Show Group Clips |
00000000001000000 |
Show Precomputed Render Effects |
00000000010000000 |
Show Motion Effects |
00000001000000000 |
Show Clips Created By the User |
00000010000000000 |
Show Reference Clips |
00000100000000000 |
Show Precomputed Titles and Matte Keys |
01000000000000000 |
Show Stereoscopic Clips |
10000000000000000 |
Show Linked Masterclips |
Metadata
Metadata
Assignees
Labels
No labels