|
Blender V4.3
|
#include <cstdlib>#include "DNA_action_types.h"#include "DNA_anim_types.h"#include "DNA_scene_types.h"#include "MEM_guardedalloc.h"#include "BLI_utildefines.h"#include "BLT_translation.hh"#include "BKE_action.hh"#include "BKE_blender.hh"#include "RNA_access.hh"#include "RNA_define.hh"#include "RNA_enum_types.hh"#include "rna_internal.hh"#include "ANIM_action.hh"#include "ANIM_action_legacy.hh"#include "WM_types.hh"Go to the source code of this file.
Functions | |
| static void | rna_def_dopesheet (BlenderRNA *brna) |
| static void | rna_def_action_group (BlenderRNA *brna) |
| static void | rna_def_action_groups (BlenderRNA *brna, PropertyRNA *cprop) |
| static void | rna_def_action_fcurves (BlenderRNA *brna, PropertyRNA *cprop) |
| static void | rna_def_action_pose_markers (BlenderRNA *brna, PropertyRNA *cprop) |
| static void | rna_def_action_legacy (BlenderRNA *brna, StructRNA *srna) |
| static void | rna_def_action (BlenderRNA *brna) |
| void | RNA_def_action (BlenderRNA *brna) |
Variables | |
| const EnumPropertyItem | default_ActionSlot_id_root_items [] |
| void RNA_def_action | ( | BlenderRNA * | brna | ) |
Definition at line 2866 of file rna_action.cc.
References rna_def_action(), rna_def_action_group(), and rna_def_dopesheet().
|
static |
Definition at line 2706 of file rna_action.cc.
References ACT_CYCLIC, ACT_FRAME_RANGE, MAXFRAMEF, MINAFRAMEF, NA_EDITED, NC_ANIMATION, ND_ANIMCHAN, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_COLLECTION, PROP_EDITABLE, PROP_FLOAT, PROP_LIB_EXCEPTION, PROP_NONE, PROP_TIME, RNA_api_action(), rna_def_action_legacy(), rna_def_action_pose_markers(), RNA_def_float_vector(), RNA_def_function(), RNA_def_function_ui_description(), RNA_def_property(), RNA_def_property_boolean_funcs(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_collection_funcs(), RNA_def_property_collection_sdna(), RNA_def_property_flag(), RNA_def_property_float_funcs(), RNA_def_property_float_sdna(), RNA_def_property_range(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), and RNA_def_struct_ui_text().
Referenced by RNA_def_action().
|
static |
Definition at line 2562 of file rna_action.cc.
References FUNC_USE_MAIN, FUNC_USE_REPORTS, 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_collection_funcs(), RNA_def_property_srna(), RNA_def_string(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_action_legacy().
|
static |
Definition at line 2445 of file rna_action.cc.
References ADT_CURVES_ALWAYS_VISIBLE, AGRP_EXPANDED, AGRP_EXPANDED_G, AGRP_MUTED, AGRP_PROTECTED, AGRP_SELECTED, NA_EDITED, NA_SELECTED, NC_ANIMATION, ND_ANIMCHAN, PROP_BOOLEAN, PROP_COLLECTION, PROP_NO_DEG_UPDATE, PROP_NONE, PROP_STRING, rna_def_actionbone_group_common(), RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_collection_funcs(), RNA_def_property_collection_sdna(), RNA_def_property_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_sdna(), and RNA_def_struct_ui_text().
Referenced by RNA_def_action().
|
static |
Definition at line 2524 of file rna_action.cc.
References FUNC_USE_REPORTS, 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_parameter_clear_flags(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_property_collection_funcs(), RNA_def_property_srna(), RNA_def_string(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_action_legacy().
|
static |
Definition at line 2675 of file rna_action.cc.
References BLT_I18NCONTEXT_ID_ID, default_ActionSlot_id_root_items, PROP_COLLECTION, PROP_ENUM, PROP_ENUM_NO_CONTEXT, PROP_NONE, rna_def_action_fcurves(), rna_def_action_groups(), RNA_def_property(), RNA_def_property_collection_sdna(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_struct_type(), RNA_def_property_translation_context(), and RNA_def_property_ui_text().
Referenced by rna_def_action().
|
static |
Definition at line 2625 of file rna_action.cc.
References FUNC_USE_REPORTS, PARM_REQUIRED, PARM_RNAPTR, PROP_EDITABLE, PROP_INT, PROP_LIB_EXCEPTION, PROP_NEVER_NULL, PROP_NONE, PROP_POINTER, PROP_THICK_WRAP, PROP_UNSIGNED, RNA_def_function(), RNA_def_function_flag(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_parameter_clear_flags(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_property(), RNA_def_property_flag(), RNA_def_property_int_funcs(), 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_string(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_action().
|
static |
Definition at line 1548 of file rna_action.cc.
References ADS_FILTER_ALL_SLOTS, ADS_FILTER_DRIVER_FALLBACK_AS_ERROR, ADS_FILTER_INCL_HIDDEN, ADS_FILTER_NLA_NOACT, ADS_FILTER_NOARM, ADS_FILTER_NOCACHEFILES, ADS_FILTER_NOCAM, ADS_FILTER_NOCUR, ADS_FILTER_NOGPENCIL, ADS_FILTER_NOHAIR, ADS_FILTER_NOLAM, ADS_FILTER_NOLAT, ADS_FILTER_NOLINESTYLE, ADS_FILTER_NOMAT, ADS_FILTER_NOMBA, ADS_FILTER_NOMESH, ADS_FILTER_NOMODIFIERS, ADS_FILTER_NOMOVIECLIPS, ADS_FILTER_NONTREE, ADS_FILTER_NOOBJ, ADS_FILTER_NOPART, ADS_FILTER_NOPOINTCLOUD, ADS_FILTER_NOSCE, ADS_FILTER_NOSHAPEKEYS, ADS_FILTER_NOSPK, ADS_FILTER_NOTEX, ADS_FILTER_NOVOLUME, ADS_FILTER_NOWOR, ADS_FILTER_ONLY_ERRORS, ADS_FILTER_ONLYSEL, ADS_FILTER_SUMMARY, ADS_FLAG_FUZZY_NAMES, ADS_FLAG_INVERT_FILTER, ADS_FLAG_NO_DB_SORT, ADS_FLAG_SHOW_DBFILTERS, ADS_FLAG_SUMMARY_COLLAPSED, NA_EDITED, NC_ANIMATION, ND_ANIMCHAN, PROP_BOOLEAN, PROP_CONTEXT_UPDATE, PROP_EDITABLE, PROP_NONE, PROP_POINTER, PROP_STRING, PROP_TEXTEDIT_UPDATE, RNA_def_property(), RNA_def_property_boolean_negative_sdna(), RNA_def_property_boolean_sdna(), RNA_def_property_flag(), RNA_def_property_pointer_sdna(), RNA_def_property_string_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_icon(), 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_action().
| const EnumPropertyItem default_ActionSlot_id_root_items[] |
Definition at line 79 of file rna_action.cc.
Referenced by rna_def_action_legacy().