Skip to content

Commit

Permalink
Shifter: update data collector to add the following data: relatives, …
Browse files Browse the repository at this point in the history
…controlRelatives and aliasRelatives
  • Loading branch information
miquelcampos committed Jul 3, 2024
1 parent 7ded634 commit a25427a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions release/scripts/mgear/shifter/component/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2252,7 +2252,10 @@ def collect_build_data(self):
self.build_data["Twist"] = []
self.build_data["Squash"] = []
self.build_data["Settings"] = self.settings
self.build_data["relatives"] = self.relatives
self.build_data["jointRelatives"] = self.jointRelatives
self.build_data["controlRelatives"] = self.controlRelatives
self.build_data["aliasRelatives"] = self.aliasRelatives
if self.guide.parentComponent:
self.build_data["parent_fullName"] = self.guide.parentComponent.fullName
self.build_data["parent_localName"] = self.guide.parentLocalName
Expand Down

0 comments on commit a25427a

Please sign in to comment.