Commit Graph

78 Commits

Author SHA1 Message Date
JannisX11
1b5bb9aba8 Fix tab selection issues
Fix issue with save dialog when closing program
UV Editor no longer updates when hidden, improving performance
Fix animated texture preview in UV panel
2021-09-15 17:50:46 +02:00
JannisX11
35767f018f Implement auto UV action for meshes
Change selection mode widget to icon mode
Implement bar select icon mode
Fix vertex selection issue
Fix OBJ export scale
Add UV Editor "Center View on Selection"
Fix rendering issue with transparent cube faces
2021-09-15 00:26:07 +02:00
JannisX11
9f1beb13eb Allow changing vertex coords via position sliders
Highlighting of selected faces
Fix #1025 Cannot assign tab as a keybind
FIx #1045 error when saving java block/item
Fix #1006 UV face scaling issue
Fix #1027 OBJ mesh export issue
Make element toolbar labels slightly smaller
Fix issue with generating templates on 0 wide mesh faces
2021-09-12 22:41:10 +02:00
JannisX11
13a40283c8 Fix mesh rotation and pivot point editing
Closes #1028, closes #1007, closes #1018
Fix #1008 mesh highlighting
Fix #1032 Selection does not update when switching selection modes
2021-09-10 20:07:49 +02:00
JannisX11
df29c226db Close #1037 by showing current path in dialog
Fix issues with extrusion direction, closes #1029, closes #1023
Fix #1011 missing translation
Fix #1036 cannot toggle password input visibility
Fix render sides not updating in all projects
2021-09-10 15:29:34 +02:00
JannisX11
555a001a73 Store camera angles and view mode per project
Fixes #1039
2021-09-10 11:51:34 +02:00
JannisX11
e7bb7ad1df Fix basic vertex snapping
Highlight action control type in different color
Fix some UV editor issues
2021-09-07 12:25:41 +02:00
JannisX11
eaafbf7ad0 UV Editor fixes 2021-09-01 22:13:04 +02:00
JannisX11
c613bb32c4 Merge branch 'texturemesh' into next 2021-08-27 11:45:44 +02:00
JannisX11
e8ad4c829e Merge branch 'poly' into next 2021-08-27 11:44:38 +02:00
JannisX11
b01a2db378 Fix #999 Effect animator name is red
Fix shading issue on scaled elements
Animate tab thumbnails
2021-08-22 15:07:59 +02:00
JannisX11
b54934c5ce Mesh selection modes 2021-08-22 01:25:50 +02:00
JannisX11
c323769c06 Rotation tool mesh compatibility
Fixes to mesh editing
2021-08-18 17:27:06 +02:00
JannisX11
2c62fbaa1e OBJ model import 2021-08-15 13:03:16 +02:00
JannisX11
6be0d0cf61 Texture mesh rendering 2021-08-12 22:15:47 +02:00
JannisX11
ba7a99fddf Texture mesh positioning and import/export 2021-08-11 17:37:07 +02:00
JannisX11
ac73c41bc9 Update mesh face materials 2021-08-10 21:29:20 +02:00
JannisX11
ecccb915bc Auto sort quad vertices 2021-08-02 12:42:06 +02:00
JannisX11
45eef76105 Implement new system to update view 2021-07-29 18:17:26 +02:00
JannisX11
49b1da4dd9 Add basic mesh element setup 2021-07-26 17:07:51 +02:00
JannisX11
4b52856b8c Continue to implement PreviewController system 2021-07-25 22:11:24 +02:00
JannisX11
2fd97375d4 Merge branch 'three-no-geo' into next 2021-07-25 20:06:46 +02:00
JannisX11
407ccca7bc Fix issues with new threejs version 2021-07-25 18:27:46 +02:00
JannisX11
018c2d321a Merge branch 'master' into next 2021-07-24 22:57:11 +02:00
JannisX11
4afa9c4363 Fix issues with newer three.js version 2021-07-24 22:55:02 +02:00
JannisX11
cc73aa8a9c Fix shader issue on Mali 400 and Tegra 3 GPUs, closes #939 2021-07-21 13:01:51 +02:00
JannisX11
7e5f7ec19f Fix transformer and other features for new threejs 2021-07-19 23:06:57 +02:00
JannisX11
2d2e32607f Merge branch 'master' into three-no-geo 2021-07-19 21:35:11 +02:00
JannisX11
b7910261db Save model data per project
Opening models from OS now opens new tab
2021-07-08 14:30:32 +02:00
JannisX11
3a72623718 Fix issue in painting grids with specific tex resolutions 2021-07-05 20:45:27 +02:00
JannisX11
0d5aceb4c2 Fix issue when scaling locators
Fix horizontal scroll bar in keybinding menu
2021-06-29 10:44:13 +02:00
JannisX11
5fa8dd80c2 Fix Z-fighting in solid view mode
Fix cube hover highlight not working
Fix issue with bbmodel importer
2021-06-24 23:31:07 +02:00
JannisX11
b882107af4 Fix #934 Plugin API Documentation button
Fix #927 Opening Backup folder action not working
Fix issue with transforming/rotating groups
2021-06-24 16:15:52 +02:00
JannisX11
ef91699525 Make rotated locators transform correctly 2021-06-23 23:36:39 +02:00
JannisX11
dc25b713d5 Fix animated texture preview in single tex mode 2021-06-16 16:28:59 +02:00
JannisX11
e4f9b8cf60 Fix incorrect keyframe panel inputs for effects
Improve usability of sound keyframes in timeline
Fix render sides not updating in solid view mode
Make search bar in dialogs wider
Fix missing codec in generic model format
2021-06-16 15:52:05 +02:00
JannisX11
49a15b26a5 Add option to zoom in viewport using mouse cursor 2021-06-13 21:32:18 +02:00
JannisX11
67464ef621 Add action to wrap selection into group
Change solid view to shade towards camera
2021-06-13 18:25:59 +02:00
JannisX11
9ee1c65152 Add emissive texture rendering mode
Use custom shaders for textures
Handle layered textures as texture setting instead of project setting
2021-06-13 12:24:42 +02:00
JannisX11
56df13320d Fix cube position updating issue 2021-06-09 13:27:50 +02:00
JannisX11
b8a4d776f7 Add Canvas.updateView() api 2021-05-22 12:27:29 +02:00
JannisX11
4803d7efd9 Merge branch 'master' into next 2021-05-12 20:17:57 +02:00
JannisX11
b7075be6c3 Add solid view mode 2021-05-07 15:57:24 +02:00
JannisX11
6076d8856f Attempt to fix issue with cube click detection 2021-04-11 23:09:56 +02:00
JannisX11
027115c86f Fix issue with cube click detection 2021-03-27 22:10:20 +01:00
JannisX11
7756f8c83d Fix #817 texture gets unselected when running undo 2021-03-04 15:02:04 +01:00
JannisX11
109c3fd83f Update bones more efficiently 2021-01-27 20:36:38 +01:00
JannisX11
2d8cd9d5cf Update Three.js to 125, get rid of loading errors 2021-01-27 19:25:12 +01:00
JannisX11
fa3e1466fd Fix issue adding cubes to brand new bones 2021-01-25 22:53:55 +01:00
JannisX11
147f4cd695 Performance and memory improvements 2020-12-31 15:08:35 +01:00