Home
last modified time | relevance | path

Searched refs:Effector_struct (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/blender/blender-2.91.0/intern/itasc/
H A DArmature.hpp52 struct Effector_struct { struct in iTaSC::Armature
56 Effector_struct(const std::string& _name) {name = _name; oldpose = pose = F_identity;} in Effector_struct() function
58 typedef std::vector<Effector_struct> EffectorList;
H A DArmature.cpp371 Effector_struct effector(name); in addEndEffector()