Commit Graph

40 Commits

Author SHA1 Message Date
JannisX11
73afbb1729 Select reference image modes
Outline invisible reference images in editing mode
Fix issue with reference image depth order when color picking
2023-04-07 23:24:03 +02:00
JannisX11
a31bfe4359 Add RGB color sliders and color picker options menu 2022-12-21 15:13:41 +01:00
JannisX11
31024a3909 Animation controller: Improved touch support
Finish undo integration
Fix autocomplete issues
2022-12-17 16:04:53 +01:00
JannisX11
54b9f83c80 Fix #1633 Null object visual size resets in animation mode
Fix issue with molang expression validator
Fix UV editing of mesh vertices not working on tall textures
Add failsafe and warning for plugin BarItems without correct ID
2022-11-03 19:11:26 +01:00
JannisX11
63fefe9e24 Fix #1629 Image editor disappears when enabling quad view
Add image_editor format feature
2022-11-02 18:33:31 +01:00
JannisX11
7a3f948a3d Save selected tool when switching modes 2022-10-29 17:25:33 +02:00
JannisX11
1d50f59137 Improve performance by bundling interface update calls 2022-10-08 00:27:49 +02:00
JannisX11
17c6300b41 Fix #1575 Selected tool resets to default when switching between projects
Fix bedrock projects being marked as unsaved after opening in some cases
Fix #1581 Recent Project Thumbnails show discarded changes
2022-10-01 18:40:43 +02:00
JannisX11
f468486f8b Improve 2D image editor
Fix mobile implementation
Add dynamic max zoom level in UV / texture editor
2022-09-03 23:36:21 +02:00
JannisX11
2aac76d81c Add 2D image editing mode 2022-08-06 13:37:20 +02:00
JannisX11
300ddd4f50 Make model identifier/geo name optional for formats
Fix menus not disappearing after closing tab
2022-05-20 00:24:43 +02:00
JannisX11
8f310a1e0e Add pan tool
Fix panel resizing direction on mobile
Remove screen orientation preference
Fix error message when changing keybinding on search result
2022-03-24 20:09:12 +01:00
JannisX11
ef20d0cf59 Fix #1338 Viewport zoom and offset not consistent
Add Panel event hooks
2022-03-12 22:57:54 +01:00
JannisX11
ec5bb874a8 Improve panel rearranging
Add independent positioning for paint mode UV window
Fix issue with bone pivot toolbar
2022-03-10 21:24:33 +01:00
JannisX11
a3fe55783f Update Panel system, WIP 2022-02-22 18:12:27 +01:00
JannisX11
af5b60e743 Fix mode keybindings not saving
Fix ground plane and painting grid being included in screenshots
Delete removed faces of a cube when converting to mesh, closes #1264
2022-01-26 16:14:31 +01:00
JannisX11
3ac0ffe85b Add animation copy pasting
Add modifier suggestion for display mode uniform scaling
Display UV editor texture when no face is selected
2021-12-10 22:03:34 +01:00
JannisX11
77bdfb6fc7 Add Amend Edit menu 2021-12-07 18:31:16 +01:00
JannisX11
35d56d7057 Fix meshes being visible in animation mode 2021-12-01 11:49:35 +01:00
JannisX11
8beef0e1f0 Add pose mode 2021-11-23 12:51:09 +01:00
JannisX11
fafc9186b9 Add start screen search bar
Increase recent model cap and cap max
Refactor start screen code into new file
2021-11-13 23:19:23 +01:00
JannisX11
e6ce9eac47 Brush opacity now goes up to 255
Improve drawing performance
Default recent model list type is now grid
Fix UV pasting not working in preview
Fix #1041 Copy pasting UV on meshes can sometimes twist region
Fix #1092 Rescaling is not calculated correctly with 22.5 degree elements
2021-10-14 16:39:02 +02:00
JannisX11
dd6ad7387a Allow vertex snapping for mesh sections, closes #1056
Fix mesh painting grid issues
Fix vue issues
Fix shape and gradient tool not working on meshes
2021-09-23 15:59:26 +02:00
JannisX11
4c9d9acd5d Implement new start screen + new start screen tech
Implement mesh painting grid, close #1014
Implement mesh mirror painting, close #1013
Fix issue displaying mesh without faces
Implement mesh UV mirroring
2021-09-21 21:13:24 +02:00
JannisX11
6b5a5f5cc0 Fix #1063 Unable to rotate groups with meshes on them
Fix project import resolution issues with meshes (#1059)
Fix #1058 Importing project does not apply mesh texture
Fix #1064 Cannot move lines on normal transform mode
Fix various actions not working on meshes
Fix various vue errors and inconsistencies
2021-09-21 11:20:10 +02:00
JannisX11
774a0f2a1c Merge branch 'uv-editor' into poly 2021-08-19 16:01:50 +02:00
JannisX11
3bbd7007cf New UV editor initial setup 2021-08-17 22:02:23 +02:00
JannisX11
5fe1d62424 Initial mesh rendering 2021-07-28 17:49:09 +02:00
JannisX11
4ccbbcaa67 Track almost all project data in tabs 2021-07-10 22:22:02 +02:00
JannisX11
b0580acfff Show start screen only on new tabs 2021-07-07 13:08:56 +02:00
JannisX11
bf3bf349d9 Add link to Blockbench Wiki
Fix issue where model stays posed when switching Animate > Paint > Edit mode
2021-06-29 10:30:03 +02:00
JannisX11
042e3c7e75 Keybinding tweaks
Write all default keybindings as char
Remove some default keybindings
2021-02-20 11:58:53 +01:00
JannisX11
2df0b1f397 UI improvements 2021-02-01 19:33:42 +01:00
JannisX11
a32daea7b1 Make start mode hide status bar 2021-01-10 21:05:30 +01:00
JannisX11
4e1fe04e99 Allow modes to add center window 2020-12-22 13:32:49 +01:00
JannisX11
8555f5b86c Make everything deletable 2020-11-27 23:23:16 +01:00
JannisX11
a04974aab2 Bottom panel selector on mobile devices 2020-10-11 16:54:52 +02:00
JannisX11
cc25a0e637 Fix hold_on_last_frame animation only playing once
Add additional event hooks
2020-08-05 16:38:38 +02:00
JannisX11
a7471f3753 v3.6.0 2020-07-16 09:32:59 +02:00
JannisX11
7941f20437 3.4.1 2020-03-10 22:19:17 +01:00