Blender V2.61 - r43446
|
Go to the source code of this file.
Definition in file DNA_gpencil_types.h.
#define GP_DATA_DEPTH_STROKE (1<<6) |
Definition at line 159 of file DNA_gpencil_types.h.
Referenced by draw_gpencil_panel(), gp_paint_strokeend(), gp_stroke_addpoint(), gp_stroke_newfrombuffer(), gpencil_project_check(), and rna_def_gpencil_data().
#define GP_DATA_DEPTH_STROKE_ENDPOINTS (1<<7) |
Definition at line 161 of file DNA_gpencil_types.h.
Referenced by gp_stroke_newfrombuffer(), and rna_def_gpencil_data().
#define GP_DATA_DEPTH_VIEW (1<<5) |
Definition at line 158 of file DNA_gpencil_types.h.
Referenced by draw_gpencil_panel(), gpencil_project_check(), and rna_def_gpencil_data().
#define GP_DATA_DISPINFO (1<<1) |
Definition at line 149 of file DNA_gpencil_types.h.
Referenced by gpencil_data_addnew().
#define GP_DATA_EDITPAINT (1<<3) |
Definition at line 154 of file DNA_gpencil_types.h.
#define GP_DATA_EXPAND (1<<2) |
Definition at line 151 of file DNA_gpencil_types.h.
Referenced by acf_gpd_setting_flag(), gpencil_data_addnew(), and mouse_anim_channels().
#define GP_DATA_LMBPLOCK (1<<0) |
Definition at line 147 of file DNA_gpencil_types.h.
#define GP_DATA_VIEWALIGN (1<<4) |
Definition at line 156 of file DNA_gpencil_types.h.
Referenced by gp_paint_initstroke(), gpencil_data_addnew(), and rna_def_gpencil_data().
#define GP_FRAME_PAINT (1<<0) |
Definition at line 85 of file DNA_gpencil_types.h.
Referenced by gp_draw_data(), gp_paint_cleanup(), gp_paint_initstroke(), gpencil_layer_getframe(), and rna_def_gpencil_frame().
#define GP_FRAME_SELECT (1<<1) |
Definition at line 87 of file DNA_gpencil_types.h.
Referenced by count_gplayer_frames(), delete_gplayer_frames(), duplicate_gplayer_frames(), gpframe_select(), gplayer_make_cfra_list(), GPLayerToTransData(), is_gplayer_frame_selected(), nalloc_ak_gpframe(), nupdate_ak_gpframe(), posttrans_gpd_clean(), and rna_def_gpencil_frame().
#define GP_LAYER_ACTIVE (1<<2) |
Definition at line 113 of file DNA_gpencil_types.h.
Referenced by animdata_filter_gpencil_data(), detect_get_layer(), gp_draw_data(), gp_drawui_layer(), gpencil_layer_getactive(), and gpencil_layer_setactive().
#define GP_LAYER_DRAWDEBUG (1<<3) |
Definition at line 115 of file DNA_gpencil_types.h.
Referenced by gp_draw_data(), and rna_def_gpencil_layer().
#define GP_LAYER_FRAMELOCK (1<<6) |
Definition at line 121 of file DNA_gpencil_types.h.
Referenced by gp_drawui_layer(), gpencil_layer_getframe(), and rna_def_gpencil_layer().
#define GP_LAYER_HIDE (1<<0) |
Definition at line 109 of file DNA_gpencil_types.h.
Referenced by acf_gpl_setting_flag(), gp_draw_data(), gp_drawui_layer(), and rna_def_gpencil_layer().
#define GP_LAYER_LOCKED (1<<1) |
Definition at line 111 of file DNA_gpencil_types.h.
Referenced by acf_gpl_setting_flag(), draw_gpl_channel(), gp_drawui_layer(), gp_paint_initstroke(), gpencil_layer_getframe(), and rna_def_gpencil_layer().
#define GP_LAYER_NO_XRAY (1<<7) |
Definition at line 123 of file DNA_gpencil_types.h.
Referenced by gp_draw_data(), and rna_def_gpencil_layer().
#define GP_LAYER_ONIONSKIN (1<<4) |
Definition at line 117 of file DNA_gpencil_types.h.
Referenced by gp_draw_data(), and rna_def_gpencil_layer().
#define GP_LAYER_SELECT (1<<5) |
Definition at line 119 of file DNA_gpencil_types.h.
Referenced by acf_gpl_setting_flag(), ANIM_deselect_anim_channels(), mouse_action_keys(), mouse_anim_channels(), and rna_def_gpencil_layer().
#define GP_STROKE_2DIMAGE (1<<2) |
Definition at line 66 of file DNA_gpencil_types.h.
Referenced by gp_draw_stroke(), gp_draw_stroke_point(), gp_draw_strokes(), gp_paint_initstroke(), gp_stroke_convertcoords(), and gp_stroke_eraser_dostroke().
#define GP_STROKE_2DSPACE (1<<1) |
Definition at line 64 of file DNA_gpencil_types.h.
Referenced by draw_distortion(), gp_draw_stroke(), gp_draw_stroke_point(), gp_draw_strokes(), gp_paint_initstroke(), gp_stroke_convertcoords(), gp_stroke_eraser_dostroke(), and gp_strokepoint_convertcoords().
#define GP_STROKE_3DSPACE (1<<0) |
Definition at line 62 of file DNA_gpencil_types.h.
Referenced by gp_draw_stroke_point(), gp_draw_strokes(), gp_paint_initstroke(), gp_stroke_convertcoords(), gp_stroke_eraser_dostroke(), gp_strokepoint_convertcoords(), and gpencil_project_check().
#define GP_STROKE_ERASER (1<<15) |
Definition at line 68 of file DNA_gpencil_types.h.
Referenced by gp_draw_stroke_buffer(), gp_paint_initstroke(), and gp_paint_strokeend().
typedef struct bGPDspoint bGPDspoint |
typedef struct bGPDstroke bGPDstroke |