Better selection for syncing support #1
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Due in part by the mix and match of Part/Group/Python features the selection filtering process is a bit difficult. It needs to support calling sync() on a parent object. Say
Subtrate
is selected, as it's a Body it cannot have a sync method, so it need to be delegated to theBoard
feature.