Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_sequence_types.h
| Context not available. | |||||
| #include "DNA_color_types.h" | #include "DNA_color_types.h" | ||||
| #include "DNA_listBase.h" | #include "DNA_listBase.h" | ||||
| #include "DNA_vec_types.h" | #include "DNA_vec_types.h" | ||||
| #include "DNA_scene_types.h" | |||||
| struct Ipo; | struct Ipo; | ||||
| struct Scene; | struct Scene; | ||||
| Context not available. | |||||
| char views_format; | char views_format; | ||||
| struct Stereo3dFormat *stereo3d_format; | struct Stereo3dFormat *stereo3d_format; | ||||
| /* ViewRender only used for scene strips */ | |||||
| ViewRender view_render; | |||||
| struct IDProperty *prop; | struct IDProperty *prop; | ||||
| /* modifiers */ | /* modifiers */ | ||||
| Context not available. | |||||
campbellbarton: Why not make this a flag? re-use `SEQ_USE_COLOR_BALANCE` for eg. | |||||
Not Done Inline ActionsWasn't sure what flags were OK to use still - thanks :) spockTheGray: Wasn't sure what flags were OK to use still - thanks :) | |||||
Why not make this a flag? re-use SEQ_USE_COLOR_BALANCE for eg.