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
Tool is now exponentially faster due to improvements in part indexing for Selection and BoundingBox modules to reduce intense table lookups (3744c68)
Bug fixes
Move, Resize, & Rotate tools no longer leave parts in a mid-operation state (collision disabled and anchored) if user switches tools or closes the tool too early (451570e)
Breaking changes
[Internal]number Selection.Find(Instance Item) replaced with bool Selection.IsSelected(Instance Item) (3744c68)
[Internal] Each time Selection.Add and Selection.Remove are called, Selection.Items table is now replaced with new list table generated from Selection.ItemIndex keys (3744c68)