Blender V4.5
bActionChannel Struct Reference

#include <DNA_action_types.h>

Public Attributes

struct bActionChannelnext
struct bActionChannelprev
bActionGroupgrp
struct Ipoipo
ListBase constraintChannels
int flag
char name [64]
int temp

Detailed Description

Definition at line 1119 of file DNA_action_types.h.

Member Data Documentation

◆ constraintChannels

ListBase bActionChannel::constraintChannels

Constraint Channels (when Action Channel represents an Object or Bone).

Definition at line 1127 of file DNA_action_types.h.

◆ flag

int bActionChannel::flag

Settings accessed via bitmapping.

Definition at line 1130 of file DNA_action_types.h.

◆ grp

bActionGroup* bActionChannel::grp

Action Group this Action Channel belongs to.

Definition at line 1122 of file DNA_action_types.h.

◆ ipo

struct Ipo* bActionChannel::ipo

IPO block this action channel references.

Definition at line 1125 of file DNA_action_types.h.

◆ name

char bActionChannel::name[64]

Channel name.

Definition at line 1132 of file DNA_action_types.h.

Referenced by action_flip_pchan(), and get_rna_access().

◆ next

struct bActionChannel* bActionChannel::next

Definition at line 1120 of file DNA_action_types.h.

◆ prev

struct bActionChannel * bActionChannel::prev

Definition at line 1120 of file DNA_action_types.h.

◆ temp

int bActionChannel::temp

Temporary setting - may be used to indicate group that channel belongs to during syncing.

Definition at line 1134 of file DNA_action_types.h.


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