968 Commits

Author SHA1 Message Date
JannisX11
769b54b471 Fix mesh and cube rotation issues
Fix issue when copying cube+mesh UV faces
2022-01-14 19:25:27 +01:00
JannisX11
30474e23a6 Fix #1254 Android file issue
Correctly import files with .txt attached to name after extension
2022-01-14 17:02:36 +01:00
JannisX11
ce0f1078a8 Fix model import working in Skin mode
Fix OBJ import issue with broken models
Fix Painting grid issue with single edges
2022-01-14 16:44:54 +01:00
JannisX11
dfd4c1e641 Fix #1226 Rotate UV does not update viewport on meshes
Fix #1227 Converting to mesh does not retain marker color
Fix locked outliner nodes can be renamed
Fix #1223 Extruded meshes not UV-mapped correctly
Fix creating tri over quad not splitting quad
2022-01-10 21:06:30 +01:00
JannisX11
9b58f7ca34 Fix #1234 Cannot move mesh with parent in global space
Fix #1233 Mesh leaves bone when using amend edit
2022-01-10 19:55:38 +01:00
JannisX11
ebef3c45fc Fix issue with meshes and multiple texture templates 2022-01-10 13:51:35 +01:00
JannisX11
0e2175fbb9 Loop cut direction option 2022-01-10 13:21:49 +01:00
JannisX11
51b5681f7f Merge branch 'master' of https://github.com/JannisX11/blockbench 2022-01-08 14:22:32 +01:00
JannisX11
3f97f74082 Fix plugin caching issue
Fix start screen caching issue
Fix backgrounds not working in some display mode slots
2022-01-08 14:22:22 +01:00
JannisX11
105d22a3a3
Merge pull request #1246 from SnaveSutit/master
Update dialog.js
2022-01-02 19:54:42 +02:00
JannisX11
62694f5a1c Fix #1242 GLTF export issue
Attempt to solve #1236, issue with displaying icomoon icons
2022-01-02 18:54:20 +01:00
SnaveSutit
940bd532c5 Update dialog.js
- Removed unused confirmEnabled and cancelEnabled from Dialog
2022-01-01 17:17:16 -05:00
JannisX11
56146c07dd Improve UV editor zooming behavior 2021-12-30 14:40:33 +01:00
JannisX11
01545e940e Add catch for issues in glTF exporter 2021-12-30 13:15:29 +01:00
JannisX11
c6c64aeef1 Fix #1217 texture drag and drop issue
Fix FOV issue in display mode
Fix unselect in outliner only working in edit mode
Fix null objects in timeline not unselecting correctly
Fix selection coordinate display issue in copy-paste tool
2021-12-23 10:40:05 +01:00
JannisX11
01f9808ca3 Package v4.1.0 [ci-build] 2021-12-21 18:43:44 +01:00
JannisX11
18645fcf79 Fix fill tool issue on plastered elements 2021-12-21 18:23:48 +01:00
JannisX11
a7356d12f6 Fix collada scale issue
Bump version to 4.1.0
2021-12-21 18:13:04 +01:00
JannisX11
30297c67dd Change ground plane color
Enable locators in generic model
Optimize skin models for pose compatibility
2021-12-21 15:30:01 +01:00
JannisX11
5214580a6b Fix lock IK target rotation issue
Fix issue with mutable custom keyframe channels
Make mirror paint element detection more forgiving
2021-12-21 10:07:14 +01:00
JannisX11
a5545e5348 Implement lock IK target rotation
Fix issues with skin pose when saving
2021-12-20 22:26:07 +01:00
JannisX11
901580cf9c Implement skin pose preset panel
Fix transformer uniform scaling not extending correct axis
Fix IK pose displaying when exporting in edit mode
2021-12-20 14:42:54 +01:00
JannisX11
efc1001f70 Implement auto UV when creating new mesh face
Fix #1214 IK issue when target is null sibling
2021-12-18 21:20:34 +01:00
JannisX11
e466dac399 Fix null object position calculation
Update collada export scale
2021-12-18 14:36:12 +01:00
JannisX11
95c4e430c8 Fix sharpness issue in GIF recorder on large screens
Change texture generator resolution text to pixel density
Improve coordinate display in UV editor (paint tool and copy-paste tool)
2021-12-15 15:23:42 +01:00
JannisX11
485a103f50 Fix plugins not working offline
Reorganize UV editor toolbar
2021-12-14 22:51:21 +01:00
JannisX11
df418b89eb 4.1 Beta 2 [ci-build] 2021-12-14 14:46:49 +01:00
JannisX11
73896ad480 Merge branch 'master' into next 2021-12-14 14:42:29 +01:00
JannisX11
a346551b8e Improve Copy-paste tool UX 2021-12-14 13:57:49 +01:00
JannisX11
efdb3572bc Fix paint brush issues 2021-12-14 00:14:23 +01:00
JannisX11
2b038c7b72 Fix issue with exploded skin view in multiple tabs
Improve GIF cropping
2021-12-13 23:52:23 +01:00
JannisX11
0744daa301 Fix issue with locator positions 2021-12-13 17:19:51 +01:00
JannisX11
cf243850f6 Add GIF recording HUD + cropping
Closes #1181, closes #928
2021-12-13 14:41:07 +01:00
JannisX11
863e5b40d3 Amend edit option for inset 2021-12-13 12:00:05 +01:00
JannisX11
9d7b7d24c7 Fix #1198 Alt tool function issue on webapp
Fix #1194 copy paste tool issue
Fix #1195 Resize tool modifier suggestion issue
Add missing modifier suggestions, closes #1196
2021-12-12 13:26:23 +01:00
JannisX11
4ca824c1f7 Fix #1205 No recent model redaction in streamer mode
Refactor action control code
Fix #1197 web app collada export
2021-12-12 12:41:44 +01:00
JannisX11
9394a2f29b Fix #1200 Missing slider translation
Fix #1204 cannot escape action control settings dialog
2021-12-11 17:01:23 +01:00
JannisX11
1552db40fe Add units to resolution in template generator
Fix transform gizmo issue
2021-12-11 16:48:04 +01:00
JannisX11
5f5d1574e5 Fix rotation tool issue 2021-12-11 13:20:44 +01:00
JannisX11
59a4fe1836 Add default mesh UV mapping, closes #1192
Add amend edit options for created mesh
2021-12-10 22:54:05 +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
666b37b908 Add confidential field to formats to hide in streamer mode
Fix FOV issue in start screen thumbnails
Fix #1199 Drag to duplicate works on skin mode
2021-12-10 17:14:05 +01:00
JannisX11
aa37246d50 4.1 beta 1 [ci-build] 2021-12-10 12:32:01 +01:00
JannisX11
f6ab00f2d2 Fix canvas unselecting when dragging UV/Color
Fix Tint and Cullface controls being visible in generic format
Fix texture drag and drop in start screen
2021-12-10 12:26:39 +01:00
JannisX11
ba4dceaa68 Clicking on buttons that open a menu now closes menu again
Add suggestions to mobile modifier key menu
2021-12-10 12:05:54 +01:00
JannisX11
283117c46f Merge branch 'resize-planes' into next 2021-12-10 11:29:26 +01:00
JannisX11
de4676b69e Add ability to select locators as IK target 2021-12-10 11:16:00 +01:00
JannisX11
207353d8c8 Fix motion trail on null objects
Fix IK not always resolving correctly
2021-12-09 23:09:08 +01:00
JannisX11
d06f83922b Change start screen scrolling behavior
Remove use of deprecated atob API
2021-12-09 22:16:19 +01:00
JannisX11
3c5d9b1cee Export IK animations
Fix IK memory leak
2021-12-09 18:01:56 +01:00