Commit Graph

175 Commits

Author SHA1 Message Date
JannisX11
b2bb3e3e51 Fix issue with gimbal controls when preview disabled 2021-02-28 15:57:55 +01:00
JannisX11
8f6cae31f1 Add toast notification API
Use toast notification for background positioning, closes #674
2021-02-28 12:51:15 +01:00
JannisX11
2b8852421a Save color picker tab between sessions
Fix plugin install message
Fix issue with gimbal controls in display mode locked slots
2021-02-28 00:42:01 +01:00
JannisX11
74c8ef8402 Fix edit sessions not working in webapp
Edit sessions now run over https
Fix issue with toggles and linked settings
Background rendering now respects mouse hovering over preview
2021-02-25 22:18:34 +01:00
JannisX11
8292b64cab Fix #811 Click canvas unselect cancels area select 2021-02-21 10:20:16 +01:00
JannisX11
cd7a17ca8c Fix #812 focus selection not working on side views 2021-02-20 21:54:12 +01:00
JannisX11
042e3c7e75 Keybinding tweaks
Write all default keybindings as char
Remove some default keybindings
2021-02-20 11:58:53 +01:00
JannisX11
3df72d2f36 Toggling projection mode now keeps zoom
Side views now keep their target positoin and zoom, closes #813
2021-02-20 00:02:56 +01:00
JannisX11
bd2a0b81b2 Gimbal controls switching to opposite locked angle 2021-02-13 22:08:20 +01:00
JannisX11
e6e864f8fd Fix locator dropdown issue
Move base lines
Extend camera frustum towards camera
2021-02-09 21:21:57 +01:00
JannisX11
cfad0975bd Fix little jumps in gimbal controls
Reverse keyframes now reverses data point order
Creating keyframes now selects channel in grapher
Fix issue with pre-post keyframes not exporting a correct time
Show "center pivot" button in animation mode
2021-02-08 23:31:20 +01:00
JannisX11
fb838a766f Improve gimbal controls 2021-02-04 17:20:01 +01:00
JannisX11
b4a06157de Add gimbal controls 2021-02-04 10:09:25 +01:00
JannisX11
7d65c78b43 More performance improvements 2021-01-31 12:51:10 +01:00
JannisX11
5bff78fa71 Rename NonGroup > OutlinerElement > Outliner Node 2021-01-30 22:41:24 +01:00
JannisX11
6471dd6a50 Add Blockbench.isTouch property
Fix issue with copying keyframes
2021-01-30 15:18:45 +01:00
JannisX11
3847ad1534 Add Background Rendering setting
Hook animation updates into main render loop
2021-01-27 19:44:30 +01:00
JannisX11
2d8cd9d5cf Update Three.js to 125, get rid of loading errors 2021-01-27 19:25:12 +01:00
JannisX11
3e040ffb59 Add 3DCONNEXION SpaceMouse support 2021-01-27 16:57:17 +01:00
JannisX11
fa3e1466fd Fix issue adding cubes to brand new bones 2021-01-25 22:53:55 +01:00
JannisX11
7e1cc3a856 Add toggles 2021-01-23 12:22:05 +01:00
JannisX11
9b55ed47e7 Checkbox icon for wireframe toggle 2021-01-22 21:31:57 +01:00
JannisX11
c0718c2aef Improve clipboard functionality in web app 2021-01-16 23:37:58 +01:00
JannisX11
147f4cd695 Performance and memory improvements 2020-12-31 15:08:35 +01:00
JannisX11
4e1fe04e99 Allow modes to add center window 2020-12-22 13:32:49 +01:00
JannisX11
a9f6ca1baf Add setting to disable hardware acceleration 2020-12-05 22:31:45 +01:00
JannisX11
8555f5b86c Make everything deletable 2020-11-27 23:23:16 +01:00
JannisX11
629c118856 Fix '#' not working in image paths in UI
Fixes #733
2020-11-07 20:48:58 +01:00
JannisX11
11af463d70 Fix screenshot in display mode using wrong camera 2020-10-30 15:54:33 +01:00
JannisX11
506f40ec8c Mobile Interface improvements 2020-10-26 15:27:07 +01:00
JannisX11
7ea5deec73 Fix canvas click unselect triggering when dragging 2020-10-25 17:37:14 +01:00
JannisX11
54a12ccc15 Rewrite preview control element scaling
closes #743
+ Add support for multiple events in Blockbench.on()
2020-10-21 18:31:26 +02:00
JannisX11
9ee7c35749 Make keyframes in motion trails right clickable 2020-10-16 19:44:58 +02:00
JannisX11
3f54c3b934 Allow option to disable AA when creating preview
Change "people" to "authors" in plugin warning message
2020-10-12 21:22:02 +02:00
JannisX11
7a60e64771 Add clickable keyframes to motion trails 2020-10-10 18:31:56 +02:00
JannisX11
dd3bfd1873 Motion trail setting 2020-10-10 15:17:43 +02:00
JannisX11
e119a1c3de Merge branch 'wintersky' into 3.7 2020-10-09 14:11:35 +02:00
JannisX11
2d796348a6 Add anti-aliasing setting 2020-10-06 21:57:57 +02:00
JannisX11
edb438bef0 Basic wintersky implementation 2020-10-06 21:23:13 +02:00
JannisX11
0412341ad1 Fix code indentation 2020-10-04 23:44:06 +02:00
JannisX11
fd39c54bb3 Improve performance 2020-10-04 11:13:38 +02:00
JannisX11
8162493621 Various fixes
Make Project res compensation available for non single_texture projects if only one texture exists
Prevent selection rect on touch devices
Fix issue with UV mapping preview for box UV
2020-10-03 23:51:24 +02:00
JannisX11
cc0d03e1ee Remove disabled faces from geometry: initial buggy version 2020-10-02 19:13:11 +02:00
JannisX11
763b1396bf Small interface fixes 2020-09-30 17:29:13 +02:00
JannisX11
2bc836d72c Fix issue with NaNs when offsetting keyframes
Improve molang syntax highlighting
Prevent animations from being imported twice
Set default cancel button in MessageBox to last button
2020-09-29 17:14:26 +02:00
JannisX11
806bbd61a0 Fix canvas click unselect triggered by rotate key
Fix issue with whitespaces in anim time update variable
2020-09-29 15:55:08 +02:00
JannisX11
1c01ae40b0 Fix issue with selecting invisible cubes
Fix issue with saving keyframes
2020-09-22 21:54:31 +02:00
JannisX11
300f191f8e Option to restore default preview backgrounds 2020-09-21 17:01:26 +02:00
JannisX11
84255bfde4 Rename Animator.selected to Animation.selected 2020-09-15 14:21:04 +02:00
JannisX11
1014afe296 Make empty texture wrap 2020-09-13 10:55:47 +02:00
JannisX11
1976889a43 Add template generator padding option 2020-09-12 16:13:57 +02:00
JannisX11
d4adacca7c Block and texture skin model presets 2020-09-11 22:55:17 +02:00
JannisX11
67e0ffb139 Add FOV setting
Closes #696
2020-08-17 16:48:14 +02:00
JannisX11
a27533278e Improve screenshot feature 2020-08-14 21:40:48 +02:00
JannisX11
1782ca450c Fix issue with importing bedrock models
Fix issue with cropped screenshot API
2020-08-05 16:40:55 +02:00
JannisX11
a7471f3753 v3.6.0 2020-07-16 09:32:59 +02:00
JannisX11
b2cd316ae7 v3.5.4 2020-05-31 18:43:41 +02:00
JannisX11
6a4d37e7b6 v3.5.3 2020-05-31 15:54:04 +02:00
JannisX11
47c38b2036 v3.5.0 2020-04-25 20:25:07 +02:00
JannisX11
a0e56fb25b v3.4.2 2020-03-14 21:32:24 +01:00
JannisX11
7941f20437 3.4.1 2020-03-10 22:19:17 +01:00
JannisX11
15e2407324 v3.4.0 2020-03-04 20:56:17 +01:00
JannisX11
271a46bdb1 v3.3.0 2020-01-23 18:53:36 +01:00
JannisX11
1f4ef9b22f v3.2.2 2019-12-22 17:33:55 +01:00
JannisX11
bdc69c40d3 v3.2.1 2019-12-17 17:44:27 +01:00
JannisX11
ec94ec84f0 v3.2.0 2019-12-15 20:04:31 +01:00
JannisX11
fd62f66ef5 v3.1.1 2019-09-06 00:16:54 +02:00
JannisX11
e8b28db005 Merge branch 'master' of https://github.com/JannisX11/blockbench
merging local and remove changes
2019-09-04 09:52:25 +02:00
JannisX11
ff7bfd8aa8 local changes [ci skip] 2019-09-04 09:52:21 +02:00
JannisX11
e4f0e8589a Remote bugfixes [ci skip] 2019-09-04 10:37:38 +03:00
JannisX11
2b3111c3df v3.1.0 2019-08-17 18:26:14 +02:00
JannisX11
d5426e9998 v3.0.5 2019-08-01 00:01:47 +02:00
JannisX11
fd3085b8fa v3.0.4 2019-07-26 13:33:29 +02:00
JannisX11
abdf97db96 v3.0.2 2019-07-19 17:31:22 +02:00
JannisX11
7096c3a421 v3.0.0 2019-07-17 18:02:07 +02:00