Skip to content

Releases: AIGODLIKE/EasyShowTool

EasyShowTool v0.3.1

03 Sep 08:24
Compare
Choose a tag to compare

v0.3.1

Fix
Replaces the remove button of the default NODE_PT_annotation panel to prevent crashes

EasyShowTool v0.3.0

01 Sep 02:17
b4f0086
Compare
Choose a tag to compare

v0.3.0

New Feature

  • Add Tool(move the add function to a new tool)
    • click to select active
    • g/s/r to move/scale/rotate
    • Drag to add square/circle
    • Drag to add a new tip with scale
    • Double click to add a new tip with original size
  • Tweak Tool (the old tool)
    • shift + click to add selection
    • ctrl + click to remove selection

Fix

  • when no gp data, drag will report error

EasyShowTool v0.2.1

09 Aug 08:46
838e0d1
Compare
Choose a tag to compare

New Feature

  • improve multiple selection
    • shift + click to add selection
    • ctrl + click to remove selection
    • option: select all corner/one corner to select a layer

Fix

  • error when press x to remove when no layer

EasyShowTool v0.2.0

03 Aug 13:55
Compare
Choose a tag to compare

New Feature

  • Initial support for multiple selection

    • Transform
      • Move selected g
      • Rotate selected r
      • Scale selected s
    • Alignment & Distribution
      • Left/right/top/bottom alignment
      • Horizontal center/vertical center alignment
      • Horizontal/Vertical Distribution
    • Color
      • Change Selected Color
      • Change Selected opacity
      • New UI
    • Delete
      • Delete selected object
  • Scale/Rotate Improvement

    • Use bounding box center instead of stroke pivot(which work bad on some object)
  • Blender svg icon

    • bounding stroke remove is more accurate now

EasyShowTool v0.1.3

17 Jul 14:31
4f5f06f
Compare
Choose a tag to compare

Fix

  • ensure builtin font when the addon is not enable in exist file
  • delete error in new view modal
  • enable error in background mode
  • some debug info will not show in release mode

Change

  • view draw no longer needs click to show, instead, it will show when switch to the tool
  • Now the addon can be installed as an Extension

EasyShowTool v0.1.2

15 Jul 07:16
Compare
Choose a tag to compare

Fix

  • enable in background failed
  • no 3d view import icon will no longer report error
  • alt copy error when no context object
  • error report when no active layer

EasyShowTool v0.1.1

13 Jul 21:28
Compare
Choose a tag to compare

New Feature

  • Add object

    • add property thickness
    • add property opacity
  • Add Modal operator G to move

    • right click cancel
    • left click confirm
  • new palette system (fix error report when first use)

    • provide preset color
    • provide socket color
    • use popover panel to show

Fix

  • fix error report when first use
  • alt + click to copy move will change active object
  • no 3d view import icon will no longer report error