Blender V2.61 - r43446
Functions

editaction_gpencil.c File Reference

#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <stddef.h>
#include <math.h>
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
#include "BLI_math.h"
#include "BLI_utildefines.h"
#include "DNA_gpencil_types.h"
#include "DNA_scene_types.h"
#include "BKE_fcurve.h"
#include "BKE_gpencil.h"
#include "ED_anim_api.h"
#include "ED_gpencil.h"
#include "ED_keyframes_edit.h"
#include "gpencil_intern.h"

Go to the source code of this file.

Functions

short gplayer_frames_looper (bGPDlayer *gpl, Scene *scene, short(*gpf_cb)(bGPDframe *, Scene *))
void gplayer_make_cfra_list (bGPDlayer *gpl, ListBase *elems, short onlysel)
short is_gplayer_frame_selected (bGPDlayer *gpl)
static void gpframe_select (bGPDframe *gpf, short select_mode)
void select_gpencil_frames (bGPDlayer *gpl, short select_mode)
void set_gplayer_frame_selection (bGPDlayer *gpl, short mode)
void select_gpencil_frame (bGPDlayer *gpl, int selx, short select_mode)
void borderselect_gplayer_frames (bGPDlayer *gpl, float min, float max, short select_mode)
void delete_gplayer_frames (bGPDlayer *gpl)
void duplicate_gplayer_frames (bGPDlayer *gpl)

Detailed Description

Definition in file editaction_gpencil.c.


Function Documentation

void borderselect_gplayer_frames ( bGPDlayer gpl,
float  min,
float  max,
short  select_mode 
)
void delete_gplayer_frames ( bGPDlayer gpl)
void duplicate_gplayer_frames ( bGPDlayer gpl)
static void gpframe_select ( bGPDframe gpf,
short  select_mode 
) [static]
short gplayer_frames_looper ( bGPDlayer gpl,
Scene scene,
short(*)(bGPDframe *, Scene *)  gpf_cb 
)

Definition at line 65 of file editaction_gpencil.c.

References ListBase::first, bGPDlayer::frames, bGPDframe::next, and NULL.

void gplayer_make_cfra_list ( bGPDlayer gpl,
ListBase elems,
short  onlysel 
)
short is_gplayer_frame_selected ( bGPDlayer gpl)
void select_gpencil_frame ( bGPDlayer gpl,
int  selx,
short  select_mode 
)
void select_gpencil_frames ( bGPDlayer gpl,
short  select_mode 
)
void set_gplayer_frame_selection ( bGPDlayer gpl,
short  mode 
)

Definition at line 167 of file editaction_gpencil.c.

References NULL, and select_gpencil_frames().

Referenced by deselect_action_keys().