|
Blender
V2.59
|
#include <stdlib.h>#include "RNA_define.h"#include "rna_internal.h"#include "DNA_material_types.h"#include "DNA_mesh_types.h"#include "DNA_meshdata_types.h"#include "DNA_object_types.h"#include "WM_types.h"#include "BLI_math_base.h"#include "BLI_math_rotation.h"Go to the source code of this file.
Functions | |
| static void | rna_def_mvert_group (BlenderRNA *brna) |
| static void | rna_def_mvert (BlenderRNA *brna) |
| static void | rna_def_medge (BlenderRNA *brna) |
| static void | rna_def_mface (BlenderRNA *brna) |
| static void | rna_def_mtface (BlenderRNA *brna) |
| static void | rna_def_msticky (BlenderRNA *brna) |
| static void | rna_def_mcol (BlenderRNA *brna) |
| static void | rna_def_mproperties (BlenderRNA *brna) |
| static void | rna_def_mesh_vertices (BlenderRNA *brna, PropertyRNA *cprop) |
| static void | rna_def_mesh_edges (BlenderRNA *brna, PropertyRNA *cprop) |
| static void | rna_def_mesh_faces (BlenderRNA *brna, PropertyRNA *cprop) |
| static void | rna_def_vertex_colors (BlenderRNA *brna, PropertyRNA *cprop) |
| static void | rna_def_uv_textures (BlenderRNA *brna, PropertyRNA *cprop) |
| static void | rna_def_mesh (BlenderRNA *brna) |
| void | RNA_def_mesh (BlenderRNA *brna) |
Definition in file rna_mesh.c.
| static void rna_def_mcol | ( | BlenderRNA * | brna | ) | [static] |
Definition at line 1537 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 void rna_def_medge | ( | BlenderRNA * | brna | ) | [static] |
Definition at line 1221 of file rna_mesh.c.
References ME_FGON, 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_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 void rna_def_mesh | ( | BlenderRNA * | brna | ) | [static] |
Definition at line 1837 of file rna_mesh.c.
References AUTOSPACE, DEG2RAD, ME_ALLEDGES, ME_AUTOSMOOTH, ME_DRAW_VNORMALS, ME_DRAWBWEIGHTS, ME_DRAWCREASES, ME_DRAWEDGES, ME_DRAWEXTRA_EDGELEN, ME_DRAWEXTRA_FACEANG, ME_DRAWEXTRA_FACEAREA, ME_DRAWFACES, ME_DRAWNORMALS, ME_DRAWSEAMS, ME_DRAWSHARP, ME_EDIT_MIRROR_TOPO, ME_EDIT_MIRROR_X, ME_EDIT_PAINT_MASK, ME_TWOSIDED, NC_OBJECT, ND_DRAW, NULL, PROP_ANGLE, PROP_BOOLEAN, PROP_COLLECTION, PROP_EDITABLE, PROP_FLOAT, PROP_ID_SELF_CHECK, PROP_INT, PROP_NONE, PROP_POINTER, PROP_TRANSLATION, PROP_UNSIGNED, PROP_XYZ, RNA_api_mesh(), rna_def_animdata_common(), rna_def_mesh_edges(), rna_def_mesh_faces(), rna_def_mesh_vertices(), 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_collection_sdna(), RNA_def_property_editable_func(), RNA_def_property_flag(), RNA_def_property_float_funcs(), 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_srna(), 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_def_uv_textures(), and rna_def_vertex_colors().
Referenced by RNA_def_mesh().
| void RNA_def_mesh | ( | BlenderRNA * | brna | ) |
Definition at line 2103 of file rna_mesh.c.
References rna_def_mcol(), rna_def_medge(), rna_def_mesh(), rna_def_mface(), rna_def_mproperties(), rna_def_msticky(), rna_def_mtface(), rna_def_mvert(), and rna_def_mvert_group().
| static void rna_def_mesh_edges | ( | BlenderRNA * | brna, |
| PropertyRNA * | cprop | ||
| ) | [static] |
Definition at line 1708 of file rna_mesh.c.
References FUNC_USE_REPORTS, NULL, RNA_def_function(), RNA_def_function_flag(), RNA_def_int(), RNA_def_property_srna(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_mesh().
| static void rna_def_mesh_faces | ( | BlenderRNA * | brna, |
| PropertyRNA * | cprop | ||
| ) | [static] |
Definition at line 1727 of file rna_mesh.c.
References FUNC_USE_REPORTS, NULL, PROP_INT, PROP_NONE, PROP_POINTER, PROP_UNSIGNED, RNA_def_function(), RNA_def_function_flag(), RNA_def_int(), RNA_def_property(), RNA_def_property_int_sdna(), 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_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_mesh().
| static void rna_def_mesh_vertices | ( | BlenderRNA * | brna, |
| PropertyRNA * | cprop | ||
| ) | [static] |
Definition at line 1689 of file rna_mesh.c.
References FUNC_USE_REPORTS, NULL, RNA_def_function(), RNA_def_function_flag(), RNA_def_int(), RNA_def_property_srna(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_mesh().
| static void rna_def_mface | ( | BlenderRNA * | brna | ) | [static] |
Definition at line 1282 of file rna_mesh.c.
References ME_FACE_SEL, ME_HIDE, ME_SMOOTH, NULL, PROP_BOOLEAN, PROP_DIRECTION, PROP_DYNAMIC, PROP_EDITABLE, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_UNSIGNED, RNA_def_property(), RNA_def_property_array(), 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 void rna_def_mproperties | ( | BlenderRNA * | brna | ) | [static] |
Definition at line 1604 of file rna_mesh.c.
References NULL, PROP_COLLECTION, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_STRING, RNA_def_property(), RNA_def_property_collection_funcs(), RNA_def_property_float_sdna(), RNA_def_property_int_sdna(), RNA_def_property_string_sdna(), 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 void rna_def_msticky | ( | BlenderRNA * | brna | ) | [static] |
Definition at line 1522 of file rna_mesh.c.
References NULL, PROP_FLOAT, PROP_XYZ, RNA_def_property(), 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 void rna_def_mtface | ( | BlenderRNA * | brna | ) | [static] |
Definition at line 1346 of file rna_mesh.c.
References NULL, PROP_BOOLEAN, PROP_COLLECTION, PROP_DYNAMIC, PROP_EDITABLE, PROP_ENUM, PROP_FLOAT, PROP_NONE, PROP_POINTER, PROP_STRING, PROP_XYZ, 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_dynamic_array_funcs(), 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_multi_array(), RNA_def_property_pointer_funcs(), RNA_def_property_pointer_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(), RNA_def_struct_ui_icon(), RNA_def_struct_ui_text(), TF_ADD, TF_ALPHA, TF_ALPHASORT, TF_BILLBOARD, TF_BILLBOARD2, TF_BMFONT, TF_CLIP, TF_DYNAMIC, TF_INVISIBLE, TF_LIGHT, TF_OBCOL, TF_PIN1, TF_SEL1, TF_SHADOW, TF_SHAREDCOL, TF_SOLID, TF_TEX, and TF_TWOSIDE.
Referenced by RNA_def_mesh().
| static void rna_def_mvert | ( | BlenderRNA * | brna | ) | [static] |
Definition at line 1173 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_range(), 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 void rna_def_mvert_group | ( | BlenderRNA * | brna | ) | [static] |
Definition at line 1148 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 void rna_def_uv_textures | ( | BlenderRNA * | brna, |
| PropertyRNA * | cprop | ||
| ) | [static] |
Definition at line 1797 of file rna_mesh.c.
References FUNC_USE_CONTEXT, NULL, PROP_EDITABLE, PROP_INT, PROP_POINTER, PROP_UNSIGNED, RNA_def_function(), RNA_def_function_flag(), RNA_def_function_return(), RNA_def_function_ui_description(), 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 void rna_def_vertex_colors | ( | BlenderRNA * | brna, |
| PropertyRNA * | cprop | ||
| ) | [static] |
Definition at line 1756 of file rna_mesh.c.
References FUNC_USE_CONTEXT, NULL, PROP_EDITABLE, PROP_INT, PROP_POINTER, PROP_UNSIGNED, RNA_def_function(), RNA_def_function_flag(), RNA_def_function_return(), RNA_def_function_ui_description(), 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().