Blender V2.61 - r43446
Functions

dynamicpaint_ops.c File Reference

#include <math.h>
#include <stdio.h>
#include <string.h>
#include "BLI_blenlib.h"
#include "BLI_string.h"
#include "BLI_utildefines.h"
#include "DNA_dynamicpaint_types.h"
#include "DNA_modifier_types.h"
#include "DNA_object_types.h"
#include "DNA_scene_types.h"
#include "BKE_blender.h"
#include "BKE_context.h"
#include "BKE_deform.h"
#include "BKE_depsgraph.h"
#include "BKE_dynamicpaint.h"
#include "BKE_global.h"
#include "BKE_modifier.h"
#include "BKE_report.h"
#include "ED_mesh.h"
#include "ED_screen.h"
#include "ED_object.h"
#include "RNA_access.h"
#include "RNA_define.h"
#include "RNA_enum_types.h"
#include "PIL_time.h"
#include "WM_types.h"
#include "WM_api.h"
#include "physics_intern.h"

Go to the source code of this file.

Functions

static int surface_slot_add_exec (bContext *C, wmOperator *UNUSED(op))
void DPAINT_OT_surface_slot_add (wmOperatorType *ot)
static int surface_slot_remove_exec (bContext *C, wmOperator *UNUSED(op))
void DPAINT_OT_surface_slot_remove (wmOperatorType *ot)
static int type_toggle_exec (bContext *C, wmOperator *op)
void DPAINT_OT_type_toggle (wmOperatorType *ot)
static int output_toggle_exec (bContext *C, wmOperator *op)
void DPAINT_OT_output_toggle (wmOperatorType *ot)
static int dynamicPaint_bakeImageSequence (bContext *C, DynamicPaintSurface *surface, Object *cObject)
static int dynamicPaint_initBake (struct bContext *C, struct wmOperator *op)
static int dynamicpaint_bake_exec (bContext *C, wmOperator *op)
void DPAINT_OT_bake (wmOperatorType *ot)

Function Documentation

void DPAINT_OT_bake ( wmOperatorType ot)
void DPAINT_OT_output_toggle ( wmOperatorType ot)
void DPAINT_OT_surface_slot_add ( wmOperatorType ot)
void DPAINT_OT_surface_slot_remove ( wmOperatorType ot)
void DPAINT_OT_type_toggle ( wmOperatorType ot)
static int dynamicpaint_bake_exec ( bContext C,
wmOperator op 
) [static]

Definition at line 409 of file dynamicpaint_ops.c.

References dynamicPaint_initBake(), OPERATOR_CANCELLED, and OPERATOR_FINISHED.

Referenced by DPAINT_OT_bake().

static int dynamicPaint_bakeImageSequence ( bContext C,
DynamicPaintSurface surface,
Object cObject 
) [static]
static int dynamicPaint_initBake ( struct bContext C,
struct wmOperator op 
) [static]
static int output_toggle_exec ( bContext C,
wmOperator op 
) [static]
static int surface_slot_add_exec ( bContext C,
wmOperator UNUSEDop 
) [static]
static int surface_slot_remove_exec ( bContext C,
wmOperator UNUSEDop 
) [static]
static int type_toggle_exec ( bContext C,
wmOperator op 
) [static]