Animated Java v1.3.0
Changes
- Implemented #234
- JSON Text Components now require a content key.
- Added current Ko-Fi supporters to about page.
- Internal Changes
- Renamed
node.scale->node.baseScale - Reduced overall complexity of internal
renderedRigandrenderedAnimationstructures. - Normalized
snake_casefor 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.
- Renamed
- Plugin JSON
- Add custom model data offset setting to plugin configuration (#248)
Fixes
- Fixed custom keyframe panel duplicating
- Fixed #249
- Fixed #246
- Fixed #243
- Fixed #233
- Fixed formatting error in bone config title.
- Fixed #237
- Fixed text displays not saving or exporting
shadowtoggle. - Fixed text displays not saving or exporting
background. - Improved issue in #222
- Text Displays
- Fixed escaped characters including the backslash in the rendered JSON text.
- Fixed text component arrays not allowing a newline after the opening bracket.
- Fixed invalid error while parsing score object.
- Fixed
translatebeing namedtlfor some weird reason.
- Plugin JSON
nodeTransformno longer stores bonename,type, oruuid.- Moved
defaultTransformsintonodeasdefaultTransform. animatorsfor dynamic animations have been reduced to a list of keyframes.dynamicAnimationhad it'suuidfield removed.keyframeDataPoints'sxyzfields are now always strings when they're defined.- Removed
xyzfields from acommandschannelkeyframes's datapoints. animatorsthat don't have any keyframes are now excluded.- Implemented #242 & #240
- Fixed #245
- Removed unused settings from JSON export.
- Add UUID back to exported nodes and internal data structures.
- Added
safe_nameto nodes. - Fixed incorrect JSON Text serialization.
How to Install
You can install the latest release of AJ from the Blockbench plugin list, or manually with the animated_java.js file below.
Don't know how to use the Blockbench plugin list? Follow this tutorial.