You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One hurdle to overcome would be how to traverse the visual parents without building a complete map of all the assets.
This could be implemented by initially showing all assets without a visualParent. Once navigating into an asset, we query the database for all asset with the previous assets id as visualParent.
tokejepsen
added a commit
to tokejepsen/launcher
that referenced
this issue
Aug 8, 2018
Goal
Simplify clutter by utilizing
visualParent
data member.Motivation
With lots of episodes/shots, the navigation can become difficult.
Implementation
Similar to walking the hierarchy of;
project
>silo
>asset
We would need to include the visual parents;
project
>silo
>visualParent
>asset
The issue might be implementing the potential of unlimited visual parent levels.
The text was updated successfully, but these errors were encountered: