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
The tensor space view has the rarely used ability to display multiple tensors using a (glitchy: #6385) tab widget made of radio buttons. This features probably comes from a time where tabbed space views didn't even exist, and incurs complexity and inconsistency:
The space view property are current "per tensor", which makes them very hard to blueprint-ify.
The UI for what should be space-view-specific property is actually dependent on the "current" tensor.
Given that multi-tensor views are hardly ever used and easy to emulate with multiple views, this feature should be removed.
In case the query yields more than 1 tensor, the tensor view should:
display a warning in the view itself
display a warning the selection panel
(side quest) somehow show the un-displayable tensors in the blueprint tree?
The text was updated successfully, but these errors were encountered:
The tensor space view has the rarely used ability to display multiple tensors using a (glitchy: #6385) tab widget made of radio buttons. This features probably comes from a time where tabbed space views didn't even exist, and incurs complexity and inconsistency:
Given that multi-tensor views are hardly ever used and easy to emulate with multiple views, this feature should be removed.
In case the query yields more than 1 tensor, the tensor view should:
The text was updated successfully, but these errors were encountered: