Page MenuHomePhabricator

Gizmo should be removed from DataStorage when manipulated object is removed
Closed, ResolvedPublic

Description

The direct manipulation gizmo should be removed from DataStorage when manipulated object is removed. Currently it is not. This might seem strange to users.

The problem can be solved by adding a small observing object that will do exactly the removal that is needed.

Event Timeline

User maleike has pushed new remote branch:

bug-19555-remove-gizmo-with-object

[c44ef2]: Merge branch 'bug-19555-remove-gizmo-with-object'

Merged commits:

2016-02-09 17:57:21 Daniel Maleike [a1cc78]
Remove gizmo from storage together with manipulated node

[e6587d]: Merge branch 'bug-19555-remove-gizmo-with-object'

Merged commits:

2016-02-09 18:28:20 Daniel Maleike [c4868d]
COMP: fix compiler error