Commit Graph

583 Commits

Author SHA1 Message Date
JannisX11
a5ea0895f5 Dialog fixes
Fix mesh edge & face counter in status bar
Project opening fixes
2023-01-16 17:04:52 +01:00
JannisX11
2fc2732dbe Update splash screen 2023-01-15 18:21:06 +01:00
JannisX11
93117035de Fix temp memory leaks
Improve performance
2023-01-14 22:08:41 +01:00
JannisX11
a6c04681a3 Fix an issue in molang validation
Fix profile delete dialog not translated
Fix playback of animated textures with per-frame frame time
2023-01-13 23:25:53 +01:00
JannisX11
733b19b3ba Add background color on start screen label
Fix controller connections exceeding 20 rows not displaying
2023-01-13 00:15:01 +01:00
JannisX11
28cbf8f8f6 Automatically create bezier keyframes with angled handles
Add setting to only show handles of selected bezier keyframes
2023-01-12 17:58:30 +01:00
JannisX11
8b63208a3e Fix mesh inset not working 2023-01-11 19:08:16 +01:00
JannisX11
7080c7d41a Remove donate button in menu 2023-01-11 18:50:03 +01:00
JannisX11
28090ee1af Add button to select settings profile in title bar 2023-01-11 17:49:17 +01:00
JannisX11
a171ae2c79 Allow profiles to be conditioned on file paths 2023-01-10 22:33:30 +01:00
JannisX11
14d8a9b9c2 Add APNG recording option 2023-01-10 15:21:16 +01:00
JannisX11
eaa0057b5c GIF recorder improvements
Always render without AA
Improve performance
Add background image option, closes #1432
Add pixelate option
Display image size in screenshot return dialog
Startup performance improvement by deferring quad viewport setup
2023-01-08 20:01:18 +01:00
JannisX11
72dc9ec7e1 Performance improvements 2023-01-08 14:38:20 +01:00
JannisX11
d35653db8b Convert last dialogs from legacy system
Convert Transform > Scale dialog to new system
Convert extrude image dialog
2023-01-07 22:18:29 +01:00
JannisX11
b255db0192 Add copy/paste/duplicate/save support for anim controllers
Fix prompt for memory animations opening when loading model
2023-01-07 18:03:48 +01:00
JannisX11
47b909bd4f Option to embed textures in bbmodel file
Closes #907
2023-01-07 14:34:50 +01:00
JannisX11
2382d7dd55 Display UV and Element panels when no elements selected 2023-01-06 23:38:54 +01:00
JannisX11
206f674756 Selectable settings profiles 2023-01-05 17:58:17 +01:00
JannisX11
7c5e4895c6 v4.6.0 beta 1 [ci-build]
Fix downgrade compatibility of settings
2022-12-31 15:32: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
6062d9cbc8 Improve settings profiles 2022-12-31 01:05:51 +01:00
JannisX11
43ddba06ca Merge branch 'next' into settings-profiles 2022-12-30 22:17:42 +01:00
JannisX11
e90f6643b5 Implement settings profiles 2022-12-30 22:17:34 +01:00
JannisX11
0f88fd6031 Refactor showMessageBox
Reduce jquery usage
Remove some legacy dialog code
2022-12-24 14:33:40 +01:00
JannisX11
e9185a9264 Improve bezier keyframe baking optimization
Fix #1694 hovering over the borders of a texture shows the brush outline in the wrong place
Fix some issues
2022-12-22 18:33:19 +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
e67351e0c2 Add additive texture view mode
Add UI mode setting
2022-12-21 19:18:05 +01:00
JannisX11
a31bfe4359 Add RGB color sliders and color picker options menu 2022-12-21 15:13:41 +01:00
JannisX11
6d42266a2b Paint through transparent pixels, closes #875
Fixes #1692 Closing other tab closes "New Tab"
2022-12-19 22:26:41 +01:00
JannisX11
400ece7fe2 Merge branch 'animation-controllers' into next 2022-12-19 20:37:02 +01:00
JannisX11
7533db12c7 Improvements to tab overview
Update material icons
2022-12-19 12:43:27 +01:00
JannisX11
2196ad35f0 Tab overview screen
Empty dialog API
2022-12-19 00:36:19 +01:00
JannisX11
0798f86955 Allow multiple dialogs at once
Convert text prompt and display preset dialogs to Dialog system
2022-12-18 22:20:47 +01:00
JannisX11
d005c7661c Merge branch 'face-selection' into next 2022-12-18 16:05:51 +01:00
JannisX11
fc1915c7da Merge branch 'master' into next 2022-12-18 13:30:42 +01:00
JannisX11
c3b8a518c1 Color code display mode sliders
Improve start screen loading order
2022-12-18 13:25:50 +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
87aad232f0 Animation controller preview 2022-12-14 18:04:06 +01:00
JannisX11
bc1f1f5a2c Animation controllers undo & connecting 2022-12-13 21:54:36 +01:00
JannisX11
295b6c5f49 Animation controller connection lines & progress 2022-12-12 23:29:25 +01:00
JannisX11
98b59b7ca7 Change mesh selection system
Faces and edges can now be selected individually rather than vertex based
Closes #1050
2022-12-04 20:45:25 +01:00
JannisX11
95415b3b51 Fix #1675 Fix default context menu in Firefox
Fix links not correctly underlined in Firefox
2022-12-02 14:56:39 +01:00
JannisX11
3b1d2d61bb WIP animation controllers 2022-11-30 20:15:47 +01:00
JannisX11
aee549c58b Keyboard modifier menu in tablet mode 2022-11-27 14:17:17 +01:00
JannisX11
be740dd77a WIP settings profiles 2022-11-26 19:18:08 +01:00
JannisX11
8da8b5bd22 Add looped playback toggle 2022-11-26 00:16:49 +01:00
JannisX11
46c3f50ecc Improve dialog form width detection 2022-11-20 14:06:50 +01:00
JannisX11
b18d9e2786 Remove Jimp, mostly 2022-11-20 11:32:22 +01:00
JannisX11
94596d10e9 Fix issue with loop cuts when only line was selected
Fix shift and ctrl keys not working when changing loop cut offset
Allow percentage to be used in num sliders
2022-11-19 12:59:03 +01:00