Skip to content

fix: SkeletonActor.set_color references nonexistent self.jbone_actors - #58

Open
andrewwhitecdw wants to merge 1 commit into
NVlabs:mainfrom
andrewwhitecdw:bugfix/vis-smpl-df5051da
Open

fix: SkeletonActor.set_color references nonexistent self.jbone_actors#58
andrewwhitecdw wants to merge 1 commit into
NVlabs:mainfrom
andrewwhitecdw:bugfix/vis-smpl-df5051da

Conversation

@andrewwhitecdw

@andrewwhitecdw andrewwhitecdw commented Jul 27, 2026

Copy link
Copy Markdown

Problem

fix: SkeletonActor.set_color references nonexistent self.jbone_actors

Fix

Replace:

        for actor in self.jbone_actors:
            actor.GetProperty().SetColor(rgb_color)

with:

        for actor in self.bone_actors:
            actor.GetProperty().SetColor(rgb_color)

Files changed

  • motion_infiller/vis/vis_smpl.py

@andrewwhitecdw
andrewwhitecdw marked this pull request as ready for review August 3, 2026 22:11
@andrewwhitecdw

Copy link
Copy Markdown
Author

Closing this sweep-generated PR: sole commit is missing a valid Signed-off-by trailer. It does not meet the sweep requirements (single signed-off commit).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant