Move overlay flags into SequencerPreviewOverlay and
SequencerTimelineOverlay structs.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
| source/blender/makesdna/DNA_space_types.h | ||
|---|---|---|
| 586–589 | There could be a prefix to differentiate timeline and overlay: eg: SEQ_PRV_* SEQ_TIMELINE_, so these flags aren't accidentally swapped between the wrong overlay types. | |
| source/blender/makesdna/DNA_space_types.h | ||
|---|---|---|
| 586–589 | Checking 3D view naming, perhaps e.g. V3D_OVERLAY_EDIT_OCCLUDE_WIRE, this would be more consistent:
| |
| source/blender/makesdna/DNA_space_types.h | ||
|---|---|---|
| 586–589 | Oops, too late, I guess it would look nicer, but these are flags of overlay struct anyway, so I thought that would be redundant. | |