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
renderedRig
andrenderedAnimation
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.
- 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
shadow
toggle. - 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
translate
being namedtl
for some weird reason.
- Plugin JSON
nodeTransform
no longer stores bonename
,type
, oruuid
.- Moved
defaultTransforms
intonode
asdefaultTransform
. animators
for dynamic animations have been reduced to a list of keyframes.dynamicAnimation
had it'suuid
field removed.keyframeDataPoints
'sxyz
fields are now always strings when they're defined.- Removed
xyz
fields from acommands
channelkeyframes
's datapoints. animators
that 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_name
to 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.