|
Blender V4.3
|
#include "ANIM_nla.hh"#include "BKE_anim_data.hh"#include "BKE_lib_id.hh"#include "BKE_nla.hh"#include "BLI_string_utf8.h"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::animrig |
| namespace | blender::animrig::nla |
Functions | |
| bool | blender::animrig::nla::assign_action (NlaStrip &strip, Action &action, ID &animated_id) |
| void | blender::animrig::nla::unassign_action (NlaStrip &strip, ID &animated_id) |
| ActionSlotAssignmentResult | blender::animrig::nla::assign_action_slot (NlaStrip &strip, Slot *slot_to_assign, ID &animated_id) |
| ActionSlotAssignmentResult | blender::animrig::nla::assign_action_slot_handle (NlaStrip &strip, slot_handle_t slot_handle, ID &animated_id) |