49 #define GPENCIL_MINIMUM_JOIN_DIST 20.0f
238 struct Scene *
scene,
struct bGPdata *gpd,
int winx,
int winy,
int cfra,
char spacetype);
366 #define GP_PAR_ARMATURE_NAME 0
367 #define GP_PAR_ARMATURE_AUTO 1
388 #define GP_PRIM_DATABUF_SIZE 5
399 const float mat[4][4]);
425 unsigned short local_view_bits);
444 const float origin[3],
454 const float origin[3],
576 float random_color[3],
589 const float diff_mat[4][4]);
602 const float diff_mat[4][4]);
608 const float diff_mat[4][4],
617 const float ctrl1[2],
618 const float ctrl2[2],
625 const float diff_mat[4][4],
struct Depsgraph Depsgraph
void ED_gpencil_layer_frames_keytype_set(struct bGPDlayer *gpl, short type)
void ED_annotation_draw_ex(struct Scene *scene, struct bGPdata *gpd, int winx, int winy, int cfra, char spacetype)
void ED_gpencil_create_blank(struct bContext *C, struct Object *ob, float mat[4][4])
void ED_gpencil_strokes_copybuf_free(void)
void ED_gpencil_point_vertex_color_set(struct ToolSettings *ts, struct Brush *brush, struct bGPDspoint *pt, struct tGPspoint *tpt)
struct bGPdata ** ED_annotation_data_get_pointers(const struct bContext *C, struct PointerRNA *r_ptr)
struct bGPdata ** ED_gpencil_data_get_pointers_direct(struct ScrArea *area, struct Object *ob, struct PointerRNA *r_ptr)
bool ED_gpencil_anim_copybuf_paste(struct bAnimContext *ac, short copy_mode)
void ED_gpencil_sbuffer_vertex_color_set(struct Depsgraph *depsgraph, struct Object *ob, struct ToolSettings *ts, struct Brush *brush, struct Material *material, float random_color[3], float pen_pressure)
struct bGPdata * ED_gpencil_data_get_active_direct(struct ScrArea *area, struct Object *ob)
void ED_gpencil_vgroup_select(struct bContext *C, struct Object *ob)
struct bGPdata * ED_annotation_data_get_active(const struct bContext *C)
struct bGPdata ** ED_annotation_data_get_pointers_direct(struct ID *screen_id, struct ScrArea *area, struct Scene *scene, struct PointerRNA *r_ptr)
int ED_gpencil_join_objects_exec(struct bContext *C, struct wmOperator *op)
void ED_gpencil_projected_2d_bound_box(const struct GP_SpaceConversion *gsc, const struct bGPDstroke *gps, const float diff_mat[4][4], float r_min[2], float r_max[2])
void ED_gpencil_set_active_channel(struct bGPdata *gpd, struct bGPDlayer *gpl)
void ED_operatormacros_gpencil(void)
void ED_gpencil_reset_layers_parent(struct Depsgraph *depsgraph, struct Object *obact, struct bGPdata *gpd)
struct bGPdata ** ED_gpencil_data_get_pointers(const struct bContext *C, struct PointerRNA *r_ptr)
void ED_gpencil_drawing_reference_get(const struct Scene *scene, const struct Object *ob, char align_flag, float r_vec[3])
bool ED_gpencil_anim_copybuf_copy(struct bAnimContext *ac)
bool ED_gpencil_layer_has_selected_stroke(const struct bGPDlayer *gpl, bool is_multiedit)
void ED_gpencil_layer_frames_duplicate(struct bGPDlayer *gpl)
bool ED_gpencil_has_keyframe_v3d(struct Scene *scene, struct Object *ob, int cfra)
struct bGPdata * ED_gpencil_data_get_active_evaluated(const struct bContext *C)
void ED_gpencil_tpoint_to_point(struct ARegion *region, float origin[3], const struct tGPspoint *tpt, struct bGPDspoint *pt)
void ED_gpencil_toggle_brush_cursor(struct bContext *C, bool enable, void *customdata)
void ED_gpencil_brush_draw_eraser(struct Brush *brush, int x, int y)
bool ED_gpencil_stroke_check_collision(const struct GP_SpaceConversion *gsc, struct bGPDstroke *gps, const float mval[2], int radius, const float diff_mat[4][4])
bool ED_gpencil_add_armature(const struct bContext *C, struct ReportList *reports, struct Object *ob, struct Object *ob_arm)
struct tGPspoint * ED_gpencil_sbuffer_ensure(struct tGPspoint *buffer_array, int *buffer_size, int *buffer_used, bool clear)
void ED_gpencil_layer_make_cfra_list(struct bGPDlayer *gpl, ListBase *elems, bool onlysel)
void ED_gpencil_layer_frames_select_box(struct bGPDlayer *gpl, float min, float max, short select_mode)
void ED_gpencil_tag_scene_gpencil(struct Scene *scene)
void ED_gpencil_add_defaults(struct bContext *C, struct Object *ob)
void ED_gpencil_stroke_close_by_distance(struct bGPDstroke *gps, float threshold)
struct Object * ED_gpencil_add_object(struct bContext *C, const float loc[3], unsigned short local_view_bits)
void ED_gpencil_select_frames(struct bGPDlayer *gpl, short select_mode)
void ED_gpencil_vgroup_deselect(struct bContext *C, struct Object *ob)
int ED_gpencil_session_active(void)
void ED_gpencil_create_monkey(struct bContext *C, struct Object *ob, float mat[4][4])
void ED_annotation_draw_view2d(const struct bContext *C, bool onlyv2d)
struct bGPDstroke * ED_gpencil_stroke_nearest_to_ends(struct bContext *C, const struct GP_SpaceConversion *gsc, struct bGPDlayer *gpl, struct bGPDframe *gpf, struct bGPDstroke *gps, const float ctrl1[2], const float ctrl2[2], float radius, int *r_index)
int ED_undo_gpencil_step(struct bContext *C, int step)
void ED_gpencil_update_color_uv(struct Main *bmain, struct Material *mat)
bool ED_gpencil_stroke_can_use_direct(const struct ScrArea *area, const struct bGPDstroke *gps)
void ED_gpencil_select_frame(struct bGPDlayer *gpl, int selx, short select_mode)
void ED_gpencil_setup_modes(struct bContext *C, struct bGPdata *gpd, int newmode)
bool ED_gpencil_stroke_material_editable(struct Object *ob, const struct bGPDlayer *gpl, const struct bGPDstroke *gps)
struct bGPdata * ED_gpencil_data_get_active(const struct bContext *C)
void ED_gpencil_init_random_settings(struct Brush *brush, const int mval[2], struct GpRandomSettings *random_settings)
bool ED_object_gpencil_exit(struct Main *bmain, struct Object *ob)
void ED_gpencil_stroke_extremes_to2d(const struct GP_SpaceConversion *gsc, const float diff_mat[4][4], struct bGPDstroke *gps, float r_ctrl1[2], float r_ctrl2[2])
void ED_keymap_gpencil(struct wmKeyConfig *keyconf)
bool ED_gpencil_stroke_point_is_inside(const struct bGPDstroke *gps, const struct GP_SpaceConversion *gsc, const int mval[2], const float diff_mat[4][4])
bool ED_gpencil_stroke_material_visible(struct Object *ob, const struct bGPDstroke *gps)
void ED_gpencil_sbuffer_update_eval(struct bGPdata *gpd, struct Object *ob_eval)
void ED_gpencil_vgroup_remove(struct bContext *C, struct Object *ob)
struct bGPDstroke * ED_gpencil_stroke_join_and_trim(struct bGPdata *gpd, struct bGPDframe *gpf, struct bGPDstroke *gps, struct bGPDstroke *gps_dst, int pt_index)
struct tGPspoint tGPspoint
void ED_gpencil_layer_mirror_frames(struct bGPDlayer *gpl, struct Scene *scene, short mode)
void ED_operatortypes_gpencil(void)
void ED_gpencil_stroke_reproject(struct Depsgraph *depsgraph, const struct GP_SpaceConversion *gsc, struct SnapObjectContext *sctx, struct bGPDlayer *gpl, struct bGPDframe *gpf, struct bGPDstroke *gps, eGP_ReprojectModes mode, bool keep_original)
void ED_gpencil_layer_frame_select_set(struct bGPDlayer *gpl, short mode)
void ED_gpencil_layer_frames_select_region(struct KeyframeEditData *ked, struct bGPDlayer *gpl, short tool, short select_mode)
void ED_gpencil_create_stroke(struct bContext *C, struct Object *ob, float mat[4][4])
void ED_gpencil_project_stroke_to_view(struct bContext *C, struct bGPDlayer *gpl, struct bGPDstroke *gps)
int ED_gpencil_select_stroke_segment(struct bGPdata *gpd, struct bGPDlayer *gpl, struct bGPDstroke *gps, struct bGPDspoint *pt, bool select, bool insert, float scale, float r_hita[3], float r_hitb[3])
void ED_gpencil_project_point_to_plane(const struct Scene *scene, const struct Object *ob, struct bGPDlayer *gpl, const struct RegionView3D *rv3d, const float origin[3], int axis, struct bGPDspoint *pt)
bool ED_gpencil_stroke_can_use(const struct bContext *C, const struct bGPDstroke *gps)
void ED_gpencil_project_stroke_to_plane(const struct Scene *scene, const struct Object *ob, const struct RegionView3D *rv3d, struct bGPDlayer *gpl, struct bGPDstroke *gps, const float origin[3], int axis)
void ED_gpencil_layer_merge(struct bGPdata *gpd, struct bGPDlayer *gpl_src, struct bGPDlayer *gpl_dst, bool reverse)
void ED_annotation_draw_2dimage(const struct bContext *C)
bool ED_gpencil_add_lattice_modifier(const struct bContext *C, struct ReportList *reports, struct Object *ob, struct Object *ob_latt)
bool ED_gpencil_layer_frame_select_check(const struct bGPDlayer *gpl)
void ED_gpencil_create_lineart(struct bContext *C, struct Object *ob)
void ED_annotation_draw_view3d(struct Scene *scene, struct Depsgraph *depsgraph, struct View3D *v3d, struct ARegion *region, bool only3d)
bool ED_gpencil_layer_frames_delete(struct bGPDlayer *gpl)
bool ED_gpencil_layer_frames_looper(struct bGPDlayer *gpl, struct Scene *scene, bool(*gpf_cb)(struct bGPDframe *, struct Scene *))
bool ED_gpencil_frame_has_selected_stroke(const struct bGPDframe *gpf)
struct bGPdata * ED_annotation_data_get_active_direct(struct ID *screen_id, struct ScrArea *area, struct Scene *scene)
void ED_gpencil_layer_snap_frames(struct bGPDlayer *gpl, struct Scene *scene, short mode)
void ED_gpencil_fill_vertex_color_set(struct ToolSettings *ts, struct Brush *brush, struct bGPDstroke *gps)
void ED_gpencil_vgroup_assign(struct bContext *C, struct Object *ob, float weight)
void ED_gpencil_anim_copybuf_free(void)
bool ED_gpencil_data_owner_is_annotation(struct PointerRNA *owner_ptr)
bool ED_gpencil_add_armature_weights(const struct bContext *C, struct ReportList *reports, struct Object *ob, struct Object *ob_arm, int mode)
void ED_gpencil_select_curve_toggle_all(struct bContext *C, int action)
void ED_gpencil_select_toggle_all(struct bContext *C, int action)
void ED_gpencil_stroke_init_data(struct bGPDstroke *gps, const float *array, int totpoints, const float mat[4][4])
_GL_VOID GLfloat value _GL_VOID_RET _GL_VOID const GLuint GLboolean *residences _GL_BOOL_RET _GL_VOID GLsizei GLfloat GLfloat GLfloat GLfloat const GLubyte *bitmap _GL_VOID_RET _GL_VOID GLenum const void *lists _GL_VOID_RET _GL_VOID const GLdouble *equation _GL_VOID_RET _GL_VOID GLdouble GLdouble blue _GL_VOID_RET _GL_VOID GLfloat GLfloat blue _GL_VOID_RET _GL_VOID GLint GLint blue _GL_VOID_RET _GL_VOID GLshort GLshort blue _GL_VOID_RET _GL_VOID GLubyte GLubyte blue _GL_VOID_RET _GL_VOID GLuint GLuint blue _GL_VOID_RET _GL_VOID GLushort GLushort blue _GL_VOID_RET _GL_VOID GLbyte GLbyte GLbyte alpha _GL_VOID_RET _GL_VOID GLdouble GLdouble GLdouble alpha _GL_VOID_RET _GL_VOID GLfloat GLfloat GLfloat alpha _GL_VOID_RET _GL_VOID GLint GLint GLint alpha _GL_VOID_RET _GL_VOID GLshort GLshort GLshort alpha _GL_VOID_RET _GL_VOID GLubyte GLubyte GLubyte alpha _GL_VOID_RET _GL_VOID GLuint GLuint GLuint alpha _GL_VOID_RET _GL_VOID GLushort GLushort GLushort alpha _GL_VOID_RET _GL_VOID GLenum mode _GL_VOID_RET _GL_VOID GLint y
_GL_VOID GLfloat value _GL_VOID_RET _GL_VOID const GLuint GLboolean *residences _GL_BOOL_RET _GL_VOID GLsizei GLfloat GLfloat GLfloat GLfloat const GLubyte *bitmap _GL_VOID_RET _GL_VOID GLenum type
__forceinline const avxb select(const avxb &m, const avxb &t, const avxb &f)
const Depsgraph * depsgraph
ccl_gpu_kernel_postfix ccl_global float int int int int float threshold
static void clear(Message *msg)
Insertion insert(const float3 &point_prev, const float3 &handle_prev, const float3 &handle_next, const float3 &point_next, float parameter)
static void area(int d1, int d2, int e1, int e2, float weights[2])