Blender V2.61 - r43446
Functions

sound_ops.c File Reference

#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <stddef.h>
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
#include "BLI_utildefines.h"
#include "DNA_anim_types.h"
#include "DNA_packedFile_types.h"
#include "DNA_scene_types.h"
#include "DNA_space_types.h"
#include "DNA_sequence_types.h"
#include "DNA_sound_types.h"
#include "DNA_userdef_types.h"
#include "BKE_context.h"
#include "BKE_fcurve.h"
#include "BKE_global.h"
#include "BKE_main.h"
#include "BKE_report.h"
#include "BKE_packedFile.h"
#include "BKE_scene.h"
#include "BKE_sound.h"
#include "BKE_sequencer.h"
#include "RNA_access.h"
#include "RNA_define.h"
#include "RNA_enum_types.h"
#include "UI_interface.h"
#include "WM_api.h"
#include "WM_types.h"
#include "ED_sound.h"
#include "ED_util.h"
#include "sound_intern.h"

Go to the source code of this file.

Functions

static int sound_open_cancel (bContext *UNUSED(C), wmOperator *op)
static void sound_open_init (bContext *C, wmOperator *op)
static int sound_open_exec (bContext *UNUSED(C), wmOperator *op)
static int sound_open_invoke (bContext *C, wmOperator *op, wmEvent *event)
static void SOUND_OT_open (wmOperatorType *ot)
static void SOUND_OT_open_mono (wmOperatorType *ot)
static int sound_update_animation_flags_exec (bContext *C, wmOperator *UNUSED(op))
static void SOUND_OT_update_animation_flags (wmOperatorType *ot)
static int sound_bake_animation_exec (bContext *C, wmOperator *UNUSED(op))
static void SOUND_OT_bake_animation (wmOperatorType *ot)
static int sound_mixdown_exec (bContext *C, wmOperator *op)
static int sound_mixdown_invoke (bContext *C, wmOperator *op, wmEvent *event)
static void SOUND_OT_mixdown (wmOperatorType *ot)
static int sound_poll (bContext *C)
static int sound_pack_exec (bContext *C, wmOperator *op)
static void SOUND_OT_pack (wmOperatorType *ot)
static int sound_unpack_exec (bContext *C, wmOperator *op)
static int sound_unpack_invoke (bContext *C, wmOperator *op, wmEvent *UNUSED(event))
static void SOUND_OT_unpack (wmOperatorType *ot)
void ED_operatortypes_sound (void)

Detailed Description

Definition in file sound_ops.c.


Function Documentation

void ED_operatortypes_sound ( void  )
static int sound_bake_animation_exec ( bContext C,
wmOperator UNUSEDop 
) [static]
static int sound_mixdown_exec ( bContext C,
wmOperator op 
) [static]
static int sound_mixdown_invoke ( bContext C,
wmOperator op,
wmEvent event 
) [static]
static int sound_open_cancel ( bContext UNUSEDC,
wmOperator op 
) [static]

Definition at line 80 of file sound_ops.c.

References wmOperator::customdata, MEM_freeN(), NULL, and OPERATOR_CANCELLED.

Referenced by SOUND_OT_open(), and SOUND_OT_open_mono().

static int sound_open_exec ( bContext UNUSEDC,
wmOperator op 
) [static]
static void sound_open_init ( bContext C,
wmOperator op 
) [static]
static int sound_open_invoke ( bContext C,
wmOperator op,
wmEvent event 
) [static]
static void SOUND_OT_bake_animation ( wmOperatorType ot) [static]
static void SOUND_OT_mixdown ( wmOperatorType ot) [static]
static void SOUND_OT_open ( wmOperatorType ot) [static]
static void SOUND_OT_open_mono ( wmOperatorType ot) [static]
static void SOUND_OT_pack ( wmOperatorType ot) [static]
static void SOUND_OT_unpack ( wmOperatorType ot) [static]
static void SOUND_OT_update_animation_flags ( wmOperatorType ot) [static]
static int sound_pack_exec ( bContext C,
wmOperator op 
) [static]
static int sound_poll ( bContext C) [static]

Definition at line 602 of file sound_ops.c.

References Editing::act_seq, CTX_data_scene(), Scene::ed, SEQ_SOUND, and Sequence::type.

Referenced by SOUND_OT_pack(), and SOUND_OT_unpack().

static int sound_unpack_exec ( bContext C,
wmOperator op 
) [static]
static int sound_unpack_invoke ( bContext C,
wmOperator op,
wmEvent UNUSEDevent 
) [static]
static int sound_update_animation_flags_exec ( bContext C,
wmOperator UNUSEDop 
) [static]