Update Creator's Kit to v2.1.13#11284
Merged
Merged
Conversation
v2.1.7 - POH bugfix - Updated POH region IDs
v2.1.8 - Sound Searcher added - Added Sounds as a new datatype, searchable within the Cache Searcher. Clicking a sound will play it through the client
v2.1.9 - Sound Searcher exporting Sounds can now be exported from the CacheSearcher by looking up the wav file on GH
Updated Sound Export to export to creator's kit directory instead of downloads
v2.1.10 - CacheSearcher Animated Renders - The CacheSearcher can now animate its 3D preview renders by selecting an animation from the animation table
- Now properly unregisters RenderPanel on shutdown
v2.1.11 - CacheSearcher overhaul - Major code reorganization of CacheSearcherTab to amalgamate redundant code and move certain methods to ModelUtilities where they more appropriately belong - Removed a number of redundant buttons to feature under the globally visible RenderPanel - RenderPanel now has a toggle for whether to allow animations or not - Bugfix: Corrected array copying for vertex to cap at vertex max, not face max
v2.1.12 - RenderPanel overhaul - Now renders using Vertex colours instead of face colours - Applies Gouraud shading - Implemented Transparency - Minor bugfixes, including NPEs and Concurrent Modification errors - Multiple optimizations, including backface culling and relocating a bunch of code such that most complex operations occur when a model is selected rather than when the JPanel is repainted
|
This plugin requires a review from a Plugin Hub maintainer. The reviewer will request any additional changes if needed. Internal use only: Reviewer details Maintainer details |
v2.1.13 - ColourSwapper updates - ColourSwapPanel's function has been altered to have a more fluid colour selection system that swaps colours whenever the Colour Picker changes, rather than having to manually set/unset colour swaps - A Set button has been added to retain old set button functions - Reset button clears the current colour swap - Cleaned up redundant code - Bugfix: updating ModelAnvil lighting was not updating the RenderPanel
CCatRS
pushed a commit
to CCatRS/plugin-hub
that referenced
this pull request
Apr 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v2.1.12 - RenderPanel overhaul
v2.1.13 - ColourSwapper updates