|
Blender V4.3
|
#include <cstdlib>#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_define.hh"#include "RNA_enum_types.hh"#include "rna_internal.hh"#include "WM_types.hh"Go to the source code of this file.
Functions | |
| void | rna_def_motionpath_common (StructRNA *srna) |
| static void | rna_def_animviz_motionpath_vert (BlenderRNA *brna) |
| static void | rna_def_animviz_motion_path (BlenderRNA *brna) |
| static void | rna_def_animviz_paths (BlenderRNA *brna) |
| void | rna_def_animviz_common (StructRNA *srna) |
| static void | rna_def_animviz (BlenderRNA *brna) |
| void | RNA_def_animviz (BlenderRNA *brna) |
Variables | |
| const EnumPropertyItem | rna_enum_motionpath_bake_location_items [] |
| const EnumPropertyItem | rna_enum_motionpath_display_type_items [] |
| const EnumPropertyItem | rna_enum_motionpath_range_items [] |
| void RNA_def_animviz | ( | BlenderRNA * | brna | ) |
Definition at line 371 of file rna_animviz.cc.
References rna_def_animviz(), rna_def_animviz_motion_path(), rna_def_animviz_motionpath_vert(), and rna_def_animviz_paths().
|
static |
Definition at line 350 of file rna_animviz.cc.
References PROP_NEVER_NULL, PROP_NONE, PROP_POINTER, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RNA_def_property(), RNA_def_property_flag(), RNA_def_property_override_flag(), RNA_def_property_pointer_funcs(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by RNA_def_animviz().
| void rna_def_animviz_common | ( | StructRNA * | srna | ) |
Definition at line 339 of file rna_animviz.cc.
References PROP_NEVER_NULL, PROP_NONE, PROP_POINTER, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RNA_def_property(), RNA_def_property_flag(), RNA_def_property_override_flag(), RNA_def_property_pointer_sdna(), and RNA_def_property_ui_text().
Referenced by rna_def_object(), and rna_def_pose().
|
static |
Definition at line 126 of file rna_animviz.cc.
References MOTIONPATH_FLAG_BHEAD, MOTIONPATH_FLAG_CUSTOM, MOTIONPATH_FLAG_EDIT, MOTIONPATH_FLAG_LINES, NC_OBJECT, ND_DRAW_ANIMVIZ, PROP_BOOLEAN, PROP_COLLECTION, PROP_COLOR_GAMMA, PROP_EDITABLE, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_TIME, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RNA_def_property(), RNA_def_property_array(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_collection_sdna(), RNA_def_property_int_sdna(), RNA_def_property_override_flag(), 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(), and RNA_def_struct_ui_text().
Referenced by RNA_def_animviz().
|
static |
Definition at line 108 of file rna_animviz.cc.
References MOTIONPATH_VERT_SEL, PROP_BOOLEAN, PROP_FLOAT, PROP_NONE, PROP_XYZ, RNA_def_property(), RNA_def_property_array(), RNA_def_property_boolean_sdna(), RNA_def_property_ui_text(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by RNA_def_animviz().
|
static |
Definition at line 210 of file rna_animviz.cc.
References MAXFRAMEF, MOTIONPATH_BAKE_CAMERA_SPACE, MOTIONPATH_BAKE_HAS_PATHS, MOTIONPATH_VIEW_FNUMS, MOTIONPATH_VIEW_KFACT, MOTIONPATH_VIEW_KFNOS, MOTIONPATH_VIEW_KFRAS, NC_OBJECT, ND_DRAW_ANIMVIZ, PROP_BOOLEAN, PROP_EDITABLE, PROP_ENUM, PROP_INT, PROP_NONE, PROP_TIME, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_enum_bitflag_sdna(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_int_funcs(), RNA_def_property_int_sdna(), RNA_def_property_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_nested(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), RNA_define_lib_overridable(), rna_enum_motionpath_bake_location_items, rna_enum_motionpath_display_type_items, and rna_enum_motionpath_range_items.
Referenced by RNA_def_animviz().
| void rna_def_motionpath_common | ( | StructRNA * | srna | ) |
Definition at line 99 of file rna_animviz.cc.
References PROP_NONE, PROP_POINTER, RNA_def_property(), RNA_def_property_pointer_sdna(), and RNA_def_property_ui_text().
Referenced by rna_def_object(), and rna_def_pose_channel().
| const EnumPropertyItem rna_enum_motionpath_bake_location_items[] |
Definition at line 28 of file rna_animviz.cc.
Referenced by POSE_OT_paths_calculate(), and rna_def_animviz_paths().
| const EnumPropertyItem rna_enum_motionpath_display_type_items[] |
Definition at line 41 of file rna_animviz.cc.
Referenced by blender::ed::object::OBJECT_OT_paths_calculate(), POSE_OT_paths_calculate(), and rna_def_animviz_paths().
| const EnumPropertyItem rna_enum_motionpath_range_items[] |
Definition at line 55 of file rna_animviz.cc.
Referenced by blender::ed::object::OBJECT_OT_paths_calculate(), POSE_OT_paths_calculate(), and rna_def_animviz_paths().