Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate entries in tree view when making an existing node a child of another #504

Closed
kephale opened this issue Jun 15, 2023 · 2 comments
Closed

Comments

@kephale
Copy link
Member

kephale commented Jun 15, 2023

To reproduce:

  1. Create some shapes like spheres with SciView.addSphere
  2. Create another Node to use as a parent
  3. Loop over the spheres and use parent.addChild(sphere) on each sphere

The tree view now has duplicate entries for the spheres:
image

@xulman
Copy link
Contributor

xulman commented Jun 16, 2023

I confirm, the duplicity is actually easy to be achieved with the current API... possibly in more ways..

continuing this in PR #497

@kephale
Copy link
Member Author

kephale commented Jul 22, 2023

I believe this was completed with this PR #497

@kephale kephale closed this as completed Jul 22, 2023
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

No branches or pull requests

2 participants