Blender  V3.3
Public Attributes | List of all members
bActionModifier Struct Reference

#include <DNA_nla_types.h>

Public Attributes

struct bActionModifiernext
 
struct bActionModifierprev
 
short type
 
short flag
 
char channel [32]
 
float noisesize
 
float turbul
 
short channels
 
short no_rot_axis
 
struct Objectob
 

Detailed Description

Simple uniform modifier structure, assumed it can hold all type info.

Definition at line 21 of file DNA_nla_types.h.

Member Data Documentation

◆ channel

char bActionModifier::channel[32]

Definition at line 24 of file DNA_nla_types.h.

◆ channels

short bActionModifier::channels

Definition at line 28 of file DNA_nla_types.h.

◆ flag

short bActionModifier::flag

Definition at line 23 of file DNA_nla_types.h.

◆ next

struct bActionModifier* bActionModifier::next

Definition at line 22 of file DNA_nla_types.h.

◆ no_rot_axis

short bActionModifier::no_rot_axis

Definition at line 31 of file DNA_nla_types.h.

◆ noisesize

float bActionModifier::noisesize

Definition at line 27 of file DNA_nla_types.h.

◆ ob

struct Object* bActionModifier::ob

Definition at line 32 of file DNA_nla_types.h.

◆ prev

struct bActionModifier * bActionModifier::prev

Definition at line 22 of file DNA_nla_types.h.

◆ turbul

float bActionModifier::turbul

Definition at line 27 of file DNA_nla_types.h.

◆ type

short bActionModifier::type

Definition at line 23 of file DNA_nla_types.h.


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