Commit graph

124 commits

Author SHA1 Message Date
b40d49c723 bump version v0.0.4 2025-01-19 14:24:23 +01:00
490723496c simplify 2025-01-19 14:21:21 +01:00
2f94702ea9 add removeNonAlphabetic 2025-01-19 14:20:37 +01:00
f046546e61 less print 2025-01-19 14:20:14 +01:00
167dea8164 allow replacements (upper/lower) 2025-01-19 14:19:59 +01:00
36c8f25e29 reset rotation mode 2025-01-19 12:03:42 +01:00
d13afa7d7d friendliness
prevent repetitive messages
2025-01-18 18:22:32 +01:00
1fbac99bd8 add space recognition 2025-01-18 18:21:33 +01:00
e69cdc951d cosmetics 2025-01-18 18:19:52 +01:00
cddbc79151 add requirements.txt
useful for development
2025-01-18 17:18:23 +01:00
648d4a6dee bump version v0.0.3 2024-12-07 15:13:28 +01:00
20fb69465b manual positioning
closes #1
2024-12-07 15:13:28 +01:00
b9bd72f979 remove outdated comments 2024-12-07 15:13:28 +01:00
9b20b703dc cleanup 2024-12-07 15:13:28 +01:00
bae49a2346 remove right panel 2024-12-07 15:13:28 +01:00
77f30d51d1 Merge pull request 'update doc' (#6) from dev into main
Reviewed-on: #6
2024-11-21 14:51:06 +01:00
c3055ac2c9 update doc 2024-11-21 14:44:51 +01:00
5c79392b40 more robust selection getter
this could actually be a function in butils
2024-11-21 14:35:21 +01:00
2ba83ea3fe updater
- introduce updater.host
- allow dev branch
- minor improvements
2024-11-21 14:32:29 +01:00
cd6457352b fix updater zipball 2024-11-16 15:13:34 +01:00
39b38d2ded readme header 2024-11-15 20:35:19 +01:00
f6b1649c71 smoother install font & depsgraph update
when we set a text, we don't want our manual depsgraph update, because
this would trigger another setting of the text, which would trigger the
manual depsgraph update, which would trigger another setting of the
text, which would trigger the manual depsgraph update, which will
eventually be too much.

So, we ignore the depsgraph update n-times, where "n = n-letters + 1".
worst side effect: might not update the text automatically in edge
cases.
2024-11-15 20:24:06 +01:00
b24d0dbca4 cross-platform acrobatics 2024-11-15 20:17:50 +01:00
0320a18002 bpy_to_abspath 2024-11-15 20:17:28 +01:00
cb40391e0d print to stderr 2024-11-15 20:16:59 +01:00
36ae68761d cosmetics 2024-11-05 16:03:09 +01:00
56904287a3 fix import
forgotten to add to older commit
2024-11-05 16:02:58 +01:00
a7e6bdf082 nothing
for local development, documenting optional setup
2024-11-05 16:01:52 +01:00
30251a635f cosmetics 2024-11-05 16:01:15 +01:00
4a10584710 possibly better description 2024-11-05 16:00:52 +01:00
77fdf7d93a add auto_updater 2024-11-05 15:45:50 +01:00
5e74787bb0 documentation 2024-11-05 15:42:14 +01:00
c302676ae3 bump version 2024-10-31 19:34:47 +01:00
e8fd0d8243 reset text on depsgraph update 2024-10-31 19:34:31 +01:00
b6d76ae958 update types automatically 2024-10-31 19:33:49 +01:00
e5e8a1b053 open asset directory 2024-10-31 19:33:22 +01:00
dfd08de27d fix offset when altering first point
fix #2
2024-10-31 19:31:45 +01:00
65710b05ee warn 2024-08-28 18:07:17 +02:00
460bbc8574 load used glyphs on file load 2024-08-28 17:45:27 +02:00
cd1af39985 load specific font in memory 2024-08-28 17:25:06 +02:00
40e97aaf9e typos 2024-08-26 20:46:14 +02:00
97ca4f5d23 revamp loading and panels 2024-08-26 18:48:43 +02:00
3631ac8e49 font path adventures with Mac OS 2024-08-23 16:32:40 +02:00
edb2c8cb8b show proper font in textmanager 2024-08-23 13:55:40 +02:00
76c05863b5 better newline logic when fixing curvature 2024-08-23 13:54:28 +02:00
2b442c09e4 fix install path issues and install by default 2024-08-23 12:28:48 +02:00
30235b565c update active_font_index if out or range 2024-08-23 12:28:01 +02:00
4caaa5b687 by default close text management 2024-08-21 17:34:13 +02:00
850377e0f5 add offset 2024-08-21 17:31:19 +02:00
01c116c321 remove text and allow rudimentary nurbs 2024-08-21 16:51:00 +02:00