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

#include <DNA_ipo_types.h>

Public Attributes

ID id
 
ListBase curve
 
rctf cur
 
short blocktype
 
short showkey
 
short muteipo
 
char _pad [2]
 

Detailed Description

Definition at line 84 of file DNA_ipo_types.h.

Member Data Documentation

◆ _pad

char Ipo::_pad[2]

Definition at line 97 of file DNA_ipo_types.h.

◆ blocktype

short Ipo::blocktype

Blocktype: self-explanatory; showkey: either 0 or 1 (show vertical yellow lines for editing).

Definition at line 94 of file DNA_ipo_types.h.

Referenced by do_versions_ipos_to_animato(), ipo_blend_read_data(), and ipo_to_animato().

◆ cur

rctf Ipo::cur

Rect defining extents of keyframes?

Definition at line 90 of file DNA_ipo_types.h.

◆ curve

ListBase Ipo::curve

◆ id

ID Ipo::id

◆ muteipo

short Ipo::muteipo

Muteipo: either 0 or 1 (whether ipo block is muted).

Definition at line 96 of file DNA_ipo_types.h.

Referenced by ipo_to_animato().

◆ showkey

short Ipo::showkey

Definition at line 94 of file DNA_ipo_types.h.


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