Skip to content

BT v2.2.0

Latest
Compare
Choose a tag to compare
@GigsD4X GigsD4X released this 24 Jun 02:05

New features

  • Added color picker to Paint Tool for selecting any color (0d812b6)
  • Middle (mouse wheel) clicking on parts now selects siblings (other parts under same parent), or adds them to selection if Shift key is held (0ba1e84)
  • Import plugin can now import new color property using version 3 of serialization format (f99048a)

Improvements

  • Lower size limit for parts in Resize Tool is now 0.05 studs (f9e497e)
  • Color picker now has ability to preview colors live (used in Paint Tool) (070322a)

Bug fixes

  • Dragging outside of color pickers while choosing colors no longer triggers selection (30a7d8f)
  • Weld Tool no longer issues errors in plugin due to assuming outlines are enabled (4818bae)
  • Replacing the selection (e.g. when clicking different parts) no longer creates 2 diff. records (c77f95c)
  • Tool info pages are now less prone to unintentional triggering if hovering past dock UI (d526c53)

Breaking changes

  • Exporting now uses version 3 of serialization format to support BasePart.Color property (a500988)
  • [Internal] Core.SelectSiblings(bool ReplaceSelection) has been moved to TargetingModule.SelectSiblings(<BasePart, nil> Part, bool ReplaceSelection), where first parameter defaults to selection focus if nil (0ba1e84)
  • [Internal] Core.PrismSelect has been moved to TargetingModule.PrismSelect (e21a1be)