add parentID and parentJointIndex to terse logging

This commit is contained in:
Seth Alves 2015-12-05 15:12:44 -08:00
parent 44285dab25
commit 1f0150f65f

View file

@ -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);