Animated-Java / animated-java

A Blockbench plugin that makes complex animation a breeze in Minecraft: Java Edition.
Other
159 stars 25 forks source link

Error when trying to export on experimental build #19

Closed Ancientkingg closed 2 years ago

Ancientkingg commented 2 years ago

In the scaleModels function the rotation of the element object gets queried, but it's never added when the object is constructed. To fix, add rotation: cube.rotation, to the object on L285 of modelComputation.js,

IanSSenne commented 2 years ago

modelComputation.js:285

SnaveSutit commented 2 years ago

Oops, made that change very late last night