Skip to content

Commit 6876f6d

Browse files
Add Node Name Relationship for oids above camera.
If an attribute's node is above a marker, then it's considered to be affected.
1 parent f05136f commit 6876f6d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/mmSolver/adjust/adjust_relationships.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1357,6 +1357,14 @@ void analyseNodeNameRelationships(const MarkerList &markerList,
13571357
"analyseNodeNameRelationships: "
13581358
"Rule 5: "
13591359
"Parent transform attributes affect child nodes.");
1360+
} else if (isParentOf(markerPath, attrInfo.fullPath)) {
1361+
// Rule 6: Parent transform attributes affect child marker
1362+
// nodes.
1363+
attrAffectsMarker = true;
1364+
MMSOLVER_MAYA_VRB(
1365+
"analyseNodeNameRelationships: "
1366+
"Rule 6: "
1367+
"Parent transform attributes affect child marker nodes.");
13601368
} else {
13611369
MMSOLVER_MAYA_VRB(
13621370
"analyseNodeNameRelationships: "

0 commit comments

Comments
 (0)