Blender V2.61 - r43446
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 keyframe_handle_type_items []
EnumPropertyItem beztriple_interpolation_mode_items []
EnumPropertyItem curve_type_items []
static const EnumPropertyItem curve3d_fill_mode_items []
static const EnumPropertyItem curve2d_fill_mode_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_VECT, "VECTOR", 0, "Vector", ""},
        {HD_ALIGN, "ALIGNED", 0, "Aligned", ""},
        {HD_AUTO, "AUTO", 0, "Auto", ""},
        {0, NULL, 0, NULL, NULL}}

Definition at line 46 of file rna_curve.c.

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 61 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:
 {
    {0, "NONE", 0, "None", ""},
    {CU_BACK, "BACK", 0, "Back", ""},
    {CU_FRONT, "FRONT", 0, "Front", ""},
    {CU_FRONT|CU_BACK, "BOTH", 0, "Both", ""},
    {0, NULL, 0, NULL, NULL}}

Definition at line 82 of file rna_curve.c.

Initial value:
 {
    {0, "FULL", 0, "Full", ""},
    {CU_BACK, "BACK", 0, "Back", ""},
    {CU_FRONT, "FRONT", 0, "Front", ""},
    {CU_FRONT|CU_BACK, "HALF", 0, "Half", ""},
    {0, NULL, 0, NULL, NULL}}

Definition at line 75 of file rna_curve.c.

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 67 of file rna_curve.c.

Referenced by RNA_api_ui_layout(), and rna_def_gpencil_layers().

Initial value:
 {
        {HD_FREE, "FREE", 0, "Free", ""},
        {HD_VECT, "VECTOR", 0, "Vector", ""},
        {HD_ALIGN, "ALIGNED", 0, "Aligned", ""},
        {HD_AUTO, "AUTO", 0, "Automatic", ""},
        {HD_AUTO_ANIM, "AUTO_CLAMPED", 0, "Auto Clamped", "Auto handles clamped to not overshoot"},
        {0, NULL, 0, NULL, NULL}}

Definition at line 53 of file rna_curve.c.

Referenced by ACTION_OT_handle_type(), GRAPH_OT_handle_type(), rna_def_fkeyframe(), and rna_def_userdef_edit().