Commit Graph

3281 Commits

Author SHA1 Message Date
JannisX11
8aedbde247 Change move and layer move tool to have different shortcuts 2024-04-26 00:46:47 +02:00
JannisX11
5ef55abec0 Fix max reach issue of connected colors fill and magic wand select
Fix move gizmo rotation on group in local space in java block/item
2024-04-25 23:39:33 +02:00
JannisX11
bb83c1c625 Make 3D brush outline visible on both sides of faces
Closes #2289
2024-04-25 22:31:13 +02:00
JannisX11
f3947d9fcb Fix #2298 GIF resolution can be a pixel too small
Fix #2297 Plugin settings tab not triggering onChange
2024-04-25 20:13:20 +02:00
JannisX11
5fbbcb243b Fix #2291 Move tool gizmo misaligned on empty group 2024-04-24 23:28:58 +02:00
JannisX11
60c1f4ecc0 Setting for bedrock UV rotations 2024-04-23 21:01:05 +02:00
JannisX11
932ca226f3 Merge branch 'bedrock-uv-rotation' into next 2024-04-23 20:55:25 +02:00
JannisX11
13ac4157ce Add armadillo skin preset 2024-04-23 20:50:40 +02:00
JannisX11
51093d7374 Set default GIF format to 5-6-5 bit 2024-04-21 22:02:12 +02:00
JannisX11
08820728af Improve GIF recorder (#2262)
Change action control to no longer select option under mouse cursor when opening, to improve keyboard ease of use
2024-04-21 21:52:41 +02:00
JannisX11
8bbd2fcbdd Fix #2267 Removed faces not restored in Box UV 2024-04-21 18:40:31 +02:00
JannisX11
efb1055bb6 Improve new mobile header bar 2024-04-21 18:18:29 +02:00
JannisX11
8dbeb21766 FIx #2285 CTRL + Click no longer selects multiple UV faces
Add additional warning when loading invalid bbmodel file
2024-04-21 15:27:31 +02:00
JannisX11
cfce1f63c5 Merge branch 'next' of https://github.com/JannisX11/blockbench into next 2024-04-20 19:46:51 +02:00
JannisX11
e9667130f3 Fix #2065 Long sound keyframe can desync 2024-04-20 19:46:47 +02:00
JannisX11
84d31ca65d Fix reference image laggy playback 2024-04-20 19:45:09 +02:00
JannisX11
b8ab53b0d6
Merge pull request #2282 from ewanhowell5195/next2electricboogaloo
fixing missing `vars` prefix. fix gif transparency when background present
2024-04-20 18:44:48 +02:00
Ewan Howell
5d837ab18f fixing missing vars prefix. fix gif transparency when background present 2024-04-20 00:08:25 +01:00
JannisX11
69e0ccea01 Fix #2277 Cannot drag cube UV with "Move Texture with UV" enabled
Fix knife tool breaking when switching tab while it's enabled
2024-04-19 18:00:56 +02:00
JannisX11
dc60be7e30 Add knife tool snapping via shift
Fix #2278 knife tool mesh offset issue
2024-04-19 17:27:47 +02:00
JannisX11
b5d38e8029 Flipbook editor fixes 2024-04-19 17:05:24 +02:00
JannisX11
2c43996be1 Fix missing or incorrect translations 2024-04-19 13:55:39 +02:00
JannisX11
a61aa664b2 Keys to start and cancel GIF recording 2024-04-19 13:31:52 +02:00
JannisX11
dd0257e70c Update xcode version [ci-build] 2024-04-18 21:45:20 +02:00
JannisX11
18075ad132 Fix orbit gizmo code [ci-build] 2024-04-18 21:34:25 +02:00
JannisX11
ea20f4bc95 Update macOS build notarization [ci-build] 2024-04-18 21:22:17 +02:00
JannisX11
cd44f3be21 Ready for first beta [ci-build]
Fix pasting a group does not select it
Wrapping non-renamed elements (cubes and meshes) into a group no longer names group after them
2024-04-18 20:17:49 +02:00
JannisX11
17b04c793c Fix selecting keyframes from validator not switching to anim mode
Fixed some issues from recent GIF recorder pull request
2024-04-18 20:00:51 +02:00
JannisX11
d2e9d39dcc Load backup models in async sequence 2024-04-18 19:36:22 +02:00
JannisX11
64038e9153 Fix project loading issues
Fix scroll bar clipping too much into tab bar
2024-04-18 18:27:08 +02:00
JannisX11
6eeb073e9e Reference image video options and tweaks 2024-04-18 18:12:17 +02:00
JannisX11
e72a406832 Add play/pause button for reference videos
Fix reference videos not syncing with timeline when taking too long to load
2024-04-18 17:56:21 +02:00
JannisX11
50ec3582d4 Bump version to beta 1 2024-04-18 17:47:15 +02:00
JannisX11
231a37b771 Some style fixes 2024-04-17 20:29:58 +02:00
JannisX11
eaace48275 Fix #2273 disabled plugins still try to reload when reloading all
FIx #2272 plugin background icon can overflow
Make plugin dialog resizable
2024-04-15 22:50:21 +02:00
JannisX11
ca09cf3d3b Update Select Image Editor dialog
Add missing select dropdown class
2024-04-15 19:58:47 +02:00
JannisX11
8178e8939d Add OptiFine multi texture support
Closes #857
2024-04-14 23:06:46 +02:00
JannisX11
e57c79c6c4 Improve sketchfab error message
Fix style issue with shrinked window
2024-04-14 14:42:55 +02:00
JannisX11
26e0976999 Improve invalid characters in file path warning dialog 2024-04-14 13:32:51 +02:00
JannisX11
0a7d571da8 Changes to bbmodel format
Fixed project name not being set to file name
Fixed issue with relative texture paths
Fixed issue with texture path when merging models
Bumped format version to 4.10
Disabled global box UV setting changes when merging models
2024-04-13 13:22:05 +02:00
JannisX11
b216296e9e Update bedrock format versions to support uv rotations 2024-04-12 12:41:00 +02:00
JannisX11
e5bf71fe59 Add select by similar colors
Closes #2269
2024-04-11 20:39:34 +02:00
JannisX11
71e7fac3d6 Update GPU blocklist flag 2024-04-11 19:12:31 +02:00
JannisX11
511998561b Add plugin changelogs 2024-04-11 19:12:20 +02:00
JannisX11
60a6582018 Minor improvements
Fixed an issue with tools that have no modes list specified
2024-04-09 18:55:19 +02:00
JannisX11
044d952912 Ask to copy keyframes when duplicating bone
Closes #1564
2024-04-08 21:56:20 +02:00
JannisX11
83424081f6 Add plugin "contributes" data to suggest plugins for unknown formats 2024-04-06 13:36:37 +02:00
JannisX11
3ffc996d00 Fix timeline playhead line clipping
Tweak mesh edit auto fix texts
2024-04-06 13:03:36 +02:00
JannisX11
b8f7d5be7b Fix pose in armature gltf export
closes #2224
2024-04-06 12:53:57 +02:00
JannisX11
057be33118 Add back child ModelPart references in 1.17 Modded Entity
Closes #1892
2024-04-06 01:00:02 +02:00