Blender  V3.3
Public Member Functions | Public Attributes | List of all members
IK_Target Struct Reference

Public Member Functions

 IK_Target ()
 
 ~IK_Target ()
 

Public Attributes

struct Depsgraphbldepsgraph
 
struct Sceneblscene
 
iTaSC::MovingFrametarget
 
iTaSC::ConstraintSetconstraint
 
struct bConstraintblenderConstraint
 
struct bPoseChannelrootChannel
 
Objectowner
 
ErrorCallback errorCallback
 
std::string targetName
 
std::string constraintName
 
unsigned short controlType
 
short channel
 
short ee
 
bool simulation
 
bool eeBlend
 
float eeRest [4][4]
 

Detailed Description

Definition at line 67 of file itasc_plugin.cpp.

Constructor & Destructor Documentation

◆ IK_Target()

IK_Target::IK_Target ( )
inline

◆ ~IK_Target()

IK_Target::~IK_Target ( )
inline

Definition at line 102 of file itasc_plugin.cpp.

References constraint, and target.

Member Data Documentation

◆ bldepsgraph

struct Depsgraph* IK_Target::bldepsgraph

Definition at line 68 of file itasc_plugin.cpp.

Referenced by convert_tree(), IK_Target(), and target_callback().

◆ blenderConstraint

struct bConstraint* IK_Target::blenderConstraint

◆ blscene

struct Scene* IK_Target::blscene

Definition at line 69 of file itasc_plugin.cpp.

Referenced by convert_tree(), IK_Target(), and target_callback().

◆ channel

short IK_Target::channel

Definition at line 79 of file itasc_plugin.cpp.

Referenced by convert_tree(), and IK_Target().

◆ constraint

iTaSC::ConstraintSet* IK_Target::constraint

Definition at line 71 of file itasc_plugin.cpp.

Referenced by convert_tree(), execute_scene(), IK_Target(), and ~IK_Target().

◆ constraintName

std::string IK_Target::constraintName

Definition at line 77 of file itasc_plugin.cpp.

Referenced by convert_tree(), and IK_Target().

◆ controlType

unsigned short IK_Target::controlType

Definition at line 78 of file itasc_plugin.cpp.

Referenced by convert_tree(), copypose_callback(), copypose_error(), and IK_Target().

◆ ee

short IK_Target::ee

Definition at line 80 of file itasc_plugin.cpp.

Referenced by base_callback(), convert_tree(), and IK_Target().

◆ eeBlend

bool IK_Target::eeBlend

Definition at line 82 of file itasc_plugin.cpp.

Referenced by convert_tree(), IK_Target(), and target_callback().

◆ eeRest

float IK_Target::eeRest[4][4]

Definition at line 83 of file itasc_plugin.cpp.

Referenced by convert_tree(), and target_callback().

◆ errorCallback

ErrorCallback IK_Target::errorCallback

Definition at line 75 of file itasc_plugin.cpp.

Referenced by convert_tree(), and execute_scene().

◆ owner

Object* IK_Target::owner

◆ rootChannel

struct bPoseChannel* IK_Target::rootChannel

Definition at line 73 of file itasc_plugin.cpp.

Referenced by convert_tree(), IK_Target(), and target_callback().

◆ simulation

bool IK_Target::simulation

Definition at line 81 of file itasc_plugin.cpp.

Referenced by convert_tree(), copypose_callback(), distance_callback(), and IK_Target().

◆ target

iTaSC::MovingFrame* IK_Target::target

Definition at line 70 of file itasc_plugin.cpp.

Referenced by base_callback(), convert_tree(), IK_Target(), and ~IK_Target().

◆ targetName

std::string IK_Target::targetName

Definition at line 76 of file itasc_plugin.cpp.

Referenced by convert_tree(), and IK_Target().


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