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

Outliner Hierarchy / Folder & Directory structure not respected #488

Open
jo-chemla opened this issue Apr 22, 2024 · 0 comments
Open

Outliner Hierarchy / Folder & Directory structure not respected #488

jo-chemla opened this issue Apr 22, 2024 · 0 comments

Comments

@jo-chemla
Copy link

jo-chemla commented Apr 22, 2024

Defining a theatreKey to components within a <SheetProvider> is useful to name theatre objects that are editable. One can even use forward slashes / to define a directory/folder structure like Root/Group1/Object1.

Unfortunately, when an editable theatrejs object has a given theatreKey, say Parent, and that one or more other have another theatreKey that should place them under that object like Parent/Child1, Parent/Child2, then the Parent node within the Outliner is duplicated:

  • One is here for the Object itself, and clicking it let the user edit the object properties via the Property Editor.
  • and the other one is a folder only, clicking it does nothing, but clicking its children let the user edit each child properties.

See this issue for reference implementation highlighting the bug.

image

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

1 participant