Blender V2.61 - r43446
Functions

rna_mesh.c File Reference

#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_int_layers (BlenderRNA *brna, PropertyRNA *cprop)
static void rna_def_float_layers (BlenderRNA *brna, PropertyRNA *cprop)
static void rna_def_string_layers (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)

Detailed Description

Definition in file rna_mesh.c.


Function Documentation

static void rna_def_float_layers ( BlenderRNA brna,
PropertyRNA cprop 
) [static]
static void rna_def_int_layers ( BlenderRNA brna,
PropertyRNA cprop 
) [static]
static void rna_def_mcol ( BlenderRNA brna) [static]
static void rna_def_medge ( BlenderRNA brna) [static]
static void rna_def_mesh ( BlenderRNA brna) [static]

Definition at line 1898 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_DRAWEXTRA_INDICES, ME_DRAWFACES, ME_DRAWNORMALS, ME_DRAWSEAMS, ME_DRAWSHARP, ME_EDIT_MIRROR_TOPO, ME_EDIT_MIRROR_X, ME_EDIT_PAINT_MASK, ME_EDIT_VERT_SEL, 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_float_layers(), rna_def_int_layers(), 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_string_layers(), 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)
static void rna_def_mesh_edges ( BlenderRNA brna,
PropertyRNA cprop 
) [static]
static void rna_def_mesh_faces ( BlenderRNA brna,
PropertyRNA cprop 
) [static]
static void rna_def_mesh_vertices ( BlenderRNA brna,
PropertyRNA cprop 
) [static]
static void rna_def_mface ( BlenderRNA brna) [static]
static void rna_def_mproperties ( BlenderRNA brna) [static]
static void rna_def_msticky ( BlenderRNA brna) [static]
static void rna_def_mtface ( BlenderRNA brna) [static]
static void rna_def_mvert ( BlenderRNA brna) [static]
static void rna_def_mvert_group ( BlenderRNA brna) [static]
static void rna_def_string_layers ( BlenderRNA brna,
PropertyRNA cprop 
) [static]
static void rna_def_uv_textures ( BlenderRNA brna,
PropertyRNA cprop 
) [static]
static void rna_def_vertex_colors ( BlenderRNA brna,
PropertyRNA cprop 
) [static]