Blender  V2.59
Functions | Variables
rna_curve.c File Reference
#include <stdlib.h>
#include "RNA_define.h"
#include "rna_internal.h"
#include "DNA_curve_types.h"
#include "DNA_key_types.h"
#include "DNA_material_types.h"
#include "DNA_scene_types.h"
#include "BKE_font.h"
#include "WM_types.h"
#include "BKE_curve.h"
#include "ED_curve.h"

Go to the source code of this file.

Functions

static void rna_def_bpoint (BlenderRNA *brna)
static void rna_def_beztriple (BlenderRNA *brna)
static void rna_def_path (BlenderRNA *brna, StructRNA *srna)
static void rna_def_nurbs (BlenderRNA *brna, StructRNA *srna)
static void rna_def_font (BlenderRNA *brna, StructRNA *srna)
static void rna_def_textbox (BlenderRNA *brna)
static void rna_def_charinfo (BlenderRNA *brna)
static void rna_def_surface (BlenderRNA *brna)
static void rna_def_text (BlenderRNA *brna)
static void rna_def_curve_spline_points (BlenderRNA *brna, PropertyRNA *cprop)
static void rna_def_curve_spline_bezpoints (BlenderRNA *brna, PropertyRNA *cprop)
static void rna_def_curve_splines (BlenderRNA *brna, PropertyRNA *cprop)
static void rna_def_curve (BlenderRNA *brna)
static void rna_def_curve_nurb (BlenderRNA *brna)
void RNA_def_curve (BlenderRNA *brna)

Variables

EnumPropertyItem beztriple_handle_type_items []
EnumPropertyItem beztriple_interpolation_mode_items []
EnumPropertyItem curve_type_items []

Detailed Description

Definition in file rna_curve.c.


Function Documentation

static void rna_def_beztriple ( BlenderRNA brna) [static]
static void rna_def_bpoint ( BlenderRNA brna) [static]
static void rna_def_charinfo ( BlenderRNA brna) [static]
static void rna_def_curve ( BlenderRNA brna) [static]
void RNA_def_curve ( BlenderRNA brna)
static void rna_def_curve_nurb ( BlenderRNA brna) [static]
static void rna_def_curve_spline_bezpoints ( BlenderRNA brna,
PropertyRNA cprop 
) [static]
static void rna_def_curve_spline_points ( BlenderRNA brna,
PropertyRNA cprop 
) [static]
static void rna_def_curve_splines ( BlenderRNA brna,
PropertyRNA cprop 
) [static]
static void rna_def_font ( BlenderRNA brna,
StructRNA srna 
) [static]
static void rna_def_nurbs ( BlenderRNA brna,
StructRNA srna 
) [static]
static void rna_def_path ( BlenderRNA brna,
StructRNA srna 
) [static]
static void rna_def_surface ( BlenderRNA brna) [static]
static void rna_def_text ( BlenderRNA brna) [static]
static void rna_def_textbox ( BlenderRNA brna) [static]

Variable Documentation

Initial value:
 {
                {HD_FREE, "FREE", 0, "Free", ""},
                {HD_AUTO, "AUTO", 0, "Auto", ""},
                {HD_VECT, "VECTOR", 0, "Vector", ""},
                {HD_ALIGN, "ALIGNED", 0, "Aligned", ""},
                {0, NULL, 0, NULL, NULL}}

Definition at line 48 of file rna_curve.c.

Referenced by rna_def_fkeyframe(), and rna_def_userdef_edit().

Initial value:
 {
                {BEZT_IPO_CONST, "CONSTANT", 0, "Constant", ""},
                {BEZT_IPO_LIN, "LINEAR", 0, "Linear", ""},
                {BEZT_IPO_BEZ, "BEZIER", 0, "Bezier", ""},
                {0, NULL, 0, NULL, NULL}}

Definition at line 55 of file rna_curve.c.

Referenced by ACTION_OT_interpolation_type(), GRAPH_OT_interpolation_type(), rna_def_fkeyframe(), and rna_def_userdef_edit().

Initial value:
 {
        {CU_POLY, "POLY", 0, "Poly", ""},
        {CU_BEZIER, "BEZIER", 0, "Bezier", ""},
        {CU_BSPLINE, "BSPLINE", 0, "BSpline", ""},
        {CU_CARDINAL, "CARDINAL", 0, "Cardinal", ""},
        {CU_NURBS, "NURBS", 0, "Ease", ""},
        {0, NULL, 0, NULL, NULL}}

Definition at line 61 of file rna_curve.c.

Referenced by RNA_api_ui_layout(), and rna_def_gpencil_layers().