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

Public Attributes

ePoseBlendState state
 
bool needs_redraw
 
struct {
   bool   use_release_confirm
 
   int   drag_start_xy [2]
 
   int   init_event_type
 
   bool   cursor_wrap_enabled
 
release_confirm_info
 
AssetTempIDConsumertemp_id_consumer
 
float blend_factor
 
struct PoseBackuppose_backup
 
Objectob
 
bActionact
 
bool free_action
 
Scenescene
 
ScrAreaarea
 
char headerstr [UI_MAX_DRAW_STR]
 

Detailed Description

Definition at line 55 of file pose_lib_2.c.

Member Data Documentation

◆ act

bAction* PoseBlendData::act

◆ area

ScrArea* PoseBlendData::area

◆ blend_factor

float PoseBlendData::blend_factor

◆ cursor_wrap_enabled

bool PoseBlendData::cursor_wrap_enabled

◆ drag_start_xy

int PoseBlendData::drag_start_xy[2]

◆ free_action

bool PoseBlendData::free_action

Definition at line 76 of file pose_lib_2.c.

Referenced by poselib_blend_free(), and poselib_blend_init_data().

◆ headerstr

char PoseBlendData::headerstr[UI_MAX_DRAW_STR]

Info-text to print in header.

Definition at line 82 of file pose_lib_2.c.

Referenced by poselib_blend_apply().

◆ init_event_type

int PoseBlendData::init_event_type

Definition at line 62 of file pose_lib_2.c.

Referenced by poselib_blend_handle_event(), and poselib_blend_init_data().

◆ needs_redraw

bool PoseBlendData::needs_redraw

◆ ob

Object* PoseBlendData::ob

◆ pose_backup

struct PoseBackup* PoseBlendData::pose_backup

◆ 

struct { ... } PoseBlendData::release_confirm_info

◆ scene

Scene* PoseBlendData::scene

Definition at line 78 of file pose_lib_2.c.

Referenced by poselib_blend_cleanup(), and poselib_blend_init_data().

◆ state

ePoseBlendState PoseBlendData::state

◆ temp_id_consumer

AssetTempIDConsumer* PoseBlendData::temp_id_consumer

Definition at line 68 of file pose_lib_2.c.

Referenced by poselib_blend_init_get_action(), and poselib_tempload_exit().

◆ use_release_confirm

bool PoseBlendData::use_release_confirm

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