Blender
V3.3
|
Public Member Functions | |
IK_Scene () | |
~IK_Scene () | |
Public Attributes | |
struct Depsgraph * | bldepsgraph |
struct Scene * | blscene |
IK_Scene * | next |
int | numchan |
int | numjoint |
IK_Channel * | channels |
iTaSC::Armature * | armature |
iTaSC::Cache * | cache |
iTaSC::Scene * | scene |
iTaSC::MovingFrame * | base |
KDL::Frame | baseFrame |
KDL::JntArray | jointArray |
iTaSC::Solver * | solver |
Object * | blArmature |
float | blScale |
float | blInvScale |
struct bConstraint * | polarConstraint |
std::vector< IK_Target * > | targets |
Definition at line 137 of file itasc_plugin.cpp.
|
inline |
Definition at line 158 of file itasc_plugin.cpp.
References armature, base, blArmature, bldepsgraph, blInvScale, blScale, blscene, cache, channels, next, numchan, numjoint, polarConstraint, scene, and solver.
|
inline |
iTaSC::Armature* IK_Scene::armature |
Definition at line 145 of file itasc_plugin.cpp.
Referenced by base_callback(), execute_scene(), IK_Scene(), and ~IK_Scene().
iTaSC::MovingFrame* IK_Scene::base |
Definition at line 148 of file itasc_plugin.cpp.
Referenced by IK_Scene(), and ~IK_Scene().
KDL::Frame IK_Scene::baseFrame |
Definition at line 149 of file itasc_plugin.cpp.
Referenced by base_callback(), and execute_scene().
Object* IK_Scene::blArmature |
Definition at line 152 of file itasc_plugin.cpp.
Referenced by base_callback(), BKE_pose_rest(), convert_channels(), convert_pose(), execute_scene(), and IK_Scene().
struct Depsgraph* IK_Scene::bldepsgraph |
Definition at line 138 of file itasc_plugin.cpp.
Referenced by base_callback(), and IK_Scene().
float IK_Scene::blInvScale |
Definition at line 154 of file itasc_plugin.cpp.
Referenced by execute_scene(), and IK_Scene().
float IK_Scene::blScale |
Definition at line 153 of file itasc_plugin.cpp.
Referenced by base_callback(), and IK_Scene().
struct Scene* IK_Scene::blscene |
Definition at line 139 of file itasc_plugin.cpp.
Referenced by base_callback(), convert_channels(), convert_tree(), and IK_Scene().
iTaSC::Cache* IK_Scene::cache |
Definition at line 146 of file itasc_plugin.cpp.
Referenced by execute_scene(), IK_Scene(), and ~IK_Scene().
IK_Channel* IK_Scene::channels |
Definition at line 144 of file itasc_plugin.cpp.
Referenced by base_callback(), BKE_pose_rest(), convert_channels(), convert_pose(), execute_scene(), IK_Scene(), and ~IK_Scene().
KDL::JntArray IK_Scene::jointArray |
Definition at line 150 of file itasc_plugin.cpp.
Referenced by BKE_pose_rest(), convert_channels(), convert_pose(), and execute_scene().
IK_Scene* IK_Scene::next |
Definition at line 140 of file itasc_plugin.cpp.
Referenced by create_scene(), IK_Scene(), itasc_execute_tree(), and itasc_update_param().
int IK_Scene::numchan |
Definition at line 141 of file itasc_plugin.cpp.
Referenced by IK_Scene().
int IK_Scene::numjoint |
Definition at line 142 of file itasc_plugin.cpp.
Referenced by convert_channels(), and IK_Scene().
struct bConstraint* IK_Scene::polarConstraint |
Definition at line 155 of file itasc_plugin.cpp.
Referenced by base_callback(), and IK_Scene().
iTaSC::Scene* IK_Scene::scene |
Definition at line 147 of file itasc_plugin.cpp.
Referenced by execute_scene(), IK_Scene(), and ~IK_Scene().
iTaSC::Solver* IK_Scene::solver |
Definition at line 151 of file itasc_plugin.cpp.
Referenced by execute_scene(), IK_Scene(), and ~IK_Scene().
std::vector<IK_Target *> IK_Scene::targets |
Definition at line 156 of file itasc_plugin.cpp.
Referenced by base_callback(), execute_scene(), and ~IK_Scene().