|
Blender
V2.93
|
#include <float.h>#include <limits.h>#include <stdlib.h>#include "DNA_armature_types.h"#include "DNA_brush_types.h"#include "DNA_cachefile_types.h"#include "DNA_gpencil_modifier_types.h"#include "DNA_mesh_types.h"#include "DNA_object_force_types.h"#include "DNA_object_types.h"#include "DNA_scene_types.h"#include "MEM_guardedalloc.h"#include "BLI_math.h"#include "BLI_rand.h"#include "BLT_translation.h"#include "BKE_animsys.h"#include "BKE_data_transfer.h"#include "BKE_dynamicpaint.h"#include "BKE_effect.h"#include "BKE_fluid.h"#include "BKE_mesh_mapping.h"#include "BKE_mesh_remap.h"#include "BKE_multires.h"#include "RNA_access.h"#include "RNA_define.h"#include "RNA_enum_types.h"#include "rna_internal.h"#include "WM_api.h"#include "WM_types.h"Go to the source code of this file.
Variables | |
| const EnumPropertyItem | rna_enum_object_greasepencil_modifier_type_items [] |
| static const EnumPropertyItem | modifier_modify_color_items [] |
| static const EnumPropertyItem | modifier_modify_opacity_items [] |
| static const EnumPropertyItem | modifier_gphook_falloff_items [] |
| static const EnumPropertyItem | rna_enum_time_mode_items [] |
| static const EnumPropertyItem | gpencil_subdivision_type_items [] |
| static const EnumPropertyItem | gpencil_tint_type_items [] |
| void RNA_def_greasepencil_modifier | ( | BlenderRNA * | brna | ) |
Definition at line 2810 of file rna_gpencil_modifier.c.
References eGpencilModifierMode_Editmode, eGpencilModifierMode_Realtime, eGpencilModifierMode_Render, NA_RENAME, NC_OBJECT, ND_MODIFIER, NULL, PROP_BOOLEAN, PROP_EDITABLE, PROP_ENUM, PROP_LIB_EXCEPTION, PROP_NO_DEG_UPDATE, PROP_NONE, PROP_STRING, PROPOVERRIDE_OVERRIDABLE_LIBRARY, rna_def_modifier_gpencilarmature(), rna_def_modifier_gpencilarray(), rna_def_modifier_gpencilbuild(), rna_def_modifier_gpencilcolor(), rna_def_modifier_gpencilhook(), rna_def_modifier_gpencillattice(), rna_def_modifier_gpencillineart(), rna_def_modifier_gpencilmirror(), rna_def_modifier_gpencilmultiply(), rna_def_modifier_gpencilnoise(), rna_def_modifier_gpenciloffset(), rna_def_modifier_gpencilopacity(), rna_def_modifier_gpencilsimplify(), rna_def_modifier_gpencilsmooth(), rna_def_modifier_gpencilsubdiv(), rna_def_modifier_gpenciltexture(), rna_def_modifier_gpencilthick(), rna_def_modifier_gpenciltime(), rna_def_modifier_gpenciltint(), RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_override_flag(), RNA_def_property_string_funcs(), RNA_def_property_ui_icon(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_name_property(), RNA_def_struct_path_func(), RNA_def_struct_refine_func(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), and rna_enum_object_greasepencil_modifier_type_items.
|
static |
Definition at line 2285 of file rna_gpencil_modifier.c.
References ARM_DEF_ENVELOPE, ARM_DEF_INVERT_VGROUP, ARM_DEF_QUATERNION, ARM_DEF_VGROUP, NULL, PROP_BOOLEAN, PROP_EDITABLE, PROP_ID_SELF_CHECK, PROP_NONE, PROP_POINTER, PROP_STRING, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_flag(), RNA_def_property_override_flag(), RNA_def_property_pointer_funcs(), RNA_def_property_string_funcs(), RNA_def_property_string_sdna(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), and RNA_def_struct_ui_text().
Referenced by RNA_def_greasepencil_modifier().
|
static |
Definition at line 1682 of file rna_gpencil_modifier.c.
References GP_ARRAY_INVERT_LAYER, GP_ARRAY_INVERT_LAYERPASS, GP_ARRAY_INVERT_MATERIAL, GP_ARRAY_INVERT_PASS, GP_ARRAY_UNIFORM_RANDOM_SCALE, GP_ARRAY_USE_OB_OFFSET, GP_ARRAY_USE_OFFSET, GP_ARRAY_USE_RELATIVE, NULL, PROP_BOOLEAN, PROP_EDITABLE, PROP_EULER, PROP_FLOAT, PROP_ID_SELF_CHECK, PROP_INT, PROP_NONE, PROP_POINTER, PROP_STRING, PROP_TRANSLATION, PROP_UNSIGNED, PROP_XYZ, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_flag(), RNA_def_property_float_sdna(), RNA_def_property_int_sdna(), RNA_def_property_override_flag(), RNA_def_property_pointer_funcs(), RNA_def_property_pointer_sdna(), RNA_def_property_range(), RNA_def_property_string_sdna(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), RNA_def_struct_ui_text(), and RNA_TRANSLATION_PREC_DEFAULT.
Referenced by RNA_def_greasepencil_modifier().
|
static |
Definition at line 1826 of file rna_gpencil_modifier.c.
References GP_BUILD_INVERT_LAYER, GP_BUILD_INVERT_LAYERPASS, GP_BUILD_MODE_CONCURRENT, GP_BUILD_MODE_SEQUENTIAL, GP_BUILD_PERCENTAGE, GP_BUILD_RESTRICT_TIME, GP_BUILD_TIMEALIGN_END, GP_BUILD_TIMEALIGN_START, GP_BUILD_TRANSITION_FADE, GP_BUILD_TRANSITION_GROW, GP_BUILD_TRANSITION_SHRINK, MAXFRAMEF, MINAFRAMEF, NULL, PROP_BOOLEAN, PROP_ENUM, PROP_FACTOR, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_STRING, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_float_sdna(), RNA_def_property_int_sdna(), RNA_def_property_range(), RNA_def_property_string_sdna(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), and RNA_def_struct_ui_text().
Referenced by RNA_def_greasepencil_modifier().
|
static |
Definition at line 1480 of file rna_gpencil_modifier.c.
References GP_COLOR_CUSTOM_CURVE, GP_COLOR_INVERT_LAYER, GP_COLOR_INVERT_LAYERPASS, GP_COLOR_INVERT_MATERIAL, GP_COLOR_INVERT_PASS, modifier_modify_color_items, NULL, PROP_BOOLEAN, PROP_EDITABLE, PROP_ENUM, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_POINTER, PROP_STRING, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_enum_items(), RNA_def_property_flag(), RNA_def_property_float_sdna(), RNA_def_property_int_sdna(), RNA_def_property_override_flag(), RNA_def_property_pointer_funcs(), RNA_def_property_pointer_sdna(), RNA_def_property_range(), RNA_def_property_string_sdna(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), and RNA_def_struct_ui_text().
Referenced by RNA_def_greasepencil_modifier().
|
static |
Definition at line 2156 of file rna_gpencil_modifier.c.
References BLT_I18NCONTEXT_ID_CURVE, GP_HOOK_INVERT_LAYER, GP_HOOK_INVERT_LAYERPASS, GP_HOOK_INVERT_MATERIAL, GP_HOOK_INVERT_PASS, GP_HOOK_INVERT_VGROUP, GP_HOOK_UNIFORM_SPACE, modifier_gphook_falloff_items, NC_OBJECT, ND_TRANSFORM, NULL, PROP_BOOLEAN, PROP_DISTANCE, PROP_EDITABLE, PROP_ENUM, PROP_FLOAT, PROP_ID_SELF_CHECK, PROP_INT, PROP_MATRIX, PROP_NONE, PROP_POINTER, PROP_STRING, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_enum_items(), RNA_def_property_flag(), RNA_def_property_float_sdna(), RNA_def_property_int_sdna(), RNA_def_property_multi_array(), RNA_def_property_override_flag(), RNA_def_property_pointer_funcs(), RNA_def_property_pointer_sdna(), RNA_def_property_range(), RNA_def_property_string_funcs(), RNA_def_property_string_sdna(), RNA_def_property_translation_context(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), RNA_def_struct_ui_text(), and rna_matrix_dimsize_4x4.
Referenced by RNA_def_greasepencil_modifier().
|
static |
Definition at line 1985 of file rna_gpencil_modifier.c.
References GP_LATTICE_INVERT_LAYER, GP_LATTICE_INVERT_LAYERPASS, GP_LATTICE_INVERT_MATERIAL, GP_LATTICE_INVERT_PASS, GP_LATTICE_INVERT_VGROUP, NULL, PROP_BOOLEAN, PROP_EDITABLE, PROP_FLOAT, PROP_ID_SELF_CHECK, PROP_INT, PROP_NONE, PROP_POINTER, PROP_STRING, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_flag(), RNA_def_property_int_sdna(), RNA_def_property_override_flag(), RNA_def_property_pointer_funcs(), RNA_def_property_range(), RNA_def_property_string_funcs(), RNA_def_property_string_sdna(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), and RNA_def_struct_ui_text().
Referenced by RNA_def_greasepencil_modifier().
|
static |
Definition at line 2581 of file rna_gpencil_modifier.c.
References DEG2RAD, LRT_ALLOW_CLIPPING_BOUNDARIES, LRT_ALLOW_DUPLI_OBJECTS, LRT_ALLOW_OVERLAPPING_EDGES, LRT_EDGE_FLAG_CONTOUR, LRT_EDGE_FLAG_CREASE, LRT_EDGE_FLAG_EDGE_MARK, LRT_EDGE_FLAG_INTERSECTION, LRT_EDGE_FLAG_MATERIAL, LRT_EVERYTHING_AS_CONTOUR, LRT_GPENCIL_INVERT_SOURCE_VGROUP, LRT_GPENCIL_IS_BAKED, LRT_GPENCIL_MATCH_OUTPUT_VGROUP, LRT_GPENCIL_TRANSPARENCY_ENABLE, LRT_GPENCIL_TRANSPARENCY_MATCH, LRT_INTERSECTION_AS_CONTOUR, LRT_REMOVE_DOUBLES, LRT_SOURCE_COLLECTION, LRT_SOURCE_OBJECT, LRT_SOURCE_SCENE, NC_SCENE, NULL, PROP_ANGLE, PROP_BOOLEAN, PROP_DISTANCE, PROP_EDITABLE, PROP_ENUM, PROP_FACTOR, PROP_FLOAT, PROP_ID_SELF_CHECK, PROP_INT, PROP_NONE, PROP_POINTER, PROP_STRING, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RNA_def_property(), RNA_def_property_array(), RNA_def_property_boolean_sdna(), RNA_def_property_enum_items(), RNA_def_property_flag(), RNA_def_property_float_sdna(), RNA_def_property_override_flag(), RNA_def_property_pointer_funcs(), RNA_def_property_range(), RNA_def_property_string_funcs(), RNA_def_property_string_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), and RNA_def_struct_ui_text().
Referenced by RNA_def_greasepencil_modifier().
|
static |
Definition at line 2070 of file rna_gpencil_modifier.c.
References GP_MIRROR_AXIS_X, GP_MIRROR_AXIS_Y, GP_MIRROR_AXIS_Z, GP_MIRROR_CLIPPING, GP_MIRROR_INVERT_LAYER, GP_MIRROR_INVERT_LAYERPASS, GP_MIRROR_INVERT_MATERIAL, GP_MIRROR_INVERT_PASS, NULL, PROP_BOOLEAN, PROP_EDITABLE, PROP_ID_SELF_CHECK, PROP_INT, PROP_NONE, PROP_POINTER, PROP_STRING, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_flag(), RNA_def_property_int_sdna(), RNA_def_property_override_flag(), RNA_def_property_pointer_funcs(), RNA_def_property_range(), RNA_def_property_string_sdna(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), and RNA_def_struct_ui_text().
Referenced by RNA_def_greasepencil_modifier().
|
static |
Definition at line 2335 of file rna_gpencil_modifier.c.
References GP_MIRROR_INVERT_LAYER, GP_MIRROR_INVERT_LAYERPASS, GP_MIRROR_INVERT_MATERIAL, GP_MIRROR_INVERT_PASS, GP_MULTIPLY_ENABLE_FADING, NULL, PROP_BOOLEAN, PROP_DISTANCE, PROP_EDITABLE, PROP_FACTOR, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_POINTER, PROP_STRING, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_flag(), RNA_def_property_int_sdna(), RNA_def_property_override_flag(), RNA_def_property_pointer_funcs(), RNA_def_property_range(), RNA_def_property_string_sdna(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), and RNA_def_struct_ui_text().
Referenced by RNA_def_greasepencil_modifier().
|
static |
Definition at line 629 of file rna_gpencil_modifier.c.
References GP_NOISE_CUSTOM_CURVE, GP_NOISE_INVERT_LAYER, GP_NOISE_INVERT_LAYERPASS, GP_NOISE_INVERT_MATERIAL, GP_NOISE_INVERT_PASS, GP_NOISE_INVERT_VGROUP, GP_NOISE_USE_RANDOM, NULL, PROP_BOOLEAN, PROP_EDITABLE, PROP_FACTOR, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_POINTER, PROP_STRING, PROP_UNSIGNED, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_flag(), RNA_def_property_float_sdna(), RNA_def_property_int_sdna(), RNA_def_property_override_flag(), RNA_def_property_pointer_funcs(), RNA_def_property_pointer_sdna(), RNA_def_property_range(), RNA_def_property_string_funcs(), RNA_def_property_string_sdna(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), and RNA_def_struct_ui_text().
Referenced by RNA_def_greasepencil_modifier().
|
static |
Definition at line 1173 of file rna_gpencil_modifier.c.
References GP_OFFSET_INVERT_LAYER, GP_OFFSET_INVERT_LAYERPASS, GP_OFFSET_INVERT_MATERIAL, GP_OFFSET_INVERT_PASS, GP_OFFSET_INVERT_VGROUP, NULL, PROP_BOOLEAN, PROP_EDITABLE, PROP_EULER, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_POINTER, PROP_STRING, PROP_TRANSLATION, PROP_XYZ, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_flag(), RNA_def_property_float_sdna(), RNA_def_property_int_sdna(), RNA_def_property_override_flag(), RNA_def_property_pointer_funcs(), RNA_def_property_range(), RNA_def_property_string_funcs(), RNA_def_property_string_sdna(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), RNA_def_struct_ui_text(), and RNA_TRANSLATION_PREC_DEFAULT.
Referenced by RNA_def_greasepencil_modifier().
|
static |
Definition at line 1576 of file rna_gpencil_modifier.c.
References GP_OPACITY_CUSTOM_CURVE, GP_OPACITY_INVERT_LAYER, GP_OPACITY_INVERT_LAYERPASS, GP_OPACITY_INVERT_MATERIAL, GP_OPACITY_INVERT_PASS, GP_OPACITY_INVERT_VGROUP, GP_OPACITY_NORMALIZE, modifier_modify_opacity_items, NULL, PROP_BOOLEAN, PROP_EDITABLE, PROP_ENUM, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_POINTER, PROP_STRING, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_enum_items(), RNA_def_property_flag(), RNA_def_property_float_funcs(), RNA_def_property_float_sdna(), RNA_def_property_int_sdna(), RNA_def_property_override_flag(), RNA_def_property_pointer_funcs(), RNA_def_property_pointer_sdna(), RNA_def_property_range(), RNA_def_property_string_funcs(), RNA_def_property_string_sdna(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), and RNA_def_struct_ui_text().
Referenced by RNA_def_greasepencil_modifier().
|
static |
Definition at line 956 of file rna_gpencil_modifier.c.
References GP_SIMPLIFY_ADAPTIVE, GP_SIMPLIFY_FIXED, GP_SIMPLIFY_INVERT_LAYER, GP_SIMPLIFY_INVERT_LAYERPASS, GP_SIMPLIFY_INVERT_MATERIAL, GP_SIMPLIFY_INVERT_PASS, GP_SIMPLIFY_MERGE, GP_SIMPLIFY_SAMPLE, NULL, PROP_BOOLEAN, PROP_DISTANCE, PROP_EDITABLE, PROP_ENUM, PROP_FACTOR, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_POINTER, PROP_STRING, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_enum_items(), RNA_def_property_flag(), RNA_def_property_float_sdna(), RNA_def_property_int_sdna(), RNA_def_property_override_flag(), RNA_def_property_pointer_funcs(), RNA_def_property_range(), RNA_def_property_string_sdna(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), and RNA_def_struct_ui_text().
Referenced by RNA_def_greasepencil_modifier().
|
static |
Definition at line 767 of file rna_gpencil_modifier.c.
References GP_SMOOTH_CUSTOM_CURVE, GP_SMOOTH_INVERT_LAYER, GP_SMOOTH_INVERT_LAYERPASS, GP_SMOOTH_INVERT_MATERIAL, GP_SMOOTH_INVERT_PASS, GP_SMOOTH_INVERT_VGROUP, GP_SMOOTH_MOD_LOCATION, GP_SMOOTH_MOD_STRENGTH, GP_SMOOTH_MOD_THICKNESS, GP_SMOOTH_MOD_UV, NULL, PROP_BOOLEAN, PROP_EDITABLE, PROP_FACTOR, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_POINTER, PROP_STRING, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_flag(), RNA_def_property_float_sdna(), RNA_def_property_int_sdna(), RNA_def_property_override_flag(), RNA_def_property_pointer_funcs(), RNA_def_property_pointer_sdna(), RNA_def_property_range(), RNA_def_property_string_funcs(), RNA_def_property_string_sdna(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), and RNA_def_struct_ui_text().
Referenced by RNA_def_greasepencil_modifier().
|
static |
Definition at line 885 of file rna_gpencil_modifier.c.
References GP_SUBDIV_INVERT_LAYER, GP_SUBDIV_INVERT_LAYERPASS, GP_SUBDIV_INVERT_MATERIAL, GP_SUBDIV_INVERT_PASS, gpencil_subdivision_type_items, NULL, PROP_BOOLEAN, PROP_EDITABLE, PROP_ENUM, PROP_INT, PROP_NONE, PROP_POINTER, PROP_STRING, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_int_sdna(), RNA_def_property_override_flag(), RNA_def_property_pointer_funcs(), RNA_def_property_range(), RNA_def_property_string_sdna(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), and RNA_def_struct_ui_text().
Referenced by RNA_def_greasepencil_modifier().
|
static |
Definition at line 2432 of file rna_gpencil_modifier.c.
References DEG2RADF, FILL, GP_TEX_CONSTANT_LENGTH, GP_TEX_FIT_STROKE, GP_TEX_INVERT_LAYER, GP_TEX_INVERT_LAYERPASS, GP_TEX_INVERT_MATERIAL, GP_TEX_INVERT_PASS, GP_TEX_INVERT_VGROUP, mode_items, NULL, PROP_ANGLE, PROP_BOOLEAN, PROP_COORDS, PROP_EDITABLE, PROP_ENUM, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_POINTER, PROP_STRING, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RNA_def_property(), RNA_def_property_array(), RNA_def_property_boolean_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_sdna(), RNA_def_property_override_flag(), RNA_def_property_pointer_funcs(), RNA_def_property_range(), RNA_def_property_string_funcs(), RNA_def_property_string_sdna(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), RNA_def_struct_ui_text(), STROKE, and STROKE_AND_FILL.
Referenced by RNA_def_greasepencil_modifier().
|
static |
Definition at line 1074 of file rna_gpencil_modifier.c.
References GP_THICK_CUSTOM_CURVE, GP_THICK_INVERT_LAYER, GP_THICK_INVERT_LAYERPASS, GP_THICK_INVERT_MATERIAL, GP_THICK_INVERT_PASS, GP_THICK_INVERT_VGROUP, GP_THICK_NORMALIZE, NULL, PROP_BOOLEAN, PROP_EDITABLE, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_POINTER, PROP_STRING, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_flag(), RNA_def_property_float_sdna(), RNA_def_property_int_sdna(), RNA_def_property_override_flag(), RNA_def_property_pointer_funcs(), RNA_def_property_pointer_sdna(), RNA_def_property_range(), RNA_def_property_string_funcs(), RNA_def_property_string_sdna(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), and RNA_def_struct_ui_text().
Referenced by RNA_def_greasepencil_modifier().
|
static |
Definition at line 1401 of file rna_gpencil_modifier.c.
References GP_TIME_CUSTOM_RANGE, GP_TIME_INVERT_LAYER, GP_TIME_INVERT_LAYERPASS, GP_TIME_KEEP_LOOP, MAXFRAME, MINFRAME, NULL, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_ENUM, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_STRING, PROP_TIME, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_float_sdna(), RNA_def_property_int_funcs(), RNA_def_property_int_sdna(), RNA_def_property_range(), RNA_def_property_string_sdna(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), RNA_def_struct_ui_text(), and rna_enum_time_mode_items.
Referenced by RNA_def_greasepencil_modifier().
|
static |
Definition at line 1261 of file rna_gpencil_modifier.c.
References GP_TINT_CUSTOM_CURVE, GP_TINT_INVERT_LAYER, GP_TINT_INVERT_LAYERPASS, GP_TINT_INVERT_MATERIAL, GP_TINT_INVERT_PASS, GP_TINT_INVERT_VGROUP, gpencil_tint_type_items, GPPAINT_MODE_BOTH, GPPAINT_MODE_FILL, GPPAINT_MODE_STROKE, NULL, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_COLOR, PROP_DISTANCE, PROP_EDITABLE, PROP_ENUM, PROP_FLOAT, PROP_ID_SELF_CHECK, PROP_INT, PROP_NONE, PROP_POINTER, PROP_STRING, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RNA_def_property(), RNA_def_property_array(), 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_sdna(), RNA_def_property_int_sdna(), RNA_def_property_override_flag(), RNA_def_property_pointer_funcs(), RNA_def_property_pointer_sdna(), RNA_def_property_range(), RNA_def_property_string_funcs(), RNA_def_property_string_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), and RNA_def_struct_ui_text().
Referenced by RNA_def_greasepencil_modifier().
|
static |
Definition at line 181 of file rna_gpencil_modifier.c.
Referenced by rna_def_modifier_gpencilsubdiv().
|
static |
Definition at line 186 of file rna_gpencil_modifier.c.
Referenced by rna_def_modifier_gpenciltint().
|
static |
Definition at line 161 of file rna_gpencil_modifier.c.
Referenced by rna_def_modifier_gpencilhook().
|
static |
Definition at line 146 of file rna_gpencil_modifier.c.
Referenced by rna_def_modifier_gpencilcolor().
|
static |
Definition at line 153 of file rna_gpencil_modifier.c.
Referenced by rna_def_modifier_gpencilopacity().
| const EnumPropertyItem rna_enum_object_greasepencil_modifier_type_items[] |
Definition at line 59 of file rna_gpencil_modifier.c.
Referenced by gpencil_modifier_add_itemf(), RNA_def_greasepencil_modifier(), and rna_def_object_grease_pencil_modifiers().
|
static |
Definition at line 174 of file rna_gpencil_modifier.c.
Referenced by rna_def_modifier_gpenciltime().