Blender
V3.3
|
#include <stdlib.h>
#include "MEM_guardedalloc.h"
#include "DNA_material_types.h"
#include "DNA_mesh_types.h"
#include "DNA_meshdata_types.h"
#include "DNA_object_types.h"
#include "BLI_math_base.h"
#include "BLI_math_rotation.h"
#include "BLI_utildefines.h"
#include "BKE_attribute.h"
#include "BKE_editmesh.h"
#include "RNA_access.h"
#include "RNA_define.h"
#include "RNA_enum_types.h"
#include "RNA_types.h"
#include "rna_internal.h"
#include "WM_types.h"
Go to the source code of this file.
Macros | |
#define | MESH_FLOAT_PROPERTY_LAYER(elemname) |
#define | MESH_INT_PROPERTY_LAYER(elemname) |
#define | MESH_STRING_PROPERTY_LAYER(elemname) |
Variables | |
const EnumPropertyItem | rna_enum_mesh_delimit_mode_items [] |
static const EnumPropertyItem | rna_enum_mesh_remesh_mode_items [] |
#define MESH_FLOAT_PROPERTY_LAYER | ( | elemname | ) |
#define MESH_INT_PROPERTY_LAYER | ( | elemname | ) |
#define MESH_STRING_PROPERTY_LAYER | ( | elemname | ) |
|
static |
Definition at line 3078 of file rna_mesh.c.
References NULL, PROP_COLLECTION, PROP_INT, PROP_NONE, PROP_STRING, RNA_def_property(), RNA_def_property_collection_funcs(), RNA_def_property_int_sdna(), RNA_def_property_string_funcs(), RNA_def_property_struct_type(), 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_sdna(), and RNA_def_struct_ui_text().
Referenced by RNA_def_mesh().
|
static |
Definition at line 3119 of file rna_mesh.c.
References FUNC_USE_REPORTS, NULL, PARM_REQUIRED, PARM_RNAPTR, PROP_NEVER_NULL, PROP_NONE, PROP_POINTER, PROP_THICK_WRAP, RNA_def_function(), RNA_def_function_flag(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_pointer_funcs(), RNA_def_property_srna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_string(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_mesh().
|
static |
Definition at line 2662 of file rna_mesh.c.
References FUNC_USE_REPORTS, NULL, PARM_REQUIRED, PARM_RNAPTR, PROP_EDITABLE, PROP_INT, PROP_NEVER_NULL, PROP_NEVER_UNLINK, PROP_NONE, PROP_POINTER, PROP_THICK_WRAP, PROP_UNSIGNED, RNA_def_boolean(), RNA_def_function(), RNA_def_function_flag(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_flag(), RNA_def_property_int_funcs(), RNA_def_property_pointer_funcs(), RNA_def_property_srna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_string(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_mesh().
|
static |
Definition at line 1878 of file rna_mesh.c.
References ME_HIDE, ME_LOOSEEDGE, ME_SEAM, ME_SHARP, NULL, PROP_BOOLEAN, PROP_EDITABLE, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_UNSIGNED, RNA_def_property(), RNA_def_property_array(), RNA_def_property_boolean_funcs(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_float_funcs(), RNA_def_property_int_funcs(), RNA_def_property_int_sdna(), 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_icon(), RNA_def_struct_ui_text(), and SELECT.
Referenced by RNA_def_mesh().
|
static |
Definition at line 3156 of file rna_mesh.c.
References DEG2RADF, ME_AUTOSMOOTH, ME_AUTOSPACE, ME_CDFLAG_EDGE_BWEIGHT, ME_CDFLAG_EDGE_CREASE, ME_CDFLAG_VERT_BWEIGHT, ME_CDFLAG_VERT_CREASE, ME_EDIT_MIRROR_TOPO, ME_EDIT_MIRROR_VERTEX_GROUPS, ME_EDIT_PAINT_FACE_SEL, ME_EDIT_PAINT_VERT_SEL, ME_REMESH_FIX_POLES, ME_REMESH_REPROJECT_PAINT_MASK, ME_REMESH_REPROJECT_SCULPT_FACE_SETS, ME_REMESH_REPROJECT_VERTEX_COLORS, ME_REMESH_REPROJECT_VOLUME, ME_SYMMETRY_X, ME_SYMMETRY_Y, ME_SYMMETRY_Z, NC_SPACE, ND_SPACE_VIEW3D, NULL, PROP_ANGLE, PROP_BOOLEAN, PROP_COLLECTION, PROP_DISTANCE, PROP_EDITABLE, PROP_ENUM, PROP_FLOAT, PROP_ID_SELF_CHECK, PROP_INT, PROP_NONE, PROP_POINTER, PROP_PTR_NO_OWNERSHIP, PROP_TRANSLATION, PROP_UNSIGNED, PROPOVERRIDE_IGNORE, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RNA_api_mesh(), rna_def_animdata_common(), rna_def_attributes_common(), rna_def_face_maps(), rna_def_loop_colors(), rna_def_mesh_edges(), rna_def_mesh_loops(), rna_def_mesh_looptris(), rna_def_mesh_polygons(), rna_def_mesh_vertices(), rna_def_normal_layer_value(), rna_def_paint_mask(), rna_def_polygon_float_layers(), rna_def_polygon_int_layers(), rna_def_polygon_string_layers(), RNA_def_property(), RNA_def_property_array(), RNA_def_property_boolean_funcs(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_collection_funcs(), RNA_def_property_collection_sdna(), RNA_def_property_editable_func(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_float_funcs(), RNA_def_property_float_sdna(), RNA_def_property_int_funcs(), RNA_def_property_override_flag(), 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_skin_vertices(), RNA_def_struct(), RNA_def_struct_ui_icon(), RNA_def_struct_ui_text(), rna_def_texmat_common(), rna_def_uv_layers(), rna_def_vert_colors(), rna_def_vertex_creases(), rna_def_vertex_float_layers(), rna_def_vertex_int_layers(), rna_def_vertex_string_layers(), RNA_define_verify_sdna(), and rna_enum_mesh_remesh_mode_items.
Referenced by RNA_def_mesh().
void RNA_def_mesh | ( | BlenderRNA * | brna | ) |
Definition at line 3715 of file rna_mesh.c.
References rna_def_face_map(), rna_def_medge(), rna_def_mesh(), rna_def_mloop(), rna_def_mloopcol(), rna_def_mlooptri(), rna_def_mloopuv(), rna_def_mpolygon(), rna_def_MPropCol(), rna_def_mproperties(), rna_def_mvert(), and rna_def_mvert_group().
|
static |
Definition at line 2565 of file rna_mesh.c.
References FUNC_USE_REPORTS, NULL, PARM_REQUIRED, RNA_def_function(), RNA_def_function_flag(), RNA_def_int(), RNA_def_parameter_flags(), RNA_def_property_srna(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_mesh().
|
static |
Definition at line 2602 of file rna_mesh.c.
References FUNC_USE_REPORTS, NULL, PARM_REQUIRED, RNA_def_function(), RNA_def_function_flag(), RNA_def_int(), RNA_def_parameter_flags(), RNA_def_property_srna(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_mesh().
|
static |
Definition at line 2590 of file rna_mesh.c.
References NULL, RNA_def_property_srna(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_mesh().
|
static |
Definition at line 2623 of file rna_mesh.c.
References FUNC_USE_REPORTS, NULL, PARM_REQUIRED, PROP_INT, PROP_NONE, RNA_def_function(), RNA_def_function_flag(), RNA_def_int(), RNA_def_parameter_flags(), RNA_def_property(), RNA_def_property_int_sdna(), RNA_def_property_srna(), RNA_def_property_ui_text(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_mesh().
|
static |
Definition at line 2539 of file rna_mesh.c.
References FUNC_USE_REPORTS, NULL, PARM_REQUIRED, RNA_def_function(), RNA_def_function_flag(), RNA_def_int(), RNA_def_parameter_flags(), RNA_def_property_srna(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_mesh().
|
static |
Definition at line 2012 of file rna_mesh.c.
References NULL, PROP_DIRECTION, PROP_EDITABLE, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_UNSIGNED, RNA_def_property(), RNA_def_property_array(), RNA_def_property_clear_flag(), RNA_def_property_float_funcs(), RNA_def_property_int_funcs(), RNA_def_property_int_sdna(), RNA_def_property_range(), RNA_def_property_ui_text(), RNA_def_struct(), RNA_def_struct_path_func(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), and RNA_def_struct_ui_text().
Referenced by RNA_def_mesh().
|
static |
Definition at line 2238 of file rna_mesh.c.
References NULL, PROP_BOOLEAN, PROP_COLLECTION, PROP_COLOR, PROP_FLOAT, PROP_NONE, PROP_STRING, RNA_def_property(), RNA_def_property_array(), RNA_def_property_boolean_funcs(), RNA_def_property_boolean_sdna(), RNA_def_property_collection_funcs(), RNA_def_property_float_funcs(), RNA_def_property_range(), RNA_def_property_string_funcs(), RNA_def_property_struct_type(), 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_sdna(), RNA_def_struct_ui_icon(), and RNA_def_struct_ui_text().
Referenced by RNA_def_mesh().
|
static |
Definition at line 1943 of file rna_mesh.c.
References NULL, PROP_BOOLEAN, PROP_DIRECTION, PROP_EDITABLE, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_UNSIGNED, RNA_def_property(), RNA_def_property_array(), RNA_def_property_boolean_funcs(), RNA_def_property_clear_flag(), RNA_def_property_float_funcs(), RNA_def_property_int_funcs(), RNA_def_property_int_sdna(), RNA_def_property_multi_array(), RNA_def_property_range(), RNA_def_property_ui_text(), RNA_def_struct(), RNA_def_struct_path_func(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), and RNA_def_struct_ui_text().
Referenced by RNA_def_mesh().
|
static |
Definition at line 2171 of file rna_mesh.c.
References MLOOPUV_EDGESEL, MLOOPUV_PINNED, MLOOPUV_VERTSEL, NULL, PROP_BOOLEAN, PROP_COLLECTION, PROP_FLOAT, PROP_NONE, PROP_STRING, PROP_XYZ, RNA_def_property(), RNA_def_property_boolean_funcs(), RNA_def_property_boolean_sdna(), RNA_def_property_collection_funcs(), RNA_def_property_string_funcs(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_name_property(), RNA_def_struct_path_func(), and RNA_def_struct_sdna().
Referenced by RNA_def_mesh().
|
static |
Definition at line 2079 of file rna_mesh.c.
References FUNC_USE_SELF_ID, ME_FACE_SEL, ME_HIDE, ME_SMOOTH, NULL, PROP_BOOLEAN, PROP_DIRECTION, PROP_DYNAMIC, PROP_EDITABLE, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_UNSIGNED, PROP_XYZ, RNA_def_function(), RNA_def_function_flag(), RNA_def_function_ui_description(), RNA_def_property(), RNA_def_property_array(), RNA_def_property_boolean_funcs(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_dynamic_array_funcs(), RNA_def_property_flag(), RNA_def_property_float_funcs(), RNA_def_property_int_funcs(), RNA_def_property_int_sdna(), RNA_def_property_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_icon(), and RNA_def_struct_ui_text().
Referenced by RNA_def_mesh().
|
static |
Definition at line 2297 of file rna_mesh.c.
References NULL, PROP_BOOLEAN, PROP_COLLECTION, PROP_COLOR, PROP_FLOAT, PROP_NONE, PROP_STRING, RNA_def_property(), RNA_def_property_array(), RNA_def_property_boolean_funcs(), RNA_def_property_boolean_sdna(), RNA_def_property_collection_funcs(), RNA_def_property_range(), RNA_def_property_string_funcs(), RNA_def_property_struct_type(), 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_sdna(), RNA_def_struct_ui_icon(), and RNA_def_struct_ui_text().
Referenced by RNA_def_mesh().
|
static |
Definition at line 2356 of file rna_mesh.c.
References MESH_FLOAT_PROPERTY_LAYER, MESH_INT_PROPERTY_LAYER, and MESH_STRING_PROPERTY_LAYER.
Referenced by RNA_def_mesh().
|
static |
Definition at line 1810 of file rna_mesh.c.
References ME_HIDE, NULL, PROP_BOOLEAN, PROP_COLLECTION, PROP_DIRECTION, PROP_EDITABLE, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_TRANSLATION, PROP_UNSIGNED, RNA_def_property(), RNA_def_property_array(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_collection_funcs(), RNA_def_property_float_funcs(), RNA_def_property_int_funcs(), RNA_def_property_struct_type(), 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_icon(), RNA_def_struct_ui_text(), and SELECT.
Referenced by RNA_def_mesh().
|
static |
Definition at line 1784 of file rna_mesh.c.
References NULL, PROP_EDITABLE, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_UNSIGNED, RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_int_sdna(), RNA_def_property_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_icon(), and RNA_def_struct_ui_text().
Referenced by RNA_def_mesh().
|
static |
Definition at line 2649 of file rna_mesh.c.
References NULL, PROP_DIRECTION, PROP_EDITABLE, PROP_FLOAT, RNA_def_property(), RNA_def_property_array(), RNA_def_property_clear_flag(), RNA_def_property_float_sdna(), RNA_def_property_ui_text(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_mesh().
|
static |
Definition at line 3043 of file rna_mesh.c.
References NULL, PROP_COLLECTION, PROP_FLOAT, PROP_NONE, RNA_def_property(), RNA_def_property_collection_funcs(), RNA_def_property_float_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_path_func(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_mesh().
|
static |
Definition at line 2884 of file rna_mesh.c.
References NULL, PARM_RNAPTR, RNA_def_function(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_property_srna(), RNA_def_string(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_mesh().
|
static |
Definition at line 2906 of file rna_mesh.c.
References NULL, PARM_RNAPTR, RNA_def_function(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_property_srna(), RNA_def_string(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_mesh().
|
static |
Definition at line 2928 of file rna_mesh.c.
References NULL, PARM_RNAPTR, RNA_def_function(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_property_srna(), RNA_def_string(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_mesh().
|
static |
Definition at line 2949 of file rna_mesh.c.
References MVERT_SKIN_LOOSE, MVERT_SKIN_ROOT, NULL, PROP_BOOLEAN, PROP_COLLECTION, PROP_FLOAT, PROP_NONE, PROP_STRING, PROP_UNSIGNED, RNA_def_property(), RNA_def_property_array(), RNA_def_property_boolean_sdna(), RNA_def_property_collection_funcs(), RNA_def_property_string_funcs(), 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_name_property(), RNA_def_struct_path_func(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_mesh().
Definition at line 2498 of file rna_mesh.c.
References ME_AUTOSPACE, NULL, PROP_BOOLEAN, PROP_COLLECTION, PROP_FLOAT, PROP_NONE, PROP_PROPORTIONAL, PROP_TRANSLATION, PROP_XYZ, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_collection_funcs(), RNA_def_property_collection_sdna(), RNA_def_property_editable_func(), RNA_def_property_flag(), RNA_def_property_float_funcs(), RNA_def_property_float_sdna(), RNA_def_property_override_flag(), RNA_def_property_override_funcs(), RNA_def_property_srna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), and RNA_def_property_update().
Referenced by rna_def_mesh().
|
static |
Definition at line 2767 of file rna_mesh.c.
References FUNC_USE_REPORTS, NULL, PARM_REQUIRED, PARM_RNAPTR, PROP_EDITABLE, PROP_INT, PROP_NEVER_NULL, PROP_NEVER_UNLINK, PROP_NONE, PROP_POINTER, PROP_UNSIGNED, RNA_def_boolean(), RNA_def_function(), RNA_def_function_flag(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_property(), RNA_def_property_flag(), RNA_def_property_int_funcs(), RNA_def_property_pointer_funcs(), RNA_def_property_srna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_string(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_mesh().
|
static |
Definition at line 2712 of file rna_mesh.c.
References FUNC_USE_REPORTS, NULL, PARM_REQUIRED, PARM_RNAPTR, PROP_EDITABLE, PROP_INT, PROP_NEVER_NULL, PROP_NEVER_UNLINK, PROP_NONE, PROP_POINTER, PROP_THICK_WRAP, PROP_UNSIGNED, RNA_def_boolean(), RNA_def_function(), RNA_def_function_flag(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_flag(), RNA_def_property_int_funcs(), RNA_def_property_pointer_funcs(), RNA_def_property_srna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_string(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_mesh().
|
static |
Definition at line 3009 of file rna_mesh.c.
References NULL, PROP_COLLECTION, PROP_FLOAT, PROP_NONE, RNA_def_property(), RNA_def_property_collection_funcs(), RNA_def_property_float_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_path_func(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_mesh().
|
static |
Definition at line 2818 of file rna_mesh.c.
References NULL, PARM_RNAPTR, RNA_def_function(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_property_srna(), RNA_def_string(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_mesh().
|
static |
Definition at line 2840 of file rna_mesh.c.
References NULL, PARM_RNAPTR, RNA_def_function(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_property_srna(), RNA_def_string(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_mesh().
|
static |
Definition at line 2862 of file rna_mesh.c.
References NULL, PARM_RNAPTR, RNA_def_function(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_property_srna(), RNA_def_string(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_mesh().
const EnumPropertyItem rna_enum_mesh_delimit_mode_items[] |
Definition at line 36 of file rna_mesh.c.
Referenced by MESH_OT_dissolve_limited(), MESH_OT_select_linked(), MESH_OT_select_linked_pick(), and rna_def_modifier_decimate().
|
static |