|
Blender V5.0
|
#include "ANIM_action.hh"#include "ANIM_action_iterators.hh"#include "ANIM_action_legacy.hh"#include "ANIM_versioning.hh"#include "DNA_action_defaults.h"#include "DNA_action_types.h"#include "BKE_lib_id.hh"#include "BKE_main.hh"#include "BKE_node.hh"#include "BKE_report.hh"#include "BLI_listbase.h"#include "BLI_string_utf8.h"#include "BLT_translation.hh"#include "BLO_readfile.hh"#include "RNA_access.hh"#include "RNA_prototypes.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::animrig |
| namespace | blender::animrig::versioning |
Macros | |
| #define | DNA_DEPRECATED_ALLOW |
Functions | |
| bool | blender::animrig::versioning::action_is_layered (const bAction &dna_action) |
| void | blender::animrig::versioning::convert_legacy_animato_actions (Main &bmain) |
| void | blender::animrig::versioning::convert_legacy_animato_action (bAction &dna_action) |
| void | blender::animrig::versioning::tag_action_user_for_slotted_actions_conversion (ID &animated_id) |
| void | blender::animrig::versioning::tag_action_users_for_slotted_actions_conversion (Main &bmain) |
| void | blender::animrig::versioning::convert_legacy_action_assignments (Main &bmain, ReportList *reports) |
| #define DNA_DEPRECATED_ALLOW |
Definition at line 11 of file versioning.cc.