Ewan Howell
Ewan Howell
This PR updates the `screenshot.js` file to move the gif recorder formats into an object, so that plugins can add entries into this object, therefore adding their own gif recorder...
Plugins that add custom settings get their settings added to the settings tab on their plugin page. If you change the setting from here, it does not trigger the `onChange()`...
If you make a plugin that has dependancies, and those dependancies are not installed, blockbench will still try to load the plugin. The expected behaviour is that the plugin will...
The disable plugin feature doesnt work properly. When a plugin is disabled and all plugins get reloaded, the disabled plugins still have their `onunload` function run, which causes issues when...
 The background icon overflows the dialog if the window is too small vertically
This PR adds the ability to style theme thumbnails using custom CSS. This is done through the `thumbnail` key within the `bbtheme` file.   Example of it in use...
When opening the following model in blockbench, it displays the X axis scale as `0.4`. rather than `-0.4` When exporting the model, it still exports it as `-0.4`, despite displaying...
### What are you trying to do, and what do you expect to happen? Load a bat template model from the skin format. Try converting it into another format. ###...
There are lots of inconsistencies in the plugin metadata compared to the plugins.json file. This pull request fixes them all.
Almost a complete rewrite of CEM Template loader