Commit Graph

3343 Commits

Author SHA1 Message Date
JannisX11
b162ee7d35 Remove redundant console logs 2024-05-09 17:28:40 +02:00
JannisX11
299b5b9e14 Update languages 2024-05-09 17:25:28 +02:00
JannisX11
f72de25778 Merge branch 'next' 2024-05-09 16:51:49 +02:00
JannisX11
16bd22b63b Fix knife tool selecting edges and faces 2024-05-09 16:50:32 +02:00
JannisX11
543901120a Add 4.10 update screen 2024-05-09 16:33:04 +02:00
JannisX11
20573c782f Add suggested modifier keys for knife tool 2024-05-09 12:10:39 +02:00
JannisX11
1a23a69717 Fix issue importing older bbmodel files in web app 2024-05-09 11:03:18 +02:00
JannisX11
b15ad31894 Add setting for saving selected texture as default in JEM
Keep CEM scale property, closes #2246
Fix UV toolbar CSS issue
2024-05-08 21:55:32 +02:00
JannisX11
eaab6eb305 Change labels of "Use as particle" and "use as default" when already enabled
Allow context menu entries to be functions
2024-05-08 20:22:02 +02:00
JannisX11
7d9e214b8c Fix issues applying texture flipbook changes 2024-05-08 19:40:42 +02:00
JannisX11
3a2dfb0f59 Implement cycle UV actions 2024-05-07 23:38:05 +02:00
JannisX11
8861a63ec6 Fix #2279 undoing deleting a group does not properly restore timeline animator 2024-05-07 21:16:49 +02:00
JannisX11
c01deff372 Add 4.10 splash art 2024-05-07 18:37:16 +02:00
JannisX11
e5b0401554 Add particle event support 2024-05-07 17:27:29 +02:00
JannisX11
2d6c086041 Fix deprecated plugin still installing when canceling dialog 2024-05-05 21:14:40 +02:00
JannisX11
19a912785c Fix mesh UV drifting when using auto UV 2024-05-05 21:14:21 +02:00
JannisX11
c7fd8cc318 Add option to center individual pivot points 2024-05-04 23:30:53 +02:00
JannisX11
015b029b8f Add event hook in undo save constructor
...to allow custom undo aspects
2024-05-04 23:10:20 +02:00
JannisX11
33f5a736d6 Improve resize tool handling on inverted cubes
Fix material icons overflow if icon is missing
2024-05-04 22:56:03 +02:00
JannisX11
f1db906d82 v4.10 beta 2 [ci-build] 2024-05-03 20:22:20 +02:00
JannisX11
bca001fddb Fix submenu issue in some themes 2024-05-03 19:58:47 +02:00
JannisX11
6ce017e04f
Merge pull request #2266 from ewanhowell5195:next
Add custom thumbnail CSS support for themes
2024-05-03 16:39:02 +02:00
JannisX11
4a30d77d6f Merge branch 'next' into pr/ewanhowell5195/2266 2024-05-03 16:38:32 +02:00
JannisX11
ddff4b1369 Theme thumbnail tweaks 2024-05-03 16:37:07 +02:00
JannisX11
045983c579 Fix file extension disappearing from recent project names
Fix bbmodel not handling faces without texture correctly
2024-05-03 15:42:01 +02:00
JannisX11
3d8bde2a33 Adjust UV when cropping texture to selection
Reduce decimal digits in texture list resolution factor
2024-05-03 15:27:52 +02:00
JannisX11
b86fbe28cd Add resize frame option to flipbook editor 2024-05-03 14:14:40 +02:00
JannisX11
48b9589a9c Fix issue when importing bedrock models with rotated locators 2024-05-03 13:39:35 +02:00
JannisX11
99e91c07bf Fix #2051 leftover faces after merging vertices 2024-05-03 13:19:03 +02:00
JannisX11
915ad617f5
Merge pull request #2309 from SnaveSutit/custom-userdata-folder
Add a CLI argument to specify the userData folder.
2024-05-03 12:58:54 +02:00
JannisX11
3abf1f52de Highlight edges and vertices when hovering over 2024-05-03 00:18:55 +02:00
JannisX11
ce47df6b9e Fix animation length rounding to lower value than last keyframe
Increase UV visible mesh face limit
2024-05-02 22:53:17 +02:00
SnaveSutit
7478644af5 Whoops, that's still an indexing error. 2024-05-01 18:48:49 -04:00
SnaveSutit
af8dcbf627 Improve UX
Add user-facing error that makes sense when userData isn't provided a path.
2024-05-01 18:42:25 -04:00
SnaveSutit
bcfa614b13 Clarify comment
a d v a n c e d
2024-05-01 18:30:34 -04:00
SnaveSutit
9d40404010 Improve implementation 2024-05-01 18:15:17 -04:00
JannisX11
9fc34dfb05 Merge branch 'single-tex-default' into next 2024-05-01 23:58:42 +02:00
JannisX11
0a59e4a05f Finish implementing default single texture system
Improve implementation of per-bone textures
2024-05-01 23:58:17 +02:00
JannisX11
249c288d86 Make "Edit" first option when opening image file with Blockbench 2024-05-01 11:11:26 +02:00
JannisX11
8aad81e41d Add description option to showmessagebox commands API
Update recommended text in mesh auto fix message boxes
2024-05-01 11:10:40 +02:00
JannisX11
4d58a2e900 Fix animations always playing when recording GIF
Fix missing translations on transform pivot tool
2024-05-01 10:58:10 +02:00
SnaveSutit
2af5b6ab7b Add CLI arg --userData 2024-04-30 18:56:46 -07:00
JannisX11
2e7e5ec3d0 WIP single texture defaults 2024-04-28 21:57:45 +02:00
JannisX11
c22ca7848a Optimize sketchfab tag suggestions, add NoAI tag 2024-04-27 22:56:15 +02:00
JannisX11
ec9b085aac Add FBX embed textures export option 2024-04-27 22:12:15 +02:00
JannisX11
e803c9a140 Merge branch 'pr/SiboVG/1886' into next 2024-04-27 21:34:26 +02:00
JannisX11
73251304d8
Merge pull request #1886 from SiboVG/fbx-bin
Fix binary FBX export geometry & external texture exporting
2024-04-27 21:32:13 +02:00
JannisX11
ff801482f3 Fix ASCII FBX error in PR 2024-04-27 21:27:58 +02:00
JannisX11
4583c224f0
Merge pull request #2258 from Oakfather/bug-gltf
GLTF Export Bug : element not defined
2024-04-27 19:33:34 +02:00
JannisX11
b6d6426868 Fix #2301 namespace auto-re-generating when opening project 2024-04-27 19:32:11 +02:00