Commit Graph

113 Commits

Author SHA1 Message Date
JannisX11
8b95ffcff9 Undo Y Flip on glTF texture + UV export
Closes #1743
2023-04-07 17:39:28 +02:00
JannisX11
158186f35b Fix line numbers in CSS editor 2023-03-09 18:31:08 +01:00
JannisX11
38b4386cb6 Fix #1725 issue with nested molang expressions
Issue with variables when using variable placeholders with expressions
2023-02-25 22:28:01 +01:00
JannisX11
e354ffa310 Change indentation to tabs 2023-02-04 21:15:01 +01:00
JannisX11
2b9dc165cd Implement dom purify 2023-01-24 19:05:25 +01:00
JannisX11
a1bcfdfb83 Fix #1732 Clicking autocomplete doesn't update text correctly
Fix pressing tab does not switch between UV editor sliders
Fix MolangJS error when not enough arguments are present in functions
2023-01-20 17:59:56 +01:00
JannisX11
14d8a9b9c2 Add APNG recording option 2023-01-10 15:21:16 +01:00
JannisX11
10f17b4dcb Fix pressing tab in autocomplete switching input 2023-01-07 15:25:48 +01:00
JannisX11
0896c7dcd9 Fix some number input issues
Fix min-max not working for number settings
Change PWA screen orientation
Fix dialog stack issue
Update molang
2022-12-31 01:28:49 +01:00
JannisX11
1ec07f21c4 Update MolangJS to 1.6
Add support for conditional scopes and loops
Try and fix PWA issue where app still rotates with auto rotation disabled on device
2022-12-30 01:13:42 +01:00
JannisX11
5112b56bf0 Add placeholder texts in controller condition fields
Fix CSS editor component in theme dialog
Fix minor issue with animation controllers
2022-12-30 01:07:25 +01:00
JannisX11
baafb8d326 Fix overflow of autocomplete list in keyframe panel
Hide UV-related context menus in image editor
Update MolangJS, remove query functions that are now included in library
2022-12-28 23:27:49 +01:00
JannisX11
6674363114 Bump version to 4.6 beta 0
Update electron, wintersky, molang
Rename EmptyDialog to ShapelessDialog
2022-12-22 13:22:30 +01:00
JannisX11
31024a3909 Animation controller: Improved touch support
Finish undo integration
Fix autocomplete issues
2022-12-17 16:04:53 +01:00
JannisX11
2dd87cd954 Molang autocomplete 2022-12-17 02:00:18 +01:00
JannisX11
b18d9e2786 Remove Jimp, mostly 2022-11-20 11:32:22 +01:00
JannisX11
8a3c7bd28b Fix #1547 Scale keyframes incorrectly set to uniform
Fix #1549 Image adjusting sliders make translucent pixels opaque
Fix an issue with custom animation channels
Fix colors in Wintersky particles, update tinycolor to 1.4.2
Fix vertex snap not working on cubes
2022-09-02 23:31:32 +02:00
JannisX11
66f9baff69 Fix #1464 Once particles still loop
Improve particle texture file loading
2022-07-25 20:59:50 +02:00
JannisX11
3f18ea7bc2 Implement #1274 Pre Effect Script for particles
Implement #1392 Assign different particles to each entry in same particle keyframe
Fix issue with variables in particle curves
Fix #1426 "Jump to Animation Start" does not stop the sound that was playing
2022-06-26 17:22:10 +02:00
JannisX11
32b402ccee Fix MolangJS order of operation issue on some expressions
Fix issue with animation file saving order
2022-06-10 18:58:08 +02:00
JannisX11
79e371f621 Update Wintersky to 1.1.0
Fix issue where variables set by keyframes could no longer
Fix sign of camera rotation queries on X axis
2022-04-22 22:40:55 +02:00
JannisX11
37fc36c03e Fix #1362 query alias not working with arguments
Fix plugins from URL not installing correctly
Fix dialog onCancel not having event as argument
2022-04-03 14:08:34 +02:00
JannisX11
a3fe55783f Update Panel system, WIP 2022-02-22 18:12:27 +01:00
JannisX11
eb47eb9e37 Add action control to tools menu
Add move texture with UV to UV editor toolbar
Refactor about window
Fix issue when dragging keyframes
Fix issue with glTF exporter and no-side elements
2022-02-19 17:32:49 +01:00
JannisX11
7a8c18a780 Update to Electron 17
List plugins on startup as console table
Refactor, remove logs
2022-02-13 19:13:01 +01:00
JannisX11
def82ef18c Merge branch 'master' into next 2022-02-13 14:08:21 +01:00
JannisX11
db63aa6de5 Make 3D scene colors customizable by CSS 2022-02-12 00:06:31 +01:00
JannisX11
9f90b69e7e Fix #1280 Cut shotcut not updating molang inputs
Wrong interpolation when creating keyframe between discontinuous keyframes
Timeline graph axis now changes while not open when focusing an input
2022-02-11 19:29:44 +01:00
JannisX11
01545e940e Add catch for issues in glTF exporter 2021-12-30 13:15:29 +01:00
JannisX11
d06f83922b Change start screen scrolling behavior
Remove use of deprecated atob API
2021-12-09 22:16:19 +01:00
JannisX11
8495784dba Merge branch 'collada' into next 2021-12-01 22:02:14 +01:00
JannisX11
03f1f7e65e Add extra molang query support
Closes #1162, closes #1163, closes #1164
2021-11-19 23:21:10 +01:00
JannisX11
8f699cb40a Update collada exporter 2021-11-13 14:41:46 +01:00
JannisX11
0094173678 Merge branch 'next' into collada 2021-11-12 21:55:58 +01:00
JannisX11
7920a2fce3 Fix #980 Emojis causing issues in chat 2021-11-09 20:04:32 +01:00
JannisX11
04b4acde2d Fix #1146 glTF does not save node names
Fix texture generator rounding numbers incorrectly on high resolutions
Fix #1140 cannot pan UV editor while using copy-paste tool
2021-11-09 16:39:07 +01:00
JannisX11
def95852b5 Fix #1120 glTF export issue
Fix #1125 The Java Block/Item rotation limit is not enforced when pasting elements
Remove menu option to set texture to transparent on mesh
Face selection now validates face existance when selecting different elements
2021-10-23 12:45:06 +02:00
JannisX11
8e977958ec Fix fontawesome link
Improve vertex merging with new options
Fix #1094 Remove blank faces breaks rendering
Implement #1081 Feedback on merge verticies by distance
2021-10-14 21:36:57 +02:00
JannisX11
2a85c12152 Improve texture paths for optifine entities
Fixed UV editor reverse select error
Auto imported textures meshes in java models are not locked
Fix glTF export issue
2021-10-07 10:20:58 +03: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
c7a9cc943d Fix glTF exporter [ci-build]
Ready for beta!
2021-09-08 14:02:22 +02:00
JannisX11
b0c612ec30 Add color wheel picker option 2021-09-02 12:55:34 +02:00
JannisX11
daaa4e63b9 Update MolangJS to 1.4.1, closes #998
Fix keyframe panel not updating when selecting uniform scaling
2021-08-22 15:50:46 +02:00
JannisX11
407ccca7bc Fix issues with new threejs version 2021-07-25 18:27:46 +02:00
JannisX11
4afa9c4363 Fix issues with newer three.js version 2021-07-24 22:55:02 +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
797df76faf Fix materials being generated for each cube in glTF
Add click functionality to addStartScreenSection
2021-07-01 09:46:06 +02:00
JannisX11
a272561c6e Fix #941 glTF does not export materials 2021-06-28 22:51:49 +02:00
JannisX11
5ed2019e74 Update MolangJS to solve issue with particle variables 2021-06-28 13:33:57 +02:00