Update Creator's Kit to v2.1.18#11435
Merged
Merged
Conversation
v2.1.16 - TimeSheetPanel UI overhaul - Mini-overhaul to the TimeSheetPanel UI. The main 4 quadrants of the tab have been reformed into 3 JSplitPanes to allow resizing - Config elements have been introduced to remember the sizing of each divider in the TimeSheetPanel - TimeSheets will now draw row labels. AttributeSheet will draw labels for each KeyFrameType, while SummarySheet will duplicate the appropriate Character's name - TimeSheets now have default 1-click LMB features. AttributeSheet will switch AttributePanel tabs. SummarySheet will still switch Characters. This is prevented while rectangle-selecting - Bugfix: Rectangle-selecting no longer switches AttributePanel tabs - Bugfix: Selecting multiple keyframes will no longer trigger Attribute tab switches
v2.1.16 - TimeSheetPanel Bugfixes - Bugfix: JTextArea in AttributePanel should no longer cause resizing issues in TimeSheetPanel
v2.1.17 - 3D Rendering previews - RenderPanel has been split into its component classes for proper external expansion. A number of its features have been redistributed to the new RenderUtilities class - Characters will now render a model preview over their ObjectPanels. ObjectPanel has been made an extension of JPanel to accommodate this - SummarySheet will render a model preview of the currently selected Character - setModel method has been moved from CreatorsPlugin to Character for better clarity/organization - RenderPanel will no longer re-render the currently visible model if it is not showing - Bugfix: When clicking within the SummarySheet but outside the Y range of a ManagerTree component, the tree selection will no longer pick the last node
v2.1.18 - Removing 3D Animated Preview - Removed 3D animated render within SummarySheet as it was not very performant and was causing issues on certain devices
|
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 |
Infinitay
pushed a commit
to Infinitay/plugin-hub
that referenced
this pull request
Apr 26, 2026
* Update Creator's Kit to v2.1.16 v2.1.16 - TimeSheetPanel UI overhaul - Mini-overhaul to the TimeSheetPanel UI. The main 4 quadrants of the tab have been reformed into 3 JSplitPanes to allow resizing - Config elements have been introduced to remember the sizing of each divider in the TimeSheetPanel - TimeSheets will now draw row labels. AttributeSheet will draw labels for each KeyFrameType, while SummarySheet will duplicate the appropriate Character's name - TimeSheets now have default 1-click LMB features. AttributeSheet will switch AttributePanel tabs. SummarySheet will still switch Characters. This is prevented while rectangle-selecting - Bugfix: Rectangle-selecting no longer switches AttributePanel tabs - Bugfix: Selecting multiple keyframes will no longer trigger Attribute tab switches * Update Creator's Kit to v2.1.16 v2.1.16 - TimeSheetPanel Bugfixes - Bugfix: JTextArea in AttributePanel should no longer cause resizing issues in TimeSheetPanel * Update Creator's Kit to v2.1.17 v2.1.17 - 3D Rendering previews - RenderPanel has been split into its component classes for proper external expansion. A number of its features have been redistributed to the new RenderUtilities class - Characters will now render a model preview over their ObjectPanels. ObjectPanel has been made an extension of JPanel to accommodate this - SummarySheet will render a model preview of the currently selected Character - setModel method has been moved from CreatorsPlugin to Character for better clarity/organization - RenderPanel will no longer re-render the currently visible model if it is not showing - Bugfix: When clicking within the SummarySheet but outside the Y range of a ManagerTree component, the tree selection will no longer pick the last node * Update Creator's Kit to v2.1.18 v2.1.18 - Removing 3D Animated Preview - Removed 3D animated render within SummarySheet as it was not very performant and was causing issues on certain devices
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.18 - Removing 3D Animated Preview