Commit 145aeb2
committed
🚧 Squashed v1.3.0
commit 9de3ba9
Author: SnaveSutit <[email protected]>
Date: Fri Aug 2 17:14:22 2024 -0400
Update README.md
commit e61d9d3
Author: SnaveSutit <[email protected]>
Date: Fri Aug 2 17:13:21 2024 -0400
🛠️ Fix compiler crash due to undefined accessor
commit 190c13e
Author: SnaveSutit <[email protected]>
Date: Fri Aug 2 17:11:49 2024 -0400
🛠️ Fix custom keyframe panel duplicating
commit 054c606
Author: SnaveSutit <[email protected]>
Date: Thu Aug 1 15:11:17 2024 -0400
🛠️ Fix #249
commit 5482374
Author: SnaveSutit <[email protected]>
Date: Thu Aug 1 14:41:38 2024 -0400
🛠️ Improved issue in #222
commit 127d0a7
Author: SnaveSutit <[email protected]>
Date: Thu Aug 1 13:55:44 2024 -0400
🛠️ Fix #246
commit d5ce27a
Author: SnaveSutit <[email protected]>
Date: Thu Aug 1 13:42:38 2024 -0400
🛠️ Fix UUID not being included in exported nodes
commit 7ca85a1
Author: Duckelekuuk <[email protected]>
Date: Thu Aug 1 19:39:55 2024 +0200
✨ Add custom model data offset setting to plugin configuration (#248)
* Add custom model data offset field as plugin configuration
* 🚧 Make exported settings more specific
---------
Co-authored-by: SnaveSutit <[email protected]>
commit 28ea700
Author: SnaveSutit <[email protected]>
Date: Tue Jul 30 15:33:45 2024 -0400
🚧 Plugin JSON Improvements
- Fixed #245
- Removed unused settings from JSON export.
- Add UUID back to exported nodes and internal data structures.
- Added `safe_name` to nodes.
- Fixed incorrect JSON Text serialization.
commit 424173b
Author: SnaveSutit <[email protected]>
Date: Tue Jul 30 05:28:16 2024 -0400
🚧 Internal data structure improvements
- Reduced overall complexity of internal `renderedRig` and `renderedAnimation` structures.
- Normalized `snake_case` for most internal data structures and the plugin json export.
- Reduced the complexity of plugin json export data.
- Updated existing tech to use the updated data structures.
commit 995294b
Author: SnaveSutit <[email protected]>
Date: Fri Jul 26 21:45:50 2024 -0400
🚧 `node.scale` -> `node.baseScale`
commit 2ac8f5b
Author: SnaveSutit <[email protected]>
Date: Fri Jul 26 21:31:26 2024 -0400
🚧 Add Ko-Fi supporters to about page
commit fb7bf44
Author: SnaveSutit <[email protected]>
Date: Fri Jul 26 21:02:03 2024 -0400
🛠️ Fix #243
commit ffe0372
Author: SnaveSutit <[email protected]>
Date: Fri Jul 26 11:52:15 2024 -0400
🚧Implement #242 & #240
- Reduced complexity of keyframe data.
commit d610ebc
Author: SnaveSutit <[email protected]>
Date: Wed Jul 24 17:42:57 2024 -0400
🚧 Improve JSON Text parsing and validation.
- Fixed escaped characters including the backslash in the rendered text.
- Json Text Components now require a content key.
- Fixed text component arrays not allowing a newline after the opening bracket.
- Fixed invalid error while parsing score object.
- Fixed `translate` being named `tl` for some weird reason.
commit c61bc55
Author: SnaveSutit <[email protected]>
Date: Wed Jul 24 14:50:41 2024 -0400
Update package.json
commit 54b46aa
Author: SnaveSutit <[email protected]>
Date: Wed Jul 24 13:34:53 2024 -0400
🚧 Reduced redundant data in the Plugin JSON
- `nodeTransform` no longer stores bone `name`, `type`, or `uuid`.
- Moved `defaultTransforms` into `node` as `defaultTransform`.
- `animators` for dynamic animations have been reduced to a list of keyframes.
- `dynamicAnimation` had it's `uuid` field removed.
- `keyframeDataPoints`'s `xyz` fields are now always strings when they're defined.
- Removed `xyz` fields from a `commands` channel `keyframes`'s datapoints.
- `animators` that don't have any keyframes are now excluded.
commit be1b904
Author: SnaveSutit <[email protected]>
Date: Tue Jul 23 20:56:17 2024 -0400
🚧 Text Display Improvements / Fixes
- Added #234
- Fixed text displays not saving or exporting `shadow` toggle.
- Fixed text displays not saving or exporting `background`.
commit d2116bd
Author: SnaveSutit <[email protected]>
Date: Tue Jul 23 20:21:45 2024 -0400
🛠️ Fix #236
commit a0093c7
Author: SnaveSutit <[email protected]>
Date: Tue Jul 23 20:18:51 2024 -0400
🛠️ Fix #237
commit e9e29df
Author: SnaveSutit <[email protected]>
Date: Sat Jul 20 23:44:51 2024 -0400
🛠️ Fix formatting error in bone config title.
commit 23b9bc4
Author: SnaveSutit <[email protected]>
Date: Sat Jul 20 23:35:10 2024 -0400
🛠️ Fix #233
commit 13b8983
Merge: 6004ca2 5bc106d
Author: Titus Evans <[email protected]>
Date: Sat Jul 20 10:01:17 2024 -0700
1 parent 1afb92a commit 145aeb2
File tree
31 files changed
+1458
-1105
lines changed- schemas
- src
- components
- interface
- lang
- mods
- outliner
- systems
- datapackCompiler
- minecraft
- util
- test_blueprints
31 files changed
+1458
-1105
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
25 | 32 | | |
26 | 33 | | |
27 | 34 | | |
| |||
50 | 57 | | |
51 | 58 | | |
52 | 59 | | |
53 | | - | |
54 | 60 | | |
55 | 61 | | |
56 | 62 | | |
| |||
0 commit comments