Blender V5.0
KS_Path Struct Reference

#include <DNA_anim_types.h>

Public Attributes

struct KS_Pathnext
struct KS_Pathprev
IDid
char group [64]
int idtype
short groupmode
short flag
char * rna_path
int array_index
short keyingflag
short keyingoverride

Detailed Description

Path for use in KeyingSet definitions (ksp)

Paths may be either specific (specifying the exact sub-ID dynamic data-block - such as PoseChannels - to act upon, ala Maya's 'Character Sets' and XSI's 'Marking Sets'), or they may be generic (using various placeholder template tags that will be replaced with appropriate information from the context).

Definition at line 539 of file DNA_anim_types.h.

Member Data Documentation

◆ array_index

int KS_Path::array_index

Index that path affects.

Definition at line 558 of file DNA_anim_types.h.

Referenced by BKE_keyingset_add_path(), and blender::animrig::insert_key_to_keying_set_path().

◆ flag

short KS_Path::flag

Various settings, etc.

Definition at line 553 of file DNA_anim_types.h.

Referenced by add_empty_ks_path_exec(), BKE_keyingset_add_path(), and blender::animrig::insert_key_to_keying_set_path().

◆ group

char KS_Path::group[64]

Name of the group to add to.

Definition at line 545 of file DNA_anim_types.h.

Referenced by BKE_keyingset_add_path(), and blender::animrig::insert_key_to_keying_set_path().

◆ groupmode

short KS_Path::groupmode

◆ id

ID* KS_Path::id

ID block that keyframes are for.

Definition at line 543 of file DNA_anim_types.h.

Referenced by BKE_keyingset_add_path(), and blender::animrig::insert_key_to_keying_set_path().

◆ idtype

int KS_Path::idtype

ID-type that path can be used on.

Definition at line 548 of file DNA_anim_types.h.

Referenced by add_empty_ks_path_exec(), and BKE_keyingset_add_path().

◆ keyingflag

short KS_Path::keyingflag

(eInsertKeyFlags) settings to supply insert-key() with.

Definition at line 561 of file DNA_anim_types.h.

Referenced by blender::animrig::insert_key_to_keying_set_path().

◆ keyingoverride

short KS_Path::keyingoverride

(eInsertKeyFlags) for each flag set, the relevant keying-flag bit overrides the default.

Definition at line 563 of file DNA_anim_types.h.

Referenced by blender::animrig::insert_key_to_keying_set_path().

◆ next

struct KS_Path* KS_Path::next

Definition at line 540 of file DNA_anim_types.h.

Referenced by BKE_keyingset_free_paths().

◆ prev

struct KS_Path * KS_Path::prev

Definition at line 540 of file DNA_anim_types.h.

◆ rna_path

char* KS_Path::rna_path

Dynamically (or statically in the case of predefined sets) path.

Definition at line 556 of file DNA_anim_types.h.

Referenced by BKE_keyingset_add_path(), BKE_keyingset_free_path(), and blender::animrig::insert_key_to_keying_set_path().


The documentation for this struct was generated from the following file: