Deleted joints stays in the design
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello All,
I am using the script from https://github.com/yanshil/Joint2Graphviz/tree/bd3ed01a64965c4844b88c9b1720cddb1a4c4b35
to create a visualization for my joint hierarchy. When I walk through the joints using
for joint in root.joints:
I see some joints that I cannot find in the browser, what can cause this ?
How do I workaround this problem.
Thank you in advance.
Sandeep