mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 04:12:46 +02:00
remove crufty comments
This commit is contained in:
parent
a58773823d
commit
91ff9722ec
1 changed files with 0 additions and 2 deletions
|
@ -300,7 +300,6 @@ void Rig::clearJointAnimationPriority(int index) {
|
||||||
void Rig::clearIKJointLimitHistory() {
|
void Rig::clearIKJointLimitHistory() {
|
||||||
if (_animNode) {
|
if (_animNode) {
|
||||||
_animNode->traverse([&](AnimNode::Pointer node) {
|
_animNode->traverse([&](AnimNode::Pointer node) {
|
||||||
// only report clip nodes as valid roles.
|
|
||||||
auto ikNode = std::dynamic_pointer_cast<AnimInverseKinematics>(node);
|
auto ikNode = std::dynamic_pointer_cast<AnimInverseKinematics>(node);
|
||||||
if (ikNode) {
|
if (ikNode) {
|
||||||
ikNode->clearIKJointLimitHistory();
|
ikNode->clearIKJointLimitHistory();
|
||||||
|
@ -313,7 +312,6 @@ void Rig::clearIKJointLimitHistory() {
|
||||||
void Rig::setMaxHipsOffsetLength(float maxLength) {
|
void Rig::setMaxHipsOffsetLength(float maxLength) {
|
||||||
if (_animNode) {
|
if (_animNode) {
|
||||||
_animNode->traverse([&](AnimNode::Pointer node) {
|
_animNode->traverse([&](AnimNode::Pointer node) {
|
||||||
// only report clip nodes as valid roles.
|
|
||||||
auto ikNode = std::dynamic_pointer_cast<AnimInverseKinematics>(node);
|
auto ikNode = std::dynamic_pointer_cast<AnimInverseKinematics>(node);
|
||||||
if (ikNode) {
|
if (ikNode) {
|
||||||
ikNode->setMaxHipsOffsetLength(maxLength);
|
ikNode->setMaxHipsOffsetLength(maxLength);
|
||||||
|
|
Loading…
Reference in a new issue