Skip to content

Animated Java v1.3.0

Compare
Choose a tag to compare
@SnaveSutit SnaveSutit released this 02 Aug 21:25

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 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.
  • 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 named tl for some weird reason.
  • 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.
    • 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.