Blender V2.61 - r43446
|
#include <DNA_gpencil_types.h>
Public Attributes | |
ID | id |
ListBase | layers |
int | flag |
short | sbuffer_size |
short | sbuffer_sflag |
void * | sbuffer |
Definition at line 127 of file DNA_gpencil_types.h.
int bGPdata::flag |
Definition at line 132 of file DNA_gpencil_types.h.
Referenced by acf_gpd_setting_ptr(), gp_paint_initstroke(), gp_paint_strokeend(), gp_stroke_addpoint(), gp_stroke_newfrombuffer(), gpencil_data_addnew(), gpencil_project_check(), and mouse_anim_channels().
Definition at line 128 of file DNA_gpencil_types.h.
Referenced by animdata_filter_gpencil(), free_scene(), gp_data_add_exec(), gp_data_unlink_exec(), special_aftertrans_update(), and write_gpencils().
Definition at line 131 of file DNA_gpencil_types.h.
Referenced by animchannels_delete_exec(), animdata_filter_gpencil_data(), detect_get_layer(), direct_link_gpencil(), draw_distortion(), ED_undo_gpencil_step(), free_gpencil_data(), gp_draw_data(), gpencil_data_duplicate(), gpencil_layer_addnew(), gpencil_layer_delactive(), gpencil_layer_getactive(), gpencil_layer_setactive(), posttrans_gpd_clean(), and write_gpencils().
void* bGPdata::sbuffer |
Definition at line 140 of file DNA_gpencil_types.h.
Referenced by gp_draw_data(), gp_session_cleanup(), gp_session_validatebuffer(), gp_stroke_addpoint(), gp_stroke_newfrombuffer(), gp_stroke_simplify(), and gp_stroke_smooth().
short bGPdata::sbuffer_sflag |
Definition at line 139 of file DNA_gpencil_types.h.
Referenced by gp_draw_data(), gp_paint_initstroke(), gp_paint_strokeend(), gp_session_cleanup(), gp_session_validatebuffer(), gp_stroke_convertcoords(), gp_stroke_newfrombuffer(), gp_stroke_simplify(), and gpencil_project_check().
short bGPdata::sbuffer_size |
Definition at line 138 of file DNA_gpencil_types.h.
Referenced by gp_draw_data(), gp_session_cleanup(), gp_session_validatebuffer(), gp_stroke_addpoint(), gp_stroke_filtermval(), gp_stroke_newfrombuffer(), gp_stroke_simplify(), and gp_stroke_smooth().