mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 23:33:26 +02:00
add parentID and parentJointIndex to terse logging
This commit is contained in:
parent
44285dab25
commit
1f0150f65f
1 changed files with 6 additions and 0 deletions
|
@ -1780,6 +1780,12 @@ QList<QString> EntityItemProperties::listChangedProperties() {
|
|||
if (zPNeighborIDChanged()) {
|
||||
out += "zPNeighborID";
|
||||
}
|
||||
if (parentIDChanged()) {
|
||||
out += "parentID";
|
||||
}
|
||||
if (parentJointIndexChanged()) {
|
||||
out += "parentJointIndex";
|
||||
}
|
||||
|
||||
getAnimation().listChangedProperties(out);
|
||||
getKeyLight().listChangedProperties(out);
|
||||
|
|
Loading…
Reference in a new issue