Cleanup: Convert VSE headers from .h to .hh
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
#include "RE_pipeline.h"
|
||||
#include "RE_texture.h"
|
||||
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_sequencer.hh"
|
||||
|
||||
#include "BLF_api.h"
|
||||
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
|
||||
#include "CLG_log.h"
|
||||
|
||||
#include "SEQ_iterator.h"
|
||||
#include "SEQ_iterator.hh"
|
||||
|
||||
#ifndef _MSC_VER
|
||||
# include "BLI_strict_flags.h"
|
||||
|
||||
@@ -86,7 +86,7 @@
|
||||
|
||||
#include "RE_pipeline.h"
|
||||
|
||||
#include "SEQ_utils.h" /* SEQ_get_topmost_sequence() */
|
||||
#include "SEQ_utils.hh" /* SEQ_get_topmost_sequence() */
|
||||
|
||||
#include "GPU_material.h"
|
||||
#include "GPU_texture.h"
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
|
||||
#include "MEM_guardedalloc.h"
|
||||
|
||||
#include "SEQ_iterator.h"
|
||||
#include "SEQ_iterator.hh"
|
||||
|
||||
#include "BLO_read_write.hh"
|
||||
|
||||
|
||||
@@ -139,7 +139,7 @@
|
||||
#include "BLO_read_write.hh"
|
||||
#include "BLO_readfile.h"
|
||||
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_sequencer.hh"
|
||||
|
||||
#ifdef WITH_PYTHON
|
||||
# include "BPY_extern.h"
|
||||
|
||||
@@ -101,9 +101,9 @@
|
||||
|
||||
#include "RNA_access.hh"
|
||||
|
||||
#include "SEQ_edit.h"
|
||||
#include "SEQ_iterator.h"
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_edit.hh"
|
||||
#include "SEQ_iterator.hh"
|
||||
#include "SEQ_sequencer.hh"
|
||||
|
||||
#include "BLO_read_write.hh"
|
||||
|
||||
|
||||
@@ -55,9 +55,9 @@
|
||||
|
||||
#include "BLO_read_write.hh"
|
||||
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_sound.h"
|
||||
#include "SEQ_time.h"
|
||||
#include "SEQ_sequencer.hh"
|
||||
#include "SEQ_sound.hh"
|
||||
#include "SEQ_time.hh"
|
||||
|
||||
static void sound_free_audio(bSound *sound);
|
||||
|
||||
|
||||
@@ -99,11 +99,11 @@
|
||||
#include "BLO_readfile.h"
|
||||
#include "BLO_undofile.hh"
|
||||
|
||||
#include "SEQ_clipboard.h"
|
||||
#include "SEQ_iterator.h"
|
||||
#include "SEQ_modifier.h"
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_utils.h"
|
||||
#include "SEQ_clipboard.hh"
|
||||
#include "SEQ_iterator.hh"
|
||||
#include "SEQ_modifier.hh"
|
||||
#include "SEQ_sequencer.hh"
|
||||
#include "SEQ_utils.hh"
|
||||
|
||||
#include "readfile.hh"
|
||||
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
#include "BKE_sound.h"
|
||||
#include "BKE_texture.h"
|
||||
|
||||
#include "SEQ_iterator.h"
|
||||
#include "SEQ_iterator.hh"
|
||||
|
||||
#include "BLO_readfile.h"
|
||||
|
||||
|
||||
@@ -67,9 +67,9 @@
|
||||
#include "BKE_texture.h"
|
||||
#include "BKE_tracking.h"
|
||||
|
||||
#include "SEQ_iterator.h"
|
||||
#include "SEQ_modifier.h"
|
||||
#include "SEQ_utils.h"
|
||||
#include "SEQ_iterator.hh"
|
||||
#include "SEQ_modifier.hh"
|
||||
#include "SEQ_utils.hh"
|
||||
|
||||
#ifdef WITH_FFMPEG
|
||||
# include "BKE_writeffmpeg.h"
|
||||
|
||||
@@ -61,8 +61,8 @@
|
||||
#include "BKE_tracking.h"
|
||||
#include "DNA_material_types.h"
|
||||
|
||||
#include "SEQ_effects.h"
|
||||
#include "SEQ_iterator.h"
|
||||
#include "SEQ_effects.hh"
|
||||
#include "SEQ_iterator.hh"
|
||||
|
||||
#include "BLI_listbase.h"
|
||||
#include "BLI_math_matrix.h"
|
||||
|
||||
@@ -93,9 +93,9 @@
|
||||
#include "BKE_unit.h"
|
||||
#include "BKE_workspace.h"
|
||||
|
||||
#include "SEQ_iterator.h"
|
||||
#include "SEQ_modifier.h"
|
||||
#include "SEQ_utils.h"
|
||||
#include "SEQ_iterator.hh"
|
||||
#include "SEQ_modifier.hh"
|
||||
#include "SEQ_utils.hh"
|
||||
|
||||
#include "NOD_shader.h"
|
||||
|
||||
|
||||
@@ -66,11 +66,11 @@
|
||||
|
||||
#include "RNA_access.hh"
|
||||
|
||||
#include "SEQ_proxy.h"
|
||||
#include "SEQ_render.h"
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_time.h"
|
||||
#include "SEQ_transform.h"
|
||||
#include "SEQ_proxy.hh"
|
||||
#include "SEQ_render.hh"
|
||||
#include "SEQ_sequencer.hh"
|
||||
#include "SEQ_time.hh"
|
||||
#include "SEQ_transform.hh"
|
||||
|
||||
#include "BLO_readfile.h"
|
||||
#include "readfile.hh"
|
||||
|
||||
@@ -87,12 +87,12 @@
|
||||
|
||||
#include "readfile.hh"
|
||||
|
||||
#include "SEQ_channels.h"
|
||||
#include "SEQ_effects.h"
|
||||
#include "SEQ_iterator.h"
|
||||
#include "SEQ_channels.hh"
|
||||
#include "SEQ_effects.hh"
|
||||
#include "SEQ_iterator.hh"
|
||||
#include "SEQ_retiming.hh"
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_time.h"
|
||||
#include "SEQ_sequencer.hh"
|
||||
#include "SEQ_time.hh"
|
||||
|
||||
#include "versioning_common.hh"
|
||||
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
#include "BKE_tracking.h"
|
||||
|
||||
#include "SEQ_retiming.hh"
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_sequencer.hh"
|
||||
|
||||
#include "ANIM_armature_iter.hh"
|
||||
#include "ANIM_bone_collections.h"
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
#include "BKE_node.hh"
|
||||
#include "BKE_node_runtime.hh"
|
||||
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_sequencer.hh"
|
||||
|
||||
#include "MEM_guardedalloc.h"
|
||||
|
||||
|
||||
@@ -67,8 +67,8 @@
|
||||
#include "BKE_particle.h"
|
||||
#include "BKE_pointcache.h"
|
||||
|
||||
#include "SEQ_iterator.h"
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_iterator.hh"
|
||||
#include "SEQ_sequencer.hh"
|
||||
|
||||
#include "BLO_readfile.h"
|
||||
|
||||
|
||||
@@ -101,8 +101,8 @@
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_build.hh"
|
||||
|
||||
#include "SEQ_iterator.h"
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_iterator.hh"
|
||||
#include "SEQ_sequencer.hh"
|
||||
|
||||
#include "intern/builder/deg_builder.h"
|
||||
#include "intern/builder/deg_builder_key.h"
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
#include "RNA_prototypes.h"
|
||||
#include "RNA_types.hh"
|
||||
|
||||
#include "SEQ_iterator.h"
|
||||
#include "SEQ_iterator.hh"
|
||||
|
||||
#include "DEG_depsgraph.hh"
|
||||
#include "DEG_depsgraph_build.hh"
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
#include "BKE_pointcache.h"
|
||||
#include "BKE_sound.h"
|
||||
|
||||
#include "SEQ_relations.h"
|
||||
#include "SEQ_relations.hh"
|
||||
|
||||
#include "intern/builder/deg_builder.h"
|
||||
#include "intern/builder/deg_builder_nodes.h"
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
#include "BKE_sound.h"
|
||||
|
||||
#include "SEQ_iterator.h"
|
||||
#include "SEQ_iterator.hh"
|
||||
|
||||
namespace blender::deg {
|
||||
|
||||
|
||||
@@ -37,8 +37,8 @@
|
||||
#include "RNA_access.hh"
|
||||
#include "RNA_path.hh"
|
||||
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_utils.h"
|
||||
#include "SEQ_sequencer.hh"
|
||||
#include "SEQ_utils.hh"
|
||||
|
||||
#include "ED_anim_api.hh"
|
||||
|
||||
|
||||
@@ -86,8 +86,8 @@
|
||||
#include "ED_anim_api.hh"
|
||||
#include "ED_markers.hh"
|
||||
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_utils.h"
|
||||
#include "SEQ_sequencer.hh"
|
||||
#include "SEQ_utils.hh"
|
||||
|
||||
#include "ANIM_bone_collections.h"
|
||||
|
||||
|
||||
@@ -36,9 +36,9 @@
|
||||
|
||||
#include "DEG_depsgraph.hh"
|
||||
|
||||
#include "SEQ_iterator.h"
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_time.h"
|
||||
#include "SEQ_iterator.hh"
|
||||
#include "SEQ_sequencer.hh"
|
||||
#include "SEQ_time.hh"
|
||||
|
||||
#include "anim_intern.h"
|
||||
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
#include "RNA_access.hh"
|
||||
#include "RNA_define.hh"
|
||||
|
||||
#include "SEQ_relations.h"
|
||||
#include "SEQ_relations.hh"
|
||||
|
||||
#include "render_intern.hh"
|
||||
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
#include "RNA_access.hh"
|
||||
#include "RNA_define.hh"
|
||||
|
||||
#include "SEQ_render.h"
|
||||
#include "SEQ_render.hh"
|
||||
|
||||
#include "GPU_framebuffer.h"
|
||||
#include "GPU_matrix.h"
|
||||
|
||||
@@ -35,8 +35,8 @@
|
||||
#include "ED_screen.hh"
|
||||
#include "ED_util.hh"
|
||||
|
||||
#include "SEQ_relations.h"
|
||||
#include "SEQ_select.h"
|
||||
#include "SEQ_relations.hh"
|
||||
#include "SEQ_select.hh"
|
||||
|
||||
#include "RNA_access.hh"
|
||||
#include "RNA_define.hh"
|
||||
|
||||
@@ -44,10 +44,10 @@
|
||||
#include "ED_clip.hh"
|
||||
#include "ED_gpencil_legacy.hh"
|
||||
|
||||
#include "SEQ_channels.h"
|
||||
#include "SEQ_select.h"
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_transform.h"
|
||||
#include "SEQ_channels.hh"
|
||||
#include "SEQ_select.hh"
|
||||
#include "SEQ_sequencer.hh"
|
||||
#include "SEQ_transform.hh"
|
||||
|
||||
#include "UI_interface.hh"
|
||||
#include "WM_api.hh"
|
||||
|
||||
@@ -37,8 +37,8 @@
|
||||
#include "RNA_enum_types.hh"
|
||||
#include "RNA_prototypes.h"
|
||||
|
||||
#include "SEQ_iterator.h"
|
||||
#include "SEQ_utils.h"
|
||||
#include "SEQ_iterator.hh"
|
||||
#include "SEQ_utils.hh"
|
||||
|
||||
#include "UI_interface.hh"
|
||||
|
||||
|
||||
@@ -54,8 +54,8 @@
|
||||
#include "ED_text.hh"
|
||||
#include "ED_undo.hh"
|
||||
|
||||
#include "SEQ_select.h"
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_select.hh"
|
||||
#include "SEQ_sequencer.hh"
|
||||
|
||||
#include "WM_api.hh"
|
||||
#include "WM_types.hh"
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
#include "ED_object.hh"
|
||||
#include "ED_outliner.hh"
|
||||
|
||||
#include "SEQ_select.h"
|
||||
#include "SEQ_select.hh"
|
||||
|
||||
#include "WM_api.hh"
|
||||
#include "WM_types.hh"
|
||||
|
||||
@@ -83,8 +83,8 @@
|
||||
#include "RNA_define.hh"
|
||||
#include "RNA_enum_types.hh"
|
||||
|
||||
#include "SEQ_relations.h"
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_relations.hh"
|
||||
#include "SEQ_sequencer.hh"
|
||||
|
||||
#include "outliner_intern.hh"
|
||||
#include "tree/tree_element_grease_pencil_node.hh"
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#include "DNA_sequence_types.h"
|
||||
#include "DNA_space_types.h"
|
||||
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_sequencer.hh"
|
||||
|
||||
#include "../outliner_intern.hh"
|
||||
#include "tree_display.hh"
|
||||
|
||||
@@ -43,17 +43,17 @@
|
||||
#include "RNA_enum_types.hh"
|
||||
#include "RNA_prototypes.h"
|
||||
|
||||
#include "SEQ_add.h"
|
||||
#include "SEQ_effects.h"
|
||||
#include "SEQ_iterator.h"
|
||||
#include "SEQ_proxy.h"
|
||||
#include "SEQ_relations.h"
|
||||
#include "SEQ_render.h"
|
||||
#include "SEQ_select.h"
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_time.h"
|
||||
#include "SEQ_transform.h"
|
||||
#include "SEQ_utils.h"
|
||||
#include "SEQ_add.hh"
|
||||
#include "SEQ_effects.hh"
|
||||
#include "SEQ_iterator.hh"
|
||||
#include "SEQ_proxy.hh"
|
||||
#include "SEQ_relations.hh"
|
||||
#include "SEQ_render.hh"
|
||||
#include "SEQ_select.hh"
|
||||
#include "SEQ_sequencer.hh"
|
||||
#include "SEQ_time.hh"
|
||||
#include "SEQ_transform.hh"
|
||||
#include "SEQ_utils.hh"
|
||||
|
||||
#include "ED_scene.hh"
|
||||
/* For menu, popup, icons, etc. */
|
||||
|
||||
@@ -30,9 +30,9 @@
|
||||
#include "RNA_access.hh"
|
||||
#include "RNA_prototypes.h"
|
||||
|
||||
#include "SEQ_channels.h"
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_time.h"
|
||||
#include "SEQ_channels.hh"
|
||||
#include "SEQ_sequencer.hh"
|
||||
#include "SEQ_time.hh"
|
||||
|
||||
#include "UI_interface.hh"
|
||||
#include "UI_resources.hh"
|
||||
|
||||
@@ -19,9 +19,9 @@
|
||||
|
||||
#include "UI_view2d.hh"
|
||||
|
||||
#include "SEQ_channels.h"
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_time.h"
|
||||
#include "SEQ_channels.hh"
|
||||
#include "SEQ_sequencer.hh"
|
||||
#include "SEQ_time.hh"
|
||||
|
||||
#include "WM_api.hh"
|
||||
|
||||
|
||||
@@ -19,10 +19,10 @@
|
||||
#include "BKE_image.h"
|
||||
#include "BKE_main.h"
|
||||
|
||||
#include "SEQ_channels.h"
|
||||
#include "SEQ_iterator.h"
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_transform.h"
|
||||
#include "SEQ_channels.hh"
|
||||
#include "SEQ_iterator.hh"
|
||||
#include "SEQ_sequencer.hh"
|
||||
#include "SEQ_transform.hh"
|
||||
|
||||
#include "UI_resources.hh"
|
||||
#include "UI_view2d.hh"
|
||||
|
||||
@@ -32,21 +32,21 @@
|
||||
#include "BKE_report.h"
|
||||
#include "BKE_sound.h"
|
||||
|
||||
#include "SEQ_add.h"
|
||||
#include "SEQ_animation.h"
|
||||
#include "SEQ_channels.h"
|
||||
#include "SEQ_clipboard.h"
|
||||
#include "SEQ_edit.h"
|
||||
#include "SEQ_effects.h"
|
||||
#include "SEQ_iterator.h"
|
||||
#include "SEQ_prefetch.h"
|
||||
#include "SEQ_relations.h"
|
||||
#include "SEQ_render.h"
|
||||
#include "SEQ_select.h"
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_time.h"
|
||||
#include "SEQ_transform.h"
|
||||
#include "SEQ_utils.h"
|
||||
#include "SEQ_add.hh"
|
||||
#include "SEQ_animation.hh"
|
||||
#include "SEQ_channels.hh"
|
||||
#include "SEQ_clipboard.hh"
|
||||
#include "SEQ_edit.hh"
|
||||
#include "SEQ_effects.hh"
|
||||
#include "SEQ_iterator.hh"
|
||||
#include "SEQ_prefetch.hh"
|
||||
#include "SEQ_relations.hh"
|
||||
#include "SEQ_render.hh"
|
||||
#include "SEQ_select.hh"
|
||||
#include "SEQ_sequencer.hh"
|
||||
#include "SEQ_time.hh"
|
||||
#include "SEQ_transform.hh"
|
||||
#include "SEQ_utils.hh"
|
||||
|
||||
#include "WM_api.hh"
|
||||
#include "WM_types.hh"
|
||||
|
||||
@@ -21,12 +21,12 @@
|
||||
#include "RNA_define.hh"
|
||||
#include "RNA_enum_types.hh"
|
||||
|
||||
#include "SEQ_iterator.h"
|
||||
#include "SEQ_modifier.h"
|
||||
#include "SEQ_relations.h"
|
||||
#include "SEQ_select.h"
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_sound.h"
|
||||
#include "SEQ_iterator.hh"
|
||||
#include "SEQ_modifier.hh"
|
||||
#include "SEQ_relations.hh"
|
||||
#include "SEQ_select.hh"
|
||||
#include "SEQ_sequencer.hh"
|
||||
#include "SEQ_sound.hh"
|
||||
|
||||
/* Own include. */
|
||||
#include "sequencer_intern.hh"
|
||||
|
||||
@@ -39,15 +39,15 @@
|
||||
|
||||
#include "BIF_glutil.hh"
|
||||
|
||||
#include "SEQ_channels.h"
|
||||
#include "SEQ_iterator.h"
|
||||
#include "SEQ_prefetch.h"
|
||||
#include "SEQ_proxy.h"
|
||||
#include "SEQ_render.h"
|
||||
#include "SEQ_select.h"
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_time.h"
|
||||
#include "SEQ_transform.h"
|
||||
#include "SEQ_channels.hh"
|
||||
#include "SEQ_iterator.hh"
|
||||
#include "SEQ_prefetch.hh"
|
||||
#include "SEQ_proxy.hh"
|
||||
#include "SEQ_render.hh"
|
||||
#include "SEQ_select.hh"
|
||||
#include "SEQ_sequencer.hh"
|
||||
#include "SEQ_time.hh"
|
||||
#include "SEQ_transform.hh"
|
||||
|
||||
#include "UI_interface.hh"
|
||||
#include "UI_resources.hh"
|
||||
|
||||
@@ -18,10 +18,10 @@
|
||||
#include "BKE_main.h"
|
||||
#include "BKE_report.h"
|
||||
|
||||
#include "SEQ_iterator.h"
|
||||
#include "SEQ_proxy.h"
|
||||
#include "SEQ_relations.h"
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_iterator.hh"
|
||||
#include "SEQ_proxy.hh"
|
||||
#include "SEQ_relations.hh"
|
||||
#include "SEQ_sequencer.hh"
|
||||
|
||||
#include "WM_api.hh"
|
||||
#include "WM_types.hh"
|
||||
|
||||
@@ -23,13 +23,13 @@
|
||||
#include "ED_select_utils.hh"
|
||||
#include "ED_sequencer.hh"
|
||||
|
||||
#include "SEQ_iterator.h"
|
||||
#include "SEQ_relations.h"
|
||||
#include "SEQ_iterator.hh"
|
||||
#include "SEQ_relations.hh"
|
||||
#include "SEQ_retiming.hh"
|
||||
#include "SEQ_select.h"
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_time.h"
|
||||
#include "SEQ_transform.h"
|
||||
#include "SEQ_select.hh"
|
||||
#include "SEQ_sequencer.hh"
|
||||
#include "SEQ_time.hh"
|
||||
#include "SEQ_transform.hh"
|
||||
|
||||
#include "WM_api.hh"
|
||||
#include "WM_toolsystem.h"
|
||||
|
||||
@@ -46,10 +46,10 @@
|
||||
#include "UI_resources.hh"
|
||||
#include "UI_view2d.hh"
|
||||
|
||||
#include "SEQ_iterator.h"
|
||||
#include "SEQ_iterator.hh"
|
||||
#include "SEQ_retiming.hh"
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_time.h"
|
||||
#include "SEQ_sequencer.hh"
|
||||
#include "SEQ_time.hh"
|
||||
|
||||
/* Own include. */
|
||||
#include "sequencer_intern.hh"
|
||||
|
||||
@@ -28,15 +28,15 @@
|
||||
|
||||
#include "RNA_define.hh"
|
||||
|
||||
#include "SEQ_channels.h"
|
||||
#include "SEQ_iterator.h"
|
||||
#include "SEQ_relations.h"
|
||||
#include "SEQ_channels.hh"
|
||||
#include "SEQ_iterator.hh"
|
||||
#include "SEQ_relations.hh"
|
||||
#include "SEQ_retiming.hh"
|
||||
#include "SEQ_select.h"
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_time.h"
|
||||
#include "SEQ_transform.h"
|
||||
#include "SEQ_utils.h"
|
||||
#include "SEQ_select.hh"
|
||||
#include "SEQ_sequencer.hh"
|
||||
#include "SEQ_time.hh"
|
||||
#include "SEQ_transform.hh"
|
||||
#include "SEQ_utils.hh"
|
||||
|
||||
/* For menu, popup, icons, etc. */
|
||||
|
||||
|
||||
@@ -20,10 +20,10 @@
|
||||
|
||||
#include "BIF_glutil.hh"
|
||||
|
||||
#include "SEQ_relations.h"
|
||||
#include "SEQ_render.h"
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_time.h"
|
||||
#include "SEQ_relations.hh"
|
||||
#include "SEQ_render.hh"
|
||||
#include "SEQ_sequencer.hh"
|
||||
#include "SEQ_time.hh"
|
||||
|
||||
#include "WM_api.hh"
|
||||
#include "WM_types.hh"
|
||||
|
||||
@@ -45,17 +45,17 @@
|
||||
|
||||
#include "RNA_prototypes.h"
|
||||
|
||||
#include "SEQ_channels.h"
|
||||
#include "SEQ_effects.h"
|
||||
#include "SEQ_iterator.h"
|
||||
#include "SEQ_prefetch.h"
|
||||
#include "SEQ_relations.h"
|
||||
#include "SEQ_render.h"
|
||||
#include "SEQ_select.h"
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_time.h"
|
||||
#include "SEQ_transform.h"
|
||||
#include "SEQ_utils.h"
|
||||
#include "SEQ_channels.hh"
|
||||
#include "SEQ_effects.hh"
|
||||
#include "SEQ_iterator.hh"
|
||||
#include "SEQ_prefetch.hh"
|
||||
#include "SEQ_relations.hh"
|
||||
#include "SEQ_render.hh"
|
||||
#include "SEQ_select.hh"
|
||||
#include "SEQ_sequencer.hh"
|
||||
#include "SEQ_time.hh"
|
||||
#include "SEQ_transform.hh"
|
||||
#include "SEQ_utils.hh"
|
||||
|
||||
#include "UI_interface.hh"
|
||||
#include "UI_resources.hh"
|
||||
|
||||
@@ -21,11 +21,11 @@
|
||||
|
||||
#include "UI_view2d.hh"
|
||||
|
||||
#include "SEQ_iterator.h"
|
||||
#include "SEQ_select.h"
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_time.h"
|
||||
#include "SEQ_transform.h"
|
||||
#include "SEQ_iterator.hh"
|
||||
#include "SEQ_select.hh"
|
||||
#include "SEQ_sequencer.hh"
|
||||
#include "SEQ_time.hh"
|
||||
#include "SEQ_transform.hh"
|
||||
|
||||
/* For menu, popup, icons, etc. */
|
||||
#include "ED_anim_api.hh"
|
||||
|
||||
@@ -39,10 +39,10 @@
|
||||
#include "WM_api.hh"
|
||||
#include "WM_message.hh"
|
||||
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_time.h"
|
||||
#include "SEQ_transform.h"
|
||||
#include "SEQ_utils.h"
|
||||
#include "SEQ_sequencer.hh"
|
||||
#include "SEQ_time.hh"
|
||||
#include "SEQ_transform.hh"
|
||||
#include "SEQ_utils.hh"
|
||||
|
||||
#include "UI_interface.hh"
|
||||
#include "UI_view2d.hh"
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
|
||||
#include "ANIM_keyframing.hh"
|
||||
|
||||
#include "SEQ_transform.h"
|
||||
#include "SEQ_transform.hh"
|
||||
|
||||
#include "WM_api.hh"
|
||||
#include "WM_message.hh"
|
||||
|
||||
@@ -21,16 +21,16 @@
|
||||
#include "ED_markers.hh"
|
||||
#include "ED_time_scrub_ui.hh"
|
||||
|
||||
#include "SEQ_animation.h"
|
||||
#include "SEQ_channels.h"
|
||||
#include "SEQ_edit.h"
|
||||
#include "SEQ_effects.h"
|
||||
#include "SEQ_iterator.h"
|
||||
#include "SEQ_relations.h"
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_time.h"
|
||||
#include "SEQ_transform.h"
|
||||
#include "SEQ_utils.h"
|
||||
#include "SEQ_animation.hh"
|
||||
#include "SEQ_channels.hh"
|
||||
#include "SEQ_edit.hh"
|
||||
#include "SEQ_effects.hh"
|
||||
#include "SEQ_iterator.hh"
|
||||
#include "SEQ_relations.hh"
|
||||
#include "SEQ_sequencer.hh"
|
||||
#include "SEQ_time.hh"
|
||||
#include "SEQ_transform.hh"
|
||||
#include "SEQ_utils.hh"
|
||||
|
||||
#include "UI_view2d.hh"
|
||||
|
||||
|
||||
@@ -18,13 +18,13 @@
|
||||
#include "BKE_context.h"
|
||||
#include "BKE_report.h"
|
||||
|
||||
#include "SEQ_channels.h"
|
||||
#include "SEQ_iterator.h"
|
||||
#include "SEQ_relations.h"
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_time.h"
|
||||
#include "SEQ_transform.h"
|
||||
#include "SEQ_utils.h"
|
||||
#include "SEQ_channels.hh"
|
||||
#include "SEQ_iterator.hh"
|
||||
#include "SEQ_relations.hh"
|
||||
#include "SEQ_sequencer.hh"
|
||||
#include "SEQ_time.hh"
|
||||
#include "SEQ_transform.hh"
|
||||
#include "SEQ_utils.hh"
|
||||
|
||||
#include "ED_keyframing.hh"
|
||||
|
||||
|
||||
@@ -17,10 +17,10 @@
|
||||
#include "BKE_context.h"
|
||||
#include "BKE_report.h"
|
||||
|
||||
#include "SEQ_relations.h"
|
||||
#include "SEQ_relations.hh"
|
||||
#include "SEQ_retiming.hh"
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_time.h"
|
||||
#include "SEQ_sequencer.hh"
|
||||
#include "SEQ_time.hh"
|
||||
|
||||
#include "ED_keyframing.hh"
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
#include "BKE_modifier.h"
|
||||
#include "BKE_paint.hh"
|
||||
|
||||
#include "SEQ_transform.h"
|
||||
#include "SEQ_transform.hh"
|
||||
|
||||
#include "ED_clip.hh"
|
||||
#include "ED_image.hh"
|
||||
@@ -47,7 +47,7 @@
|
||||
#include "UI_resources.hh"
|
||||
#include "UI_view2d.hh"
|
||||
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_sequencer.hh"
|
||||
|
||||
#include "transform.hh"
|
||||
#include "transform_convert.hh"
|
||||
|
||||
@@ -41,11 +41,11 @@
|
||||
#include "ED_screen.hh"
|
||||
#include "ED_uvedit.hh"
|
||||
|
||||
#include "SEQ_channels.h"
|
||||
#include "SEQ_iterator.h"
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_time.h"
|
||||
#include "SEQ_transform.h"
|
||||
#include "SEQ_channels.hh"
|
||||
#include "SEQ_iterator.hh"
|
||||
#include "SEQ_sequencer.hh"
|
||||
#include "SEQ_time.hh"
|
||||
#include "SEQ_transform.hh"
|
||||
|
||||
#include "transform.hh"
|
||||
#include "transform_gizmo.hh"
|
||||
|
||||
@@ -24,9 +24,9 @@
|
||||
#include "UI_interface.hh"
|
||||
#include "UI_view2d.hh"
|
||||
|
||||
#include "SEQ_iterator.h"
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_time.h"
|
||||
#include "SEQ_iterator.hh"
|
||||
#include "SEQ_sequencer.hh"
|
||||
#include "SEQ_time.hh"
|
||||
|
||||
#include "BLT_translation.h"
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
|
||||
#include "ANIM_bone_collections.h"
|
||||
|
||||
#include "SEQ_select.h"
|
||||
#include "SEQ_select.hh"
|
||||
|
||||
#include "transform.hh"
|
||||
#include "transform_orientations.hh"
|
||||
|
||||
@@ -43,9 +43,9 @@
|
||||
#include "UI_resources.hh"
|
||||
#include "UI_view2d.hh"
|
||||
|
||||
#include "SEQ_iterator.h"
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_time.h"
|
||||
#include "SEQ_iterator.hh"
|
||||
#include "SEQ_sequencer.hh"
|
||||
#include "SEQ_time.hh"
|
||||
|
||||
#include "MEM_guardedalloc.h"
|
||||
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
|
||||
#include "UI_view2d.hh"
|
||||
|
||||
#include "SEQ_channels.h"
|
||||
#include "SEQ_effects.h"
|
||||
#include "SEQ_iterator.h"
|
||||
#include "SEQ_relations.h"
|
||||
#include "SEQ_render.h"
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_time.h"
|
||||
#include "SEQ_channels.hh"
|
||||
#include "SEQ_effects.hh"
|
||||
#include "SEQ_iterator.hh"
|
||||
#include "SEQ_relations.hh"
|
||||
#include "SEQ_render.hh"
|
||||
#include "SEQ_sequencer.hh"
|
||||
#include "SEQ_time.hh"
|
||||
|
||||
#include "transform.hh"
|
||||
#include "transform_convert.hh"
|
||||
|
||||
@@ -28,8 +28,8 @@
|
||||
#include "IMB_imbuf.h"
|
||||
#include "IMB_imbuf_types.h"
|
||||
|
||||
#include "SEQ_render.h"
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_render.hh"
|
||||
#include "SEQ_sequencer.hh"
|
||||
|
||||
#include "UI_view2d.hh"
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
#include "RNA_define.hh"
|
||||
|
||||
#include "SEQ_iterator.h"
|
||||
#include "SEQ_iterator.hh"
|
||||
|
||||
#include <ocio_capi.h>
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
# include "DEG_depsgraph.hh"
|
||||
# include "DEG_depsgraph_build.hh"
|
||||
|
||||
# include "SEQ_relations.h"
|
||||
# include "SEQ_relations.hh"
|
||||
|
||||
static float rna_Camera_angle_get(PointerRNA *ptr)
|
||||
{
|
||||
|
||||
@@ -62,8 +62,8 @@ const EnumPropertyItem rna_enum_color_space_convert_default_items[] = {
|
||||
# include "IMB_colormanagement.h"
|
||||
# include "IMB_imbuf.h"
|
||||
|
||||
# include "SEQ_iterator.h"
|
||||
# include "SEQ_relations.h"
|
||||
# include "SEQ_iterator.hh"
|
||||
# include "SEQ_relations.hh"
|
||||
|
||||
static int rna_CurveMapping_curves_length(PointerRNA *ptr)
|
||||
{
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
# include "DNA_screen_types.h"
|
||||
# include "DNA_space_types.h"
|
||||
|
||||
# include "SEQ_relations.h"
|
||||
# include "SEQ_relations.hh"
|
||||
|
||||
static void rna_MovieClip_reload_update(Main * /*bmain*/, Scene * /*scene*/, PointerRNA *ptr)
|
||||
{
|
||||
|
||||
@@ -755,9 +755,9 @@ const EnumPropertyItem rna_enum_grease_pencil_selectmode_items[] = {
|
||||
# include "DEG_depsgraph_build.hh"
|
||||
# include "DEG_depsgraph_query.hh"
|
||||
|
||||
# include "SEQ_relations.h"
|
||||
# include "SEQ_sequencer.h"
|
||||
# include "SEQ_sound.h"
|
||||
# include "SEQ_relations.hh"
|
||||
# include "SEQ_sequencer.hh"
|
||||
# include "SEQ_sound.hh"
|
||||
|
||||
# ifdef WITH_FREESTYLE
|
||||
# include "FRS_freestyle.h"
|
||||
|
||||
@@ -38,21 +38,21 @@
|
||||
|
||||
#include "rna_internal.h"
|
||||
|
||||
#include "SEQ_add.h"
|
||||
#include "SEQ_channels.h"
|
||||
#include "SEQ_effects.h"
|
||||
#include "SEQ_iterator.h"
|
||||
#include "SEQ_modifier.h"
|
||||
#include "SEQ_prefetch.h"
|
||||
#include "SEQ_proxy.h"
|
||||
#include "SEQ_relations.h"
|
||||
#include "SEQ_add.hh"
|
||||
#include "SEQ_channels.hh"
|
||||
#include "SEQ_effects.hh"
|
||||
#include "SEQ_iterator.hh"
|
||||
#include "SEQ_modifier.hh"
|
||||
#include "SEQ_prefetch.hh"
|
||||
#include "SEQ_proxy.hh"
|
||||
#include "SEQ_relations.hh"
|
||||
#include "SEQ_retiming.hh"
|
||||
#include "SEQ_select.h"
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_sound.h"
|
||||
#include "SEQ_time.h"
|
||||
#include "SEQ_transform.h"
|
||||
#include "SEQ_utils.h"
|
||||
#include "SEQ_select.hh"
|
||||
#include "SEQ_sequencer.hh"
|
||||
#include "SEQ_sound.hh"
|
||||
#include "SEQ_time.hh"
|
||||
#include "SEQ_transform.hh"
|
||||
#include "SEQ_utils.hh"
|
||||
|
||||
#include "WM_types.hh"
|
||||
|
||||
@@ -123,7 +123,7 @@ const EnumPropertyItem rna_enum_strip_color_items[] = {
|
||||
|
||||
# include "IMB_imbuf.h"
|
||||
|
||||
# include "SEQ_edit.h"
|
||||
# include "SEQ_edit.hh"
|
||||
|
||||
struct SequenceSearchData {
|
||||
Sequence *seq;
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#include "RNA_access.hh"
|
||||
#include "RNA_define.hh"
|
||||
|
||||
#include "SEQ_edit.h"
|
||||
#include "SEQ_edit.hh"
|
||||
|
||||
#include "rna_internal.h"
|
||||
|
||||
@@ -41,14 +41,14 @@
|
||||
# include "IMB_imbuf.h"
|
||||
# include "IMB_imbuf_types.h"
|
||||
|
||||
# include "SEQ_add.h"
|
||||
# include "SEQ_edit.h"
|
||||
# include "SEQ_effects.h"
|
||||
# include "SEQ_relations.h"
|
||||
# include "SEQ_render.h"
|
||||
# include "SEQ_add.hh"
|
||||
# include "SEQ_edit.hh"
|
||||
# include "SEQ_effects.hh"
|
||||
# include "SEQ_relations.hh"
|
||||
# include "SEQ_render.hh"
|
||||
# include "SEQ_retiming.hh"
|
||||
# include "SEQ_sequencer.h"
|
||||
# include "SEQ_time.h"
|
||||
# include "SEQ_sequencer.hh"
|
||||
# include "SEQ_time.hh"
|
||||
|
||||
# include "WM_api.hh"
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ static const EnumPropertyItem rna_enum_audio_channels_items[] = {
|
||||
|
||||
# include "DEG_depsgraph.hh"
|
||||
|
||||
# include "SEQ_sequencer.h"
|
||||
# include "SEQ_sequencer.hh"
|
||||
|
||||
static void rna_Sound_update(Main * /*bmain*/, Scene * /*scene*/, PointerRNA *ptr)
|
||||
{
|
||||
|
||||
@@ -52,9 +52,9 @@
|
||||
|
||||
#include "rna_internal.h"
|
||||
|
||||
#include "SEQ_proxy.h"
|
||||
#include "SEQ_relations.h"
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_proxy.hh"
|
||||
#include "SEQ_relations.hh"
|
||||
#include "SEQ_sequencer.hh"
|
||||
|
||||
#include "WM_api.hh"
|
||||
#include "WM_types.hh"
|
||||
|
||||
@@ -81,8 +81,8 @@
|
||||
#include "RE_pipeline.h"
|
||||
#include "RE_texture.h"
|
||||
|
||||
#include "SEQ_relations.h"
|
||||
#include "SEQ_render.h"
|
||||
#include "SEQ_relations.hh"
|
||||
#include "SEQ_render.hh"
|
||||
|
||||
#include "GPU_context.h"
|
||||
#include "WM_api.hh"
|
||||
|
||||
@@ -25,49 +25,49 @@ set(INC_SYS
|
||||
)
|
||||
|
||||
set(SRC
|
||||
SEQ_add.h
|
||||
SEQ_animation.h
|
||||
SEQ_channels.h
|
||||
SEQ_clipboard.h
|
||||
SEQ_edit.h
|
||||
SEQ_effects.h
|
||||
SEQ_iterator.h
|
||||
SEQ_modifier.h
|
||||
SEQ_prefetch.h
|
||||
SEQ_proxy.h
|
||||
SEQ_relations.h
|
||||
SEQ_render.h
|
||||
SEQ_add.hh
|
||||
SEQ_animation.hh
|
||||
SEQ_channels.hh
|
||||
SEQ_clipboard.hh
|
||||
SEQ_edit.hh
|
||||
SEQ_effects.hh
|
||||
SEQ_iterator.hh
|
||||
SEQ_modifier.hh
|
||||
SEQ_prefetch.hh
|
||||
SEQ_proxy.hh
|
||||
SEQ_relations.hh
|
||||
SEQ_render.hh
|
||||
SEQ_retiming.hh
|
||||
SEQ_select.h
|
||||
SEQ_sequencer.h
|
||||
SEQ_sound.h
|
||||
SEQ_time.h
|
||||
SEQ_transform.h
|
||||
SEQ_utils.h
|
||||
SEQ_select.hh
|
||||
SEQ_sequencer.hh
|
||||
SEQ_sound.hh
|
||||
SEQ_time.hh
|
||||
SEQ_transform.hh
|
||||
SEQ_utils.hh
|
||||
|
||||
intern/animation.cc
|
||||
intern/channels.cc
|
||||
intern/clipboard.cc
|
||||
intern/disk_cache.cc
|
||||
intern/disk_cache.h
|
||||
intern/disk_cache.hh
|
||||
intern/effects.cc
|
||||
intern/effects.h
|
||||
intern/effects.hh
|
||||
intern/image_cache.cc
|
||||
intern/image_cache.h
|
||||
intern/image_cache.hh
|
||||
intern/iterator.cc
|
||||
intern/modifier.cc
|
||||
intern/multiview.cc
|
||||
intern/multiview.h
|
||||
intern/multiview.hh
|
||||
intern/prefetch.cc
|
||||
intern/prefetch.h
|
||||
intern/prefetch.hh
|
||||
intern/proxy.cc
|
||||
intern/proxy.h
|
||||
intern/proxy.hh
|
||||
intern/proxy_job.cc
|
||||
intern/render.cc
|
||||
intern/render.h
|
||||
intern/render.hh
|
||||
intern/sequence_lookup.cc
|
||||
intern/sequencer.cc
|
||||
intern/sequencer.h
|
||||
intern/sequencer.hh
|
||||
intern/sound.cc
|
||||
intern/strip_add.cc
|
||||
intern/strip_edit.cc
|
||||
@@ -75,10 +75,10 @@ set(SRC
|
||||
intern/strip_retiming.cc
|
||||
intern/strip_select.cc
|
||||
intern/strip_time.cc
|
||||
intern/strip_time.h
|
||||
intern/strip_time.hh
|
||||
intern/strip_transform.cc
|
||||
intern/utils.cc
|
||||
intern/utils.h
|
||||
intern/utils.hh
|
||||
)
|
||||
|
||||
set(LIB
|
||||
|
||||
@@ -8,9 +8,6 @@
|
||||
* \ingroup sequencer
|
||||
*/
|
||||
#include "BLI_utildefines.h"
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
struct ListBase;
|
||||
struct Scene;
|
||||
@@ -199,7 +196,3 @@ void SEQ_add_movie_reload_if_needed(struct Main *bmain,
|
||||
struct Sequence *seq,
|
||||
bool *r_was_reloaded,
|
||||
bool *r_can_produce_frames);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
@@ -8,10 +8,6 @@
|
||||
* \ingroup sequencer
|
||||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
struct GSet;
|
||||
struct ListBase;
|
||||
struct Scene;
|
||||
@@ -41,7 +37,3 @@ void SEQ_animation_restore_original(struct Scene *scene, struct SeqAnimationBack
|
||||
void SEQ_animation_duplicate_backup_to_scene(struct Scene *scene,
|
||||
struct Sequence *seq,
|
||||
struct SeqAnimationBackup *backup);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
@@ -8,10 +8,6 @@
|
||||
* \ingroup sequencer
|
||||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
struct Editing;
|
||||
struct ListBase;
|
||||
struct SeqTimelineChannel;
|
||||
@@ -32,7 +28,3 @@ int SEQ_channel_index_get(const struct SeqTimelineChannel *channel);
|
||||
ListBase *SEQ_get_channels_by_seq(struct ListBase *seqbase,
|
||||
struct ListBase *channels,
|
||||
const struct Sequence *seq);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
@@ -8,10 +8,6 @@
|
||||
* \ingroup sequencer
|
||||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
struct ListBase;
|
||||
struct Main;
|
||||
struct Scene;
|
||||
@@ -33,7 +29,3 @@ void SEQ_clipboard_active_seq_name_store(struct Scene *scene);
|
||||
* \return true if strip was active, false otherwise
|
||||
*/
|
||||
bool SEQ_clipboard_pasted_seq_was_active(struct Sequence *pasted_seq);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
@@ -8,10 +8,6 @@
|
||||
* \ingroup sequencer
|
||||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
struct ListBase;
|
||||
struct Main;
|
||||
struct Scene;
|
||||
@@ -95,7 +91,3 @@ bool SEQ_edit_remove_gaps(struct Scene *scene,
|
||||
int initial_frame,
|
||||
bool remove_all_gaps);
|
||||
void SEQ_edit_sequence_name_set(struct Scene *scene, struct Sequence *seq, const char *new_name);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
@@ -8,10 +8,6 @@
|
||||
* \ingroup sequencer
|
||||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
struct ImBuf;
|
||||
struct SeqRenderData;
|
||||
struct Sequence;
|
||||
@@ -95,7 +91,3 @@ struct SeqEffectHandle SEQ_effect_handle_get(struct Sequence *seq);
|
||||
int SEQ_effect_get_num_inputs(int seq_type);
|
||||
void SEQ_effect_text_font_unload(struct TextVars *data, bool do_id_user);
|
||||
void SEQ_effect_text_font_load(struct TextVars *data, bool do_id_user);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
@@ -8,10 +8,6 @@
|
||||
* \ingroup sequencer
|
||||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "BLI_ghash.h"
|
||||
|
||||
struct GSet;
|
||||
@@ -234,7 +230,3 @@ void SEQ_query_strip_effect_chain(const struct Scene *scene,
|
||||
struct ListBase *seqbase,
|
||||
SeqCollection *collection);
|
||||
void SEQ_filter_selected_strips(SeqCollection *collection);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
@@ -8,10 +8,6 @@
|
||||
* \ingroup sequencer
|
||||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
struct BlendDataReader;
|
||||
struct BlendLibReader;
|
||||
struct BlendWriter;
|
||||
@@ -64,7 +60,3 @@ int SEQ_sequence_supports_modifiers(struct Sequence *seq);
|
||||
|
||||
void SEQ_modifier_blend_write(struct BlendWriter *writer, struct ListBase *modbase);
|
||||
void SEQ_modifier_blend_read_data(struct BlendDataReader *reader, struct ListBase *lb);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
@@ -8,10 +8,6 @@
|
||||
* \ingroup sequencer
|
||||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
struct Main;
|
||||
struct Scene;
|
||||
|
||||
@@ -22,7 +18,3 @@ void SEQ_prefetch_stop_all(void);
|
||||
*/
|
||||
void SEQ_prefetch_stop(struct Scene *scene);
|
||||
bool SEQ_prefetch_need_redraw(struct Main *bmain, struct Scene *scene);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
@@ -8,10 +8,6 @@
|
||||
* \ingroup sequencer
|
||||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
struct Depsgraph;
|
||||
struct GSet;
|
||||
struct ListBase;
|
||||
@@ -47,7 +43,3 @@ typedef struct ProxyBuildJob {
|
||||
|
||||
struct wmJob *ED_seq_proxy_wm_job_get(const struct bContext *C);
|
||||
ProxyJob *ED_seq_proxy_job_get(const struct bContext *C, struct wmJob *wm_job);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
@@ -8,10 +8,6 @@
|
||||
* \ingroup sequencer
|
||||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
struct ListBase;
|
||||
struct Main;
|
||||
struct MovieClip;
|
||||
@@ -70,7 +66,3 @@ struct Sequence *SEQ_find_metastrip_by_sequence(ListBase *seqbase /* = ed->seqba
|
||||
struct Sequence *meta /* = NULL */,
|
||||
struct Sequence *seq);
|
||||
bool SEQ_exists_in_seqbase(const struct Sequence *seq, const struct ListBase *seqbase);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
@@ -8,10 +8,6 @@
|
||||
* \ingroup sequencer
|
||||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define SEQ_RENDER_THUMB_SIZE 256
|
||||
|
||||
struct ListBase;
|
||||
@@ -127,7 +123,3 @@ void SEQ_render_pixel_from_sequencer_space_v4(struct Scene *scene, float pixel[4
|
||||
* This function also checks `SeqTimelineChannel` flag.
|
||||
*/
|
||||
bool SEQ_render_is_muted(const struct ListBase *channels, const struct Sequence *seq);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
@@ -8,10 +8,6 @@
|
||||
* \ingroup sequencer
|
||||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
struct Scene;
|
||||
struct Sequence;
|
||||
|
||||
@@ -20,7 +16,3 @@ bool SEQ_select_active_get_pair(struct Scene *scene,
|
||||
struct Sequence **r_seq_act,
|
||||
struct Sequence **r_seq_other);
|
||||
void SEQ_select_active_set(struct Scene *scene, struct Sequence *seq);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
@@ -10,10 +10,6 @@
|
||||
|
||||
#include "DNA_scene_types.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
struct BlendDataReader;
|
||||
struct BlendLibReader;
|
||||
struct BlendWriter;
|
||||
@@ -151,7 +147,3 @@ void SEQ_sequence_lookup_free(const struct Scene *scene);
|
||||
* \param tag: tag to set
|
||||
*/
|
||||
void SEQ_sequence_lookup_tag(const struct Scene *scene, eSequenceLookupTag tag);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
@@ -8,10 +8,6 @@
|
||||
* \ingroup sequencer
|
||||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
struct Main;
|
||||
struct Scene;
|
||||
struct Sequence;
|
||||
@@ -61,7 +57,3 @@ typedef struct SoundModifierWorkerInfo {
|
||||
int type;
|
||||
void *(*recreator)(struct Sequence *seq, struct SequenceModifierData *smd, void *sound);
|
||||
} SoundModifierWorkerInfo;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
@@ -8,10 +8,6 @@
|
||||
* \ingroup sequencer
|
||||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
struct ListBase;
|
||||
struct Scene;
|
||||
struct Sequence;
|
||||
@@ -134,6 +130,3 @@ void SEQ_time_start_frame_set(const struct Scene *scene, struct Sequence *seq, i
|
||||
* \note this function is currently only used internally and in versioning code.
|
||||
*/
|
||||
void SEQ_time_update_meta_strip_range(const struct Scene *scene, struct Sequence *seq_meta);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
@@ -8,10 +8,6 @@
|
||||
* \ingroup sequencer
|
||||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
struct ListBase;
|
||||
struct Scene;
|
||||
struct SeqCollection;
|
||||
@@ -135,7 +131,3 @@ void SEQ_image_transform_bounding_box_from_collection(struct Scene *scene,
|
||||
bool apply_rotation,
|
||||
float r_min[2],
|
||||
float r_max[2]);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
@@ -10,10 +10,6 @@
|
||||
|
||||
#include "DNA_scene_types.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
struct ListBase;
|
||||
struct Mask;
|
||||
struct Scene;
|
||||
@@ -57,6 +53,3 @@ void SEQ_set_scale_to_fit(const struct Sequence *seq,
|
||||
* \param scene: Scene in which name must be unique
|
||||
*/
|
||||
void SEQ_ensure_unique_name(struct Sequence *seq, struct Scene *scene);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
#include "DEG_depsgraph.hh"
|
||||
|
||||
#include "SEQ_animation.h"
|
||||
#include "SEQ_animation.hh"
|
||||
|
||||
bool SEQ_animation_curves_exist(Scene *scene)
|
||||
{
|
||||
|
||||
@@ -16,10 +16,10 @@
|
||||
|
||||
#include "BLI_blenlib.h"
|
||||
|
||||
#include "SEQ_channels.h"
|
||||
#include "SEQ_iterator.h"
|
||||
#include "SEQ_relations.h"
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_channels.hh"
|
||||
#include "SEQ_iterator.hh"
|
||||
#include "SEQ_relations.hh"
|
||||
#include "SEQ_sequencer.hh"
|
||||
|
||||
ListBase *SEQ_channels_displayed_get(Editing *ed)
|
||||
{
|
||||
|
||||
@@ -26,10 +26,10 @@
|
||||
#include "BKE_scene.h"
|
||||
#include "BKE_sound.h"
|
||||
|
||||
#include "SEQ_clipboard.h"
|
||||
#include "SEQ_select.h"
|
||||
#include "SEQ_clipboard.hh"
|
||||
#include "SEQ_select.hh"
|
||||
|
||||
#include "sequencer.h"
|
||||
#include "sequencer.hh"
|
||||
|
||||
#ifdef WITH_AUDASPACE
|
||||
# include <AUD_Special.h>
|
||||
|
||||
@@ -34,16 +34,16 @@
|
||||
#include "BKE_main.h"
|
||||
#include "BKE_scene.h"
|
||||
|
||||
#include "SEQ_prefetch.h"
|
||||
#include "SEQ_relations.h"
|
||||
#include "SEQ_render.h"
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_time.h"
|
||||
#include "SEQ_prefetch.hh"
|
||||
#include "SEQ_relations.hh"
|
||||
#include "SEQ_render.hh"
|
||||
#include "SEQ_sequencer.hh"
|
||||
#include "SEQ_time.hh"
|
||||
|
||||
#include "disk_cache.h"
|
||||
#include "image_cache.h"
|
||||
#include "prefetch.h"
|
||||
#include "strip_time.h"
|
||||
#include "disk_cache.hh"
|
||||
#include "image_cache.hh"
|
||||
#include "prefetch.hh"
|
||||
#include "strip_time.hh"
|
||||
|
||||
/**
|
||||
* Disk Cache Design Notes
|
||||
|
||||
-7
@@ -12,10 +12,6 @@
|
||||
* \ingroup sequencer
|
||||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
struct ImBuf;
|
||||
struct Main;
|
||||
struct Scene;
|
||||
@@ -36,6 +32,3 @@ void seq_disk_cache_invalidate(struct SeqDiskCache *disk_cache,
|
||||
struct Sequence *seq,
|
||||
struct Sequence *seq_changed,
|
||||
int invalidate_types);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
@@ -45,20 +45,20 @@
|
||||
|
||||
#include "RE_pipeline.h"
|
||||
|
||||
#include "SEQ_channels.h"
|
||||
#include "SEQ_effects.h"
|
||||
#include "SEQ_proxy.h"
|
||||
#include "SEQ_relations.h"
|
||||
#include "SEQ_render.h"
|
||||
#include "SEQ_time.h"
|
||||
#include "SEQ_utils.h"
|
||||
#include "SEQ_channels.hh"
|
||||
#include "SEQ_effects.hh"
|
||||
#include "SEQ_proxy.hh"
|
||||
#include "SEQ_relations.hh"
|
||||
#include "SEQ_render.hh"
|
||||
#include "SEQ_time.hh"
|
||||
#include "SEQ_utils.hh"
|
||||
|
||||
#include "BLF_api.h"
|
||||
|
||||
#include "effects.h"
|
||||
#include "render.h"
|
||||
#include "strip_time.h"
|
||||
#include "utils.h"
|
||||
#include "effects.hh"
|
||||
#include "render.hh"
|
||||
#include "strip_time.hh"
|
||||
#include "utils.hh"
|
||||
|
||||
static SeqEffectHandle get_sequence_effect_impl(int seq_type);
|
||||
|
||||
|
||||
+1
-9
@@ -8,11 +8,7 @@
|
||||
* \ingroup sequencer
|
||||
*/
|
||||
|
||||
#include "SEQ_effects.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#include "SEQ_effects.hh"
|
||||
|
||||
struct Scene;
|
||||
struct Sequence;
|
||||
@@ -30,7 +26,3 @@ float seq_speed_effect_target_frame_get(struct Scene *scene,
|
||||
struct Sequence *seq,
|
||||
float timeline_frame,
|
||||
int input);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
@@ -34,15 +34,16 @@
|
||||
#include "BKE_main.h"
|
||||
#include "BKE_scene.h"
|
||||
|
||||
#include "SEQ_prefetch.h"
|
||||
#include "SEQ_relations.h"
|
||||
#include "SEQ_sequencer.h"
|
||||
#include "SEQ_time.h"
|
||||
#include "SEQ_prefetch.hh"
|
||||
#include "SEQ_relations.hh"
|
||||
#include "SEQ_render.hh"
|
||||
#include "SEQ_sequencer.hh"
|
||||
#include "SEQ_time.hh"
|
||||
|
||||
#include "disk_cache.h"
|
||||
#include "image_cache.h"
|
||||
#include "prefetch.h"
|
||||
#include "strip_time.h"
|
||||
#include "disk_cache.hh"
|
||||
#include "image_cache.hh"
|
||||
#include "prefetch.hh"
|
||||
#include "strip_time.hh"
|
||||
|
||||
/**
|
||||
* Sequencer Cache Design Notes
|
||||
|
||||
+1
-9
@@ -8,11 +8,7 @@
|
||||
* \ingroup sequencer
|
||||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "SEQ_render.h" /* Needed for #eSeqTaskId. */
|
||||
#include "SEQ_render.hh" /* Needed for #eSeqTaskId. */
|
||||
|
||||
struct ImBuf;
|
||||
struct Main;
|
||||
@@ -71,7 +67,3 @@ void seq_cache_cleanup_sequence(struct Scene *scene,
|
||||
void seq_cache_thumbnail_cleanup(Scene *scene, rctf *view_area);
|
||||
bool seq_cache_is_full(void);
|
||||
float seq_cache_frame_index_to_timeline_frame(struct Sequence *seq, float frame_index);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
@@ -20,11 +20,11 @@
|
||||
|
||||
#include "BKE_scene.h"
|
||||
|
||||
#include "SEQ_iterator.h"
|
||||
#include "SEQ_relations.h"
|
||||
#include "SEQ_render.h"
|
||||
#include "SEQ_time.h"
|
||||
#include "render.h"
|
||||
#include "SEQ_iterator.hh"
|
||||
#include "SEQ_relations.hh"
|
||||
#include "SEQ_render.hh"
|
||||
#include "SEQ_time.hh"
|
||||
#include "render.hh"
|
||||
|
||||
/* -------------------------------------------------------------------- */
|
||||
/** \name Iterator API
|
||||
|
||||
@@ -28,13 +28,13 @@
|
||||
#include "IMB_imbuf.h"
|
||||
#include "IMB_imbuf_types.h"
|
||||
|
||||
#include "SEQ_modifier.h"
|
||||
#include "SEQ_render.h"
|
||||
#include "SEQ_sound.h"
|
||||
#include "SEQ_modifier.hh"
|
||||
#include "SEQ_render.hh"
|
||||
#include "SEQ_sound.hh"
|
||||
|
||||
#include "BLO_read_write.hh"
|
||||
|
||||
#include "render.h"
|
||||
#include "render.hh"
|
||||
|
||||
static SequenceModifierTypeInfo *modifiersTypes[NUM_SEQUENCE_MODIFIER_TYPES];
|
||||
static bool modifierTypesInit = false;
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
#include "IMB_imbuf.h"
|
||||
|
||||
#include "multiview.h"
|
||||
#include "multiview.hh"
|
||||
|
||||
void seq_anim_add_suffix(Scene *scene, anim *anim, const int view_id)
|
||||
{
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user