Blender  V3.3
Public Attributes | List of all members
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 949 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 957 of file DNA_action_types.h.

Referenced by action_to_animato().

◆ flag

int bActionChannel::flag

Settings accessed via bitmapping.

Definition at line 960 of file DNA_action_types.h.

◆ grp

bActionGroup* bActionChannel::grp

Action Group this Action Channel belongs to.

Definition at line 952 of file DNA_action_types.h.

◆ ipo

struct Ipo* bActionChannel::ipo

IPO block this action channel references.

Definition at line 955 of file DNA_action_types.h.

Referenced by action_to_animato().

◆ name

char bActionChannel::name[64]

Channel name, MAX_NAME.

Definition at line 962 of file DNA_action_types.h.

Referenced by action_to_animato().

◆ next

struct bActionChannel* bActionChannel::next

Definition at line 950 of file DNA_action_types.h.

Referenced by action_to_animato().

◆ prev

struct bActionChannel * bActionChannel::prev

Definition at line 950 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 964 of file DNA_action_types.h.


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