Blender
V3.3
|
#include <stdlib.h>
#include "DNA_action_types.h"
#include "DNA_anim_types.h"
#include "DNA_scene_types.h"
#include "BLI_utildefines.h"
#include "MEM_guardedalloc.h"
#include "RNA_access.h"
#include "RNA_define.h"
#include "RNA_enum_types.h"
#include "rna_internal.h"
#include "WM_api.h"
#include "WM_types.h"
Go to the source code of this file.
Functions | |
static void | rna_def_strip_fcurves (BlenderRNA *brna, PropertyRNA *cprop) |
static void | rna_def_nlastrip (BlenderRNA *brna) |
static void | rna_api_nlatrack_strips (BlenderRNA *brna, PropertyRNA *cprop) |
static void | rna_def_nlatrack (BlenderRNA *brna) |
void | RNA_def_nla (BlenderRNA *brna) |
Variables | |
const EnumPropertyItem | rna_enum_nla_mode_blend_items [] |
const EnumPropertyItem | rna_enum_nla_mode_extend_items [] |
|
static |
Definition at line 943 of file rna_nla.c.
References FUNC_USE_CONTEXT, FUNC_USE_MAIN, FUNC_USE_REPORTS, FUNC_USE_SELF_ID, NULL, PARM_REQUIRED, PARM_RNAPTR, PROP_NEVER_NULL, PROP_THICK_WRAP, RNA_def_function(), RNA_def_function_flag(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_int(), RNA_def_parameter_clear_flags(), 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_nlatrack().
void RNA_def_nla | ( | BlenderRNA * | brna | ) |
Definition at line 1060 of file rna_nla.c.
References rna_def_nlastrip(), and rna_def_nlatrack().
|
static |
Definition at line 671 of file rna_nla.c.
References NA_EDITED, NC_ANIMATION, ND_NLA, NLASTRIP_FLAG_ACTIVE, NLASTRIP_FLAG_AUTO_BLENDS, NLASTRIP_FLAG_MUTED, NLASTRIP_FLAG_REVERSE, NLASTRIP_FLAG_SELECT, NLASTRIP_FLAG_SYNC_LENGTH, NLASTRIP_FLAG_USR_INFLUENCE, NLASTRIP_FLAG_USR_TIME, NLASTRIP_FLAG_USR_TIME_CYCLIC, NLASTRIP_TYPE_CLIP, NLASTRIP_TYPE_META, NLASTRIP_TYPE_SOUND, NLASTRIP_TYPE_TRANSITION, NULL, PROP_BOOLEAN, PROP_COLLECTION, PROP_EDITABLE, PROP_ENUM, PROP_FACTOR, PROP_FLOAT, PROP_ID_REFCOUNT, PROP_NONE, PROP_POINTER, PROP_STRING, PROP_TIME, RNA_def_property(), RNA_def_property_boolean_funcs(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), 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_pointer_funcs(), RNA_def_property_pointer_sdna(), RNA_def_property_range(), RNA_def_property_string_funcs(), RNA_def_property_struct_type(), RNA_def_property_ui_icon(), RNA_def_property_ui_text(), RNA_def_property_update(), rna_def_strip_fcurves(), RNA_def_struct(), RNA_def_struct_name_property(), RNA_def_struct_path_func(), RNA_def_struct_ui_icon(), RNA_def_struct_ui_text(), RNA_define_lib_overridable(), rna_enum_nla_mode_blend_items, and rna_enum_nla_mode_extend_items.
Referenced by RNA_def_nla().
|
static |
Definition at line 985 of file rna_nla.c.
References NA_EDITED, NC_ANIMATION, ND_NLA, NLATRACK_ACTIVE, NLATRACK_MUTED, NLATRACK_OVERRIDELIBRARY_LOCAL, NLATRACK_PROTECTED, NLATRACK_SELECTED, NLATRACK_SOLO, NULL, PROP_BOOLEAN, PROP_COLLECTION, PROP_EDITABLE, PROP_NONE, PROP_STRING, PROPOVERRIDE_OVERRIDABLE_LIBRARY, rna_api_nlatrack_strips(), RNA_def_boolean(), RNA_def_property(), RNA_def_property_boolean_funcs(), RNA_def_property_boolean_negative_sdna(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_override_flag(), 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_ui_icon(), RNA_def_struct_ui_text(), and RNA_define_lib_overridable().
Referenced by RNA_def_nla().
|
static |
Definition at line 643 of file rna_nla.c.
References FUNC_USE_REPORTS, NULL, PARM_REQUIRED, RNA_def_function(), RNA_def_function_flag(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_int(), 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_nlastrip().
const EnumPropertyItem rna_enum_nla_mode_blend_items[] |
Definition at line 27 of file rna_nla.c.
Referenced by rna_def_animdata(), and rna_def_nlastrip().
const EnumPropertyItem rna_enum_nla_mode_extend_items[] |
Definition at line 58 of file rna_nla.c.
Referenced by rna_def_animdata(), and rna_def_nlastrip().