Skip to content

Commit 799f09e

Browse files
committed
v1.5.0
1 parent 3c51bdd commit 799f09e

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.5.0 - 2025-01-19
2+
- Added new "Convert Drawings to Tile" button
3+
14
## 1.4.2 - 2025-01-03
25
- Improved github workflow automation
36

Readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ allows drawings to more seamlessly fit into the background. However, as of Foun
3434
disabling the scene darkness and weather effects as long as the button (K) is held, to ensure that the selected color is
3535
precisely the right color (from the background/tile/token/drawing you're hovering over), rather than a darkened version of it.
3636

37+
## Convert Drawings to Tile (new button in the drawing tools)
38+
39+
Select some drawings, press the button, look at a preview, and then either download the image or set it as a tile (uploading it to `worlds/[your-world-id]/PDT-converted-drawings`).
40+
3741
# Old features - now core behavior as of Foundry V12 (awesome!)
3842

3943
### Disabled grid-snapping (allow precise starting points for strokes)

Roadmap.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
- [Boneyard Drawing Tools](https://github.com/operation404/boneyard-drawing-tools)
1717
- [Sketch Tiles](https://foundryvtt.com/packages/sketch-tiles) (it's nice, maybe I could fork it? desperately needs color picker and eraser and transparency)
1818

19-
20-
# Consume "drawing tokenizer" into this module?
21-
- [Drawing Tokenizer](https://github.com/KayelGee/DrawingTokenizer) (+[my fork](https://github.com/shemetz/DrawingTokenizer))
22-
2319
# Add Eraser tool?
2420
It would be a tool that lets you drag the cursor through a bunch of Drawing objects and instantly erase everything you
2521
move oit through. Ctrl+Z would hopefully still work afterwards to undo what you did.

module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "precise-drawing-tools",
33
"title": "Precise Drawing Tools",
44
"description": "Improves the freehand drawing tools to enable more detailed artwork.",
5-
"version": "1.4.2",
5+
"version": "1.5.0",
66
"compatibility": {
77
"minimum": "12",
88
"verified": "12"

0 commit comments

Comments
 (0)