Commit Graph

66 Commits

Author SHA1 Message Date
JannisX11
5a0ebdbeae Merge branch '3.8' into merging 2021-02-20 13:21:46 +01:00
JannisX11
3fd7de3a73 Make dialog search bar a component 2021-02-20 13:21:11 +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
38ead3b3ed Don't show duplicate textures in bedrock loader 2021-02-17 17:34:09 +01:00
JannisX11
cb3a1247b9 Fix duplicating anim overwriting old one in file 2021-02-16 23:49:11 +01:00
JannisX11
01d1aae059 Fix root locators not being saved 2021-02-13 21:47:18 +01:00
JannisX11
dbc5dedd31 Add action to export minecraft skins from file menu 2021-02-13 14:00:26 +01:00
JannisX11
218ee55e1f Support mc namespaces to generate flat item visual 2021-02-10 13:42:16 +01:00
JannisX11
ee9ff0aee0 Auto remove deleted files from recent
Fix event issue in bedrock texture dialog
2021-02-02 22:58:29 +01:00
JannisX11
c97cd983a8 Resolve outliner issue 2021-02-01 23:28:15 +01:00
JannisX11
9c7e64e381 Merge branch '3.8' into merging 2021-02-01 19:58:14 +01:00
JannisX11
28034789df Integrate null objects 2021-01-31 20:31:45 +01:00
JannisX11
7d65c78b43 More performance improvements 2021-01-31 12:51:10 +01:00
JannisX11
bb5b7b4284 Performance improvements by reducing use of jQuery 2021-01-31 00:12:53 +01:00
JannisX11
5bff78fa71 Rename NonGroup > OutlinerElement > Outliner Node 2021-01-30 22:41:24 +01:00
JannisX11
971327c5ff Redo outliner dragging + sorting 2021-01-30 22:30:34 +01:00
JannisX11
0c84cbf058 Preserve JSON formatting in bedrock files with multiple geos 2021-01-26 22:57:31 +01:00
JannisX11
7e64a11848 Convert explode skin view action to toggle
Fix issue with file input in dialog form
2021-01-23 22:49:21 +01:00
JannisX11
4c3b79c0cc Fix #801 Zombie skin model pose applied incorrectly 2021-01-12 22:37:44 +01:00
JannisX11
df0c1ae0f2 Merge branch 'master' into 3.8 2021-01-10 22:15:59 +01:00
JannisX11
9926202d28 Add action to explode skin model
closes #795
2021-01-10 22:13:32 +01:00
JannisX11
a19c1a55ea Support for CIT texture paths
Closes #448
2021-01-10 15:30:52 +01:00
JannisX11
c2ed10d547 Basic model merging function 2021-01-09 13:37:50 +01:00
JannisX11
52657c084f Export gltf models in block instead of pixel units 2020-12-25 21:58:29 +01:00
JannisX11
2253f5b11b Fix small modded entity export issue 2020-12-22 13:28:01 +01:00
JannisX11
274334b111 Refactor codec, format and IO files
Add new format property animation_files
2020-12-13 15:10:08 +01:00
JannisX11
000823d1f1 Update deprecated native dialog methods 2020-12-12 18:42:48 +01:00
JannisX11
608378e6f0 Import performance improvements 2020-12-12 15:14:48 +01:00
JannisX11
a0a9c920f5 Fix issues with skin mode
- Fix "Save Model" trying to save model file
- Fix rotation tool selecting cubes instead of bones
2020-12-06 21:20:29 +01:00
JannisX11
89c526f715 Remove log message in skin model importer 2020-11-08 18:42:12 +01:00
JannisX11
629c118856 Fix '#' not working in image paths in UI
Fixes #733
2020-11-07 20:48:58 +01:00
JannisX11
62bd3e287b Fix modded entity exporter generating unused bones
closes #751
2020-10-30 16:47:32 +01:00
JannisX11
5f70af14c4 Add goat skin model 2020-10-30 15:50:57 +01:00
JannisX11
2bfafac90d Sample animations with non linear interpolation 2020-10-28 21:57:12 +01:00
JannisX11
a17035c812 Remove conditional chaining to increase compatiblity 2020-10-26 19:56:00 +01:00
JannisX11
91f0b47ccd Display offset when moving/stretching keyframes
Allow stretching keyframes from both sides
Fix issue with empty model identifier in modded entities
2020-10-25 00:36:55 +02:00
JannisX11
9b3da73eea Add codec: load_filter API and convert codecs 2020-10-21 16:12:14 +02:00
JannisX11
433f682299 Prevent NaN values in visible box 2020-10-14 18:27:36 +02:00
JannisX11
11be98c1e8 Add Color option to selection window
Fix hoglin window
2020-10-12 17:26:51 +02:00
JannisX11
7a60e64771 Add clickable keyframes to motion trails 2020-10-10 18:31:56 +02:00
JannisX11
a3479578ce Load animations only when switching to the tab 2020-10-09 22:12:26 +02:00
JannisX11
fd39c54bb3 Improve performance 2020-10-04 11:13:38 +02:00
JannisX11
f0db857023 Fix OBJ exporter 2020-10-02 20:06:13 +02:00
JannisX11
9205ddac23 Add support for mc bedrock material instances 2020-09-30 23:05:45 +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
de397a66e6 Fix rounding issue in UV editor, closes #675
Improve bedrock model import performance
2020-09-28 23:11:16 +02:00
JannisX11
f992eccbb5 Update GLTF exporter for new features
Improve timeline zooming behavior
Fix animation saving
2020-09-27 17:03:28 +02:00
JannisX11
c3b6922d52 Fix keyframe data point undo issues 2020-09-26 23:29:28 +02:00
JannisX11
1d8436d696 Option to minify bbmodel files 2020-09-26 13:21:20 +02:00
JannisX11
3ebf9efff7 Fixes to modded entity cube rotation exporter 2020-09-20 15:53:48 +02:00