Blender
V3.3
|
#include <stdlib.h>
#include "DNA_brush_types.h"
#include "DNA_gpencil_types.h"
#include "DNA_material_types.h"
#include "DNA_object_types.h"
#include "DNA_scene_types.h"
#include "DNA_texture_types.h"
#include "DNA_workspace_types.h"
#include "BLI_math.h"
#include "RNA_define.h"
#include "RNA_enum_types.h"
#include "rna_internal.h"
#include "IMB_imbuf.h"
#include "WM_types.h"
Go to the source code of this file.
Macros | |
#define | TEXTURE_CAPABILITY(prop_name_, ui_name_) |
#define | SCULPT_TOOL_CAPABILITY(prop_name_, ui_name_) |
#define | BRUSH_CAPABILITY(prop_name_, ui_name_) |
#define | IMAPAINT_TOOL_CAPABILITY(prop_name_, ui_name_) |
#define | VPAINT_TOOL_CAPABILITY(prop_name_, ui_name_) |
#define | WPAINT_TOOL_CAPABILITY(prop_name_, ui_name_) |
Functions | |
static void | rna_def_brush_texture_slot (BlenderRNA *brna) |
static void | rna_def_sculpt_capabilities (BlenderRNA *brna) |
static void | rna_def_brush_capabilities (BlenderRNA *brna) |
static void | rna_def_image_paint_capabilities (BlenderRNA *brna) |
static void | rna_def_vertex_paint_capabilities (BlenderRNA *brna) |
static void | rna_def_weight_paint_capabilities (BlenderRNA *brna) |
static void | rna_def_gpencil_options (BlenderRNA *brna) |
static void | rna_def_curves_sculpt_options (BlenderRNA *brna) |
static void | rna_def_brush (BlenderRNA *brna) |
static void | rna_def_operator_stroke_element (BlenderRNA *brna) |
void | RNA_def_brush (BlenderRNA *brna) |
#define BRUSH_CAPABILITY | ( | prop_name_, | |
ui_name_ | |||
) |
#define IMAPAINT_TOOL_CAPABILITY | ( | prop_name_, | |
ui_name_ | |||
) |
#define SCULPT_TOOL_CAPABILITY | ( | prop_name_, | |
ui_name_ | |||
) |
#define TEXTURE_CAPABILITY | ( | prop_name_, | |
ui_name_ | |||
) |
#define VPAINT_TOOL_CAPABILITY | ( | prop_name_, | |
ui_name_ | |||
) |
#define WPAINT_TOOL_CAPABILITY | ( | prop_name_, | |
ui_name_ | |||
) |
|
static |
Begin per-mode tool properties.
keep in sync with BKE_paint_get_tool_prop_id_from_paintmode
End per mode tool properties.
Definition at line 2044 of file rna_brush.c.
References BRUSH_ABSOLUTE_JITTER, BRUSH_ACCUMULATE, BRUSH_ADAPTIVE_SPACE, BRUSH_AIRBRUSH, BRUSH_ALPHA_PRESSURE, BRUSH_ANCHORED, BRUSH_AREA_RADIUS_PRESSURE, BRUSH_AUTOMASKING_BOUNDARY_EDGES, BRUSH_AUTOMASKING_BOUNDARY_FACE_SETS, BRUSH_AUTOMASKING_FACE_SETS, BRUSH_AUTOMASKING_TOPOLOGY, BRUSH_BOUNDARY_DEFORM_BEND, BRUSH_BOUNDARY_DEFORM_EXPAND, BRUSH_BOUNDARY_DEFORM_GRAB, BRUSH_BOUNDARY_DEFORM_INFLATE, BRUSH_BOUNDARY_DEFORM_SMOOTH, BRUSH_BOUNDARY_DEFORM_TWIST, BRUSH_BOUNDARY_FALLOFF_CONSTANT, BRUSH_BOUNDARY_FALLOFF_LOOP, BRUSH_BOUNDARY_FALLOFF_LOOP_INVERT, BRUSH_BOUNDARY_FALLOFF_RADIUS, BRUSH_CLOTH_DEFORM_DRAG, BRUSH_CLOTH_DEFORM_EXPAND, BRUSH_CLOTH_DEFORM_GRAB, BRUSH_CLOTH_DEFORM_INFLATE, BRUSH_CLOTH_DEFORM_PINCH_PERPENDICULAR, BRUSH_CLOTH_DEFORM_PINCH_POINT, BRUSH_CLOTH_DEFORM_PUSH, BRUSH_CLOTH_DEFORM_SNAKE_HOOK, BRUSH_CLOTH_FORCE_FALLOFF_PLANE, BRUSH_CLOTH_FORCE_FALLOFF_RADIAL, BRUSH_CLOTH_PIN_SIMULATION_BOUNDARY, BRUSH_CLOTH_SIMULATION_AREA_DYNAMIC, BRUSH_CLOTH_SIMULATION_AREA_GLOBAL, BRUSH_CLOTH_SIMULATION_AREA_LOCAL, BRUSH_CLOTH_USE_COLLISION, BRUSH_CURVE, BRUSH_CURVE_CONSTANT, BRUSH_CURVE_CUSTOM, BRUSH_CURVE_INVSQUARE, BRUSH_CURVE_LIN, BRUSH_CURVE_POW4, BRUSH_CURVE_ROOT, BRUSH_CURVE_SHARP, BRUSH_CURVE_SMOOTH, BRUSH_CURVE_SMOOTHER, BRUSH_CURVE_SPHERE, BRUSH_CUSTOM_ICON, BRUSH_DEFORM_TARGET_CLOTH_SIM, BRUSH_DEFORM_TARGET_GEOMETRY, BRUSH_DRAG_DOT, BRUSH_EDGE_TO_EDGE, BRUSH_ELASTIC_DEFORM_GRAB, BRUSH_ELASTIC_DEFORM_GRAB_BISCALE, BRUSH_ELASTIC_DEFORM_GRAB_TRISCALE, BRUSH_ELASTIC_DEFORM_SCALE, BRUSH_ELASTIC_DEFORM_TWIST, BRUSH_FRONTFACE, BRUSH_FRONTFACE_FALLOFF, BRUSH_GRAB_ACTIVE_VERTEX, BRUSH_GRAB_SILHOUETTE, BRUSH_GRADIENT_LINEAR, BRUSH_GRADIENT_PRESSURE, BRUSH_GRADIENT_RADIAL, BRUSH_GRADIENT_SPACING_CLAMP, BRUSH_GRADIENT_SPACING_REPEAT, BRUSH_INVERSE_SMOOTH_PRESSURE, BRUSH_INVERT_TO_SCRAPE_FILL, BRUSH_JITTER_PRESSURE, BRUSH_LINE, BRUSH_LOCK_ALPHA, BRUSH_LOCK_SIZE, BRUSH_MASK_DRAW, BRUSH_MASK_PRESSURE_CUTOFF, BRUSH_MASK_PRESSURE_RAMP, BRUSH_MASK_SMOOTH, BRUSH_MULTIPLANE_SCRAPE_DYNAMIC, BRUSH_MULTIPLANE_SCRAPE_PLANES_PREVIEW, BRUSH_OFFSET_PRESSURE, BRUSH_ORIGINAL_NORMAL, BRUSH_ORIGINAL_PLANE, BRUSH_OVERLAY_CURSOR, BRUSH_OVERLAY_CURSOR_OVERRIDE_ON_STROKE, BRUSH_OVERLAY_PRIMARY, BRUSH_OVERLAY_PRIMARY_OVERRIDE_ON_STROKE, BRUSH_OVERLAY_SECONDARY, BRUSH_OVERLAY_SECONDARY_OVERRIDE_ON_STROKE, BRUSH_PAINT_ANTIALIASING, BRUSH_PAINT_DENSITY_PRESSURE, BRUSH_PAINT_DENSITY_PRESSURE_INVERT, BRUSH_PAINT_FLOW_PRESSURE, BRUSH_PAINT_FLOW_PRESSURE_INVERT, BRUSH_PAINT_HARDNESS_PRESSURE, BRUSH_PAINT_HARDNESS_PRESSURE_INVERT, BRUSH_PAINT_WET_MIX_PRESSURE, BRUSH_PAINT_WET_MIX_PRESSURE_INVERT, BRUSH_PAINT_WET_PERSISTENCE_PRESSURE, BRUSH_PAINT_WET_PERSISTENCE_PRESSURE_INVERT, BRUSH_PERSISTENT, BRUSH_PLANE_TRIM, BRUSH_POSE_DEFORM_ROTATE_TWIST, BRUSH_POSE_DEFORM_SCALE_TRASLATE, BRUSH_POSE_DEFORM_SQUASH_STRETCH, BRUSH_POSE_IK_ANCHORED, BRUSH_POSE_ORIGIN_FACE_SETS, BRUSH_POSE_ORIGIN_FACE_SETS_FK, BRUSH_POSE_ORIGIN_TOPOLOGY, BRUSH_POSE_USE_LOCK_ROTATION, BRUSH_SCENE_SPACING, BRUSH_SIZE_PRESSURE, BRUSH_SLIDE_DEFORM_DRAG, BRUSH_SLIDE_DEFORM_EXPAND, BRUSH_SLIDE_DEFORM_PINCH, BRUSH_SMEAR_DEFORM_DRAG, BRUSH_SMEAR_DEFORM_EXPAND, BRUSH_SMEAR_DEFORM_PINCH, BRUSH_SMOOTH_DEFORM_LAPLACIAN, BRUSH_SMOOTH_DEFORM_SURFACE, BRUSH_SMOOTH_STROKE, BRUSH_SNAKE_HOOK_DEFORM_ELASTIC, BRUSH_SNAKE_HOOK_DEFORM_FALLOFF, BRUSH_SPACE, BRUSH_SPACE_ATTEN, BRUSH_SPACING_PRESSURE, BRUSH_USE_CONNECTED_ONLY, BRUSH_USE_GRADIENT, IMB_BLEND_ADD, IMB_BLEND_ADD_ALPHA, IMB_BLEND_COLOR, IMB_BLEND_COLORBURN, IMB_BLEND_COLORDODGE, IMB_BLEND_DARKEN, IMB_BLEND_DIFFERENCE, IMB_BLEND_ERASE_ALPHA, IMB_BLEND_EXCLUSION, IMB_BLEND_HARDLIGHT, IMB_BLEND_HUE, IMB_BLEND_LIGHTEN, IMB_BLEND_LINEARBURN, IMB_BLEND_LINEARLIGHT, IMB_BLEND_LUMINOSITY, IMB_BLEND_MIX, IMB_BLEND_MUL, IMB_BLEND_OVERLAY, IMB_BLEND_PINLIGHT, IMB_BLEND_SATURATION, IMB_BLEND_SCREEN, IMB_BLEND_SOFTLIGHT, IMB_BLEND_SUB, IMB_BLEND_VIVIDLIGHT, KERNEL_BOX, KERNEL_GAUSSIAN, M_PI_2, MAX_BRUSH_PIXEL_RADIUS, NC_SPACE, NC_TEXTURE, ND_SPACE_IMAGE, NULL, OB_MODE_EDIT, OB_MODE_PAINT_GPENCIL, OB_MODE_SCULPT, OB_MODE_TEXTURE_PAINT, OB_MODE_VERTEX_GPENCIL, OB_MODE_VERTEX_PAINT, OB_MODE_WEIGHT_PAINT, PAINT_FALLOFF_SHAPE_TUBE, PROP_ANGLE, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_COLOR_GAMMA, PROP_CONTEXT_UPDATE, prop_direction_items, PROP_DISTANCE, PROP_EDITABLE, PROP_ENUM, PROP_FACTOR, PROP_FILEPATH, PROP_FLOAT, PROP_INT, PROP_NEVER_NULL, PROP_NONE, PROP_PERCENTAGE, PROP_PIXEL, PROP_POINTER, PROP_STRING, PROP_UNSIGNED, PROP_XYZ, RNA_def_property(), RNA_def_property_array(), RNA_def_property_boolean_negative_sdna(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_enum_bitflag_sdna(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_float_default(), RNA_def_property_float_funcs(), RNA_def_property_float_sdna(), RNA_def_property_int_funcs(), RNA_def_property_int_sdna(), RNA_def_property_pointer_funcs(), RNA_def_property_pointer_sdna(), RNA_def_property_range(), RNA_def_property_string_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_icon(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_ui_icon(), RNA_def_struct_ui_text(), rna_enum_brush_curves_sculpt_tool_items, rna_enum_brush_gpencil_sculpt_types_items, rna_enum_brush_gpencil_types_items, rna_enum_brush_gpencil_vertex_types_items, rna_enum_brush_gpencil_weight_types_items, rna_enum_brush_image_tool_items, rna_enum_brush_sculpt_tool_items, rna_enum_brush_uv_sculpt_tool_items, rna_enum_brush_vertex_tool_items, rna_enum_brush_weight_tool_items, RNA_ENUM_ITEM_SEPR, SCULPT_DISP_DIR_AREA, SCULPT_DISP_DIR_VIEW, SCULPT_DISP_DIR_X, SCULPT_DISP_DIR_Y, SCULPT_DISP_DIR_Z, and sculpt_stroke_method_items.
Referenced by RNA_def_brush().
void RNA_def_brush | ( | BlenderRNA * | brna | ) |
Definition at line 3704 of file rna_brush.c.
References rna_def_brush(), rna_def_brush_capabilities(), rna_def_brush_texture_slot(), rna_def_curves_sculpt_options(), rna_def_gpencil_options(), rna_def_image_paint_capabilities(), rna_def_operator_stroke_element(), rna_def_sculpt_capabilities(), rna_def_vertex_paint_capabilities(), and rna_def_weight_paint_capabilities().
|
static |
Definition at line 1191 of file rna_brush.c.
References BRUSH_CAPABILITY, NULL, RNA_def_struct(), RNA_def_struct_nested(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by RNA_def_brush().
|
static |
Definition at line 1078 of file rna_brush.c.
References M_PI, MTEX_ANGLE_RAKE, MTEX_ANGLE_RANDOM, MTEX_MAP_MODE_RANDOM, MTEX_MAP_MODE_STENCIL, MTEX_MAP_MODE_TILED, MTEX_MAP_MODE_VIEW, NULL, PROP_ANGLE, PROP_BOOLEAN, PROP_CONTEXT_UPDATE, PROP_ENUM, PROP_FLOAT, PROP_NONE, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_float_sdna(), RNA_def_property_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), rna_enum_brush_texture_slot_map_all_mode_items, and TEXTURE_CAPABILITY.
Referenced by RNA_def_brush().
|
static |
Definition at line 1953 of file rna_brush.c.
References BRUSH_CURVES_SCULPT_DENSITY_MODE_ADD, BRUSH_CURVES_SCULPT_DENSITY_MODE_AUTO, BRUSH_CURVES_SCULPT_DENSITY_MODE_REMOVE, BRUSH_CURVES_SCULPT_FLAG_INTERPOLATE_LENGTH, BRUSH_CURVES_SCULPT_FLAG_INTERPOLATE_POINT_COUNT, BRUSH_CURVES_SCULPT_FLAG_INTERPOLATE_SHAPE, BRUSH_CURVES_SCULPT_FLAG_SCALE_UNIFORM, INT32_MAX, NULL, PROP_BOOLEAN, PROP_DISTANCE, PROP_ENUM, PROP_FLOAT, PROP_INT, PROP_NONE, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_enum_items(), RNA_def_property_range(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by RNA_def_brush().
|
static |
Definition at line 1288 of file rna_brush.c.
References GP_BRUSH_DEFAULT_ERASER, GP_BRUSH_DISSABLE_LASSO, GP_BRUSH_FILL_FIT_DISABLE, GP_BRUSH_FILL_HIDE, GP_BRUSH_FILL_SHOW_EXTENDLINES, GP_BRUSH_FILL_SHOW_HELPLINES, GP_BRUSH_GROUP_RANDOM, GP_BRUSH_GROUP_SETTINGS, GP_BRUSH_MATERIAL_PINNED, GP_BRUSH_OCCLUDE_ERASER, GP_BRUSH_STABILIZE_MOUSE, GP_BRUSH_TRIM_STROKE, GP_BRUSH_USE_HUE_AT_STROKE, GP_BRUSH_USE_HUE_RAND_PRESS, GP_BRUSH_USE_JITTER_PRESSURE, GP_BRUSH_USE_PRESS_AT_STROKE, GP_BRUSH_USE_PRESSURE, GP_BRUSH_USE_PRESSURE_RAND_PRESS, GP_BRUSH_USE_SAT_AT_STROKE, GP_BRUSH_USE_SAT_RAND_PRESS, GP_BRUSH_USE_STRENGTH_AT_STROKE, GP_BRUSH_USE_STRENGTH_PRESSURE, GP_BRUSH_USE_STRENGTH_RAND_PRESS, GP_BRUSH_USE_UV_AT_STROKE, GP_BRUSH_USE_UV_RAND_PRESS, GP_BRUSH_USE_VAL_AT_STROKE, GP_BRUSH_USE_VAL_RAND_PRESS, GP_MAX_INPUT_SAMPLES, GP_SCULPT_FLAGMODE_APPLY_POSITION, GP_SCULPT_FLAGMODE_APPLY_STRENGTH, GP_SCULPT_FLAGMODE_APPLY_THICKNESS, GP_SCULPT_FLAGMODE_APPLY_UV, GP_SCULPT_FLAGMODE_AUTOMASK_LAYER, GP_SCULPT_FLAGMODE_AUTOMASK_MATERIAL, GP_SCULPT_FLAGMODE_AUTOMASK_STROKE, GP_STROKE_CAP_FLAT, GP_STROKE_CAP_ROUND, GPENCIL_MAX_FILL_FAC, GPENCIL_MIN_FILL_FAC, GPPAINT_MODE_BOTH, GPPAINT_MODE_FILL, GPPAINT_MODE_STROKE, M_PI_2, NC_GPENCIL, NC_SCENE, ND_DATA, ND_TOOLSETTINGS, NULL, PROP_ANGLE, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_CONTEXT_UPDATE, prop_direction_items, PROP_EDITABLE, PROP_ENUM, PROP_FACTOR, PROP_FLOAT, PROP_ID_SELF_CHECK, PROP_INT, PROP_NONE, PROP_PERCENTAGE, PROP_PIXEL, PROP_POINTER, PROP_XYZ, RNA_def_parameter_clear_flags(), RNA_def_property(), RNA_def_property_array(), RNA_def_property_boolean_default(), RNA_def_property_boolean_funcs(), RNA_def_property_boolean_negative_sdna(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_enum_bitflag_sdna(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_float_default(), RNA_def_property_float_sdna(), RNA_def_property_int_default(), RNA_def_property_int_sdna(), RNA_def_property_pointer_funcs(), RNA_def_property_pointer_sdna(), RNA_def_property_range(), RNA_def_property_struct_type(), RNA_def_property_ui_icon(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_path_func(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), rna_enum_gpencil_brush_eraser_modes_items, rna_enum_gpencil_brush_modes_items, rna_enum_gpencil_brush_paint_icons_items, rna_enum_gpencil_brush_sculpt_icons_items, rna_enum_gpencil_brush_vertex_icons_items, rna_enum_gpencil_brush_weight_icons_items, rna_enum_gpencil_fill_direction_items, rna_enum_gpencil_fill_draw_modes_items, and rna_enum_gpencil_fill_layers_modes_items.
Referenced by RNA_def_brush().
|
static |
Definition at line 1216 of file rna_brush.c.
References IMAPAINT_TOOL_CAPABILITY, NULL, RNA_def_struct(), RNA_def_struct_nested(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by RNA_def_brush().
|
static |
A brush stroke is a list of changes to the brush that can occur during a stroke
Definition at line 3640 of file rna_brush.c.
References PROP_BOOLEAN, PROP_FACTOR, PROP_FLOAT, PROP_IDPROPERTY, PROP_NONE, PROP_UNSIGNED, PROP_XYZ, RNA_def_property(), RNA_def_property_array(), RNA_def_property_flag(), RNA_def_property_range(), RNA_def_property_ui_text(), RNA_def_struct(), and RNA_def_struct_ui_text().
Referenced by RNA_def_brush().
|
static |
Definition at line 1147 of file rna_brush.c.
References NULL, RNA_def_struct(), RNA_def_struct_nested(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), and SCULPT_TOOL_CAPABILITY.
Referenced by RNA_def_brush().
|
static |
Definition at line 1242 of file rna_brush.c.
References NULL, RNA_def_struct(), RNA_def_struct_nested(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), and VPAINT_TOOL_CAPABILITY.
Referenced by RNA_def_brush().
|
static |
Definition at line 1265 of file rna_brush.c.
References NULL, RNA_def_struct(), RNA_def_struct_nested(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), and WPAINT_TOOL_CAPABILITY.
Referenced by RNA_def_brush().
|
static |
Definition at line 28 of file rna_brush.c.
Referenced by rna_def_brush(), and rna_def_gpencil_options().
const EnumPropertyItem rna_enum_brush_curves_sculpt_tool_items[] |
Definition at line 247 of file rna_brush.c.
Referenced by BKE_paint_get_tool_enum_from_paintmode(), and rna_def_brush().
const EnumPropertyItem rna_enum_brush_gpencil_sculpt_types_items[] |
Definition at line 193 of file rna_brush.c.
Referenced by BKE_paint_get_tool_enum_from_paintmode(), and rna_def_brush().
const EnumPropertyItem rna_enum_brush_gpencil_types_items[] |
Definition at line 164 of file rna_brush.c.
Referenced by BKE_paint_get_tool_enum_from_paintmode(), and rna_def_brush().
const EnumPropertyItem rna_enum_brush_gpencil_vertex_types_items[] |
Definition at line 184 of file rna_brush.c.
Referenced by BKE_paint_get_tool_enum_from_paintmode(), and rna_def_brush().
const EnumPropertyItem rna_enum_brush_gpencil_weight_types_items[] |
Definition at line 237 of file rna_brush.c.
Referenced by BKE_paint_get_tool_enum_from_paintmode(), and rna_def_brush().
const EnumPropertyItem rna_enum_brush_image_tool_items[] |
Definition at line 154 of file rna_brush.c.
Referenced by BKE_paint_get_tool_enum_from_paintmode(), and rna_def_brush().
const EnumPropertyItem rna_enum_brush_sculpt_tool_items[] |
Definition at line 91 of file rna_brush.c.
Referenced by BKE_paint_get_tool_enum_from_paintmode(), and rna_def_brush().
|
static |
Definition at line 69 of file rna_brush.c.
Referenced by rna_def_brush_texture_slot().
const EnumPropertyItem rna_enum_brush_uv_sculpt_tool_items[] |
Definition at line 131 of file rna_brush.c.
Referenced by BKE_paint_get_tool_enum_from_paintmode(), and rna_def_brush().
const EnumPropertyItem rna_enum_brush_vertex_tool_items[] |
Definition at line 138 of file rna_brush.c.
Referenced by BKE_paint_get_tool_enum_from_paintmode(), and rna_def_brush().
const EnumPropertyItem rna_enum_brush_weight_tool_items[] |
Definition at line 146 of file rna_brush.c.
Referenced by BKE_paint_get_tool_enum_from_paintmode(), and rna_def_brush().
|
static |
Definition at line 264 of file rna_brush.c.
Referenced by rna_def_gpencil_options().
|
static |
Definition at line 300 of file rna_brush.c.
Referenced by rna_def_gpencil_options().
|
static |
Definition at line 306 of file rna_brush.c.
Referenced by rna_def_gpencil_options().
|
static |
Definition at line 322 of file rna_brush.c.
Referenced by rna_def_gpencil_options().
|
static |
Definition at line 339 of file rna_brush.c.
Referenced by rna_def_gpencil_options().
|
static |
Definition at line 335 of file rna_brush.c.
Referenced by rna_def_gpencil_options().
|
static |
Definition at line 294 of file rna_brush.c.
Referenced by rna_def_gpencil_options().
|
static |
Definition at line 275 of file rna_brush.c.
Referenced by rna_def_gpencil_options().
|
static |
Definition at line 285 of file rna_brush.c.
Referenced by rna_def_gpencil_options().
|
static |
Definition at line 46 of file rna_brush.c.
Referenced by rna_def_brush().