I'm part of a Minecraft mod development team (https://cobblemon.com/en) and we are currently looking to implement a system for custom camera animations in our Minecraft mod that reads from a format similar to a bedrock animation json.
I was looking around and saw the blockbench camera plugin at https://github.com/JannisX11/blockbench-plugins/blob/master/plugins/cameras.js which appears to be authored by Jannis. This looks like it would be really handy for our animators and I'm interested in trying to modify this for our uncommon usecase (where a PR would likely not be suitable) so that we can conveniently export the camera as an animation timeline outside of the bbmodel, however I don't see any licenses attached to this. Before I dive any further, would we be able to get permission to do any of the following:
- Modify and distribute a fork of this within our internal team?
- Modify and distribute a fork of this to addon creators in our community?