Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_gpencil.h
| Show First 20 Lines • Show All 639 Lines • ▼ Show 20 Lines | |||||
| * Close if the distance between extremes is below threshold. | * Close if the distance between extremes is below threshold. | ||||
| */ | */ | ||||
| void ED_gpencil_stroke_close_by_distance(struct bGPDstroke *gps, float threshold); | void ED_gpencil_stroke_close_by_distance(struct bGPDstroke *gps, float threshold); | ||||
| /** | /** | ||||
| * Calculate the brush cursor size in world space. | * Calculate the brush cursor size in world space. | ||||
| */ | */ | ||||
| float ED_gpencil_cursor_radius(struct bContext *C, int x, int y); | float ED_gpencil_cursor_radius(struct bContext *C, int x, int y); | ||||
| float ED_gpencil_radial_control_scale(struct bContext *C, | |||||
| struct Brush *brush, | |||||
| float initial_value, | |||||
| const int mval[2]); | |||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||