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_define.h"
#include "RNA_enum_types.h"
#include "rna_internal.h"
#include "WM_types.h"
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 [] |
|
static |
Definition at line 326 of file rna_animviz.c.
References NULL, 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 | ( | BlenderRNA * | brna | ) |
Definition at line 347 of file rna_animviz.c.
References rna_def_animviz(), rna_def_animviz_motion_path(), rna_def_animviz_motionpath_vert(), and rna_def_animviz_paths().
Definition at line 315 of file rna_animviz.c.
References NULL, 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 123 of file rna_animviz.c.
References MOTIONPATH_FLAG_BHEAD, MOTIONPATH_FLAG_CUSTOM, MOTIONPATH_FLAG_EDIT, MOTIONPATH_FLAG_LINES, NC_OBJECT, ND_DRAW_ANIMVIZ, NULL, PROP_BOOLEAN, PROP_COLLECTION, PROP_COLOR_GAMMA, PROP_EDITABLE, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_TIME, 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_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 105 of file rna_animviz.c.
References MOTIONPATH_VERT_SEL, NULL, 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 196 of file rna_animviz.c.
References MAXFRAMEF, MOTIONPATH_BAKE_HAS_PATHS, MOTIONPATH_VIEW_FNUMS, MOTIONPATH_VIEW_KFACT, MOTIONPATH_VIEW_KFNOS, MOTIONPATH_VIEW_KFRAS, NC_OBJECT, ND_DRAW_ANIMVIZ, NULL, 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().
Definition at line 96 of file rna_animviz.c.
References NULL, 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 26 of file rna_animviz.c.
Referenced by POSE_OT_paths_calculate(), and rna_def_animviz_paths().
const EnumPropertyItem rna_enum_motionpath_display_type_items[] |
Definition at line 39 of file rna_animviz.c.
Referenced by OBJECT_OT_paths_calculate(), POSE_OT_paths_calculate(), and rna_def_animviz_paths().
const EnumPropertyItem rna_enum_motionpath_range_items[] |
Definition at line 53 of file rna_animviz.c.
Referenced by OBJECT_OT_paths_calculate(), POSE_OT_paths_calculate(), and rna_def_animviz_paths().