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
"paint-boolean-ops/subtract-alt": "Subtract — cut the front shape out of every selected shape beneath it (Alt: keep the cutter; Shift: subtract all fronts from back shape only)",
Copy file name to clipboardExpand all lines: addons/paint-boolean-ops/addon.json
+28-1Lines changed: 28 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,33 @@
1
1
{
2
2
"name": "Boolean shape operations",
3
-
"description": "Adds boolean path operations to the vector costume editor: unite, subtract, intersect, exclude, combine, release, expand, open/close path, and a shaping sub-menu.",
3
+
"description": "Adds a Shaping panel to the vector costume editor: Unite · Subtract · Intersect · Combine/Release · Expand",
4
+
"info": [
5
+
{
6
+
"type": "info",
7
+
"text": "Unite — merge all selected shapes into one filled shape",
8
+
"id": "infoUnite"
9
+
},
10
+
{
11
+
"type": "info",
12
+
"text": "Subtract — front shape cuts a hole in every selected shape below it (Shift: cuts back shape only; Alt: keeps the cutter)",
13
+
"id": "infoSubtract"
14
+
},
15
+
{
16
+
"type": "info",
17
+
"text": "Intersect — keep only the overlapping areas of selected shapes (Alt: divide all into distinct regions)",
18
+
"id": "infoIntersect"
19
+
},
20
+
{
21
+
"type": "info",
22
+
"text": "Combine / Release — Combine groups shapes into a compound path where overlaps become transparent holes; Release splits it back into separate shapes",
23
+
"id": "infoCombine"
24
+
},
25
+
{
26
+
"type": "info",
27
+
"text": "Expand — grow a shape by its outline width",
0 commit comments