From 3397d6ff4ab259f8a66e5cfff816639239c29a7b Mon Sep 17 00:00:00 2001 From: ScreteMonge <107197518+ScreteMonge@users.noreply.github.com> Date: Fri, 21 Mar 2025 17:55:44 -0700 Subject: [PATCH] update creators-kit to v1.5.19 (#7670) * Update creators-kit to v1.5.17 v1.5.17 - General code cleanup - Added button for finding a Character and selecting it in the Manager Panel - Added JMenuBar to the Toolkit for various menu options - Removed Load and Save setup buttons from ManagerPanel due to redundancy - ToolBoxFrame will now remember its previous location and extended state - Cleaned up some code in CreatorsPanel regarding version number comparisons - Removed several older CustomModel file handlers - Bugfix: switchButton now has proper hover and select listeners - Bugfix: loading setups wasn't properly revalidating the ToolBoxFrame - Bugfix: previewObject wasn't properly adopting its parent's animFrame v2.0 - KeyFrame label in AttributePanel is now a button - TimeSheetPanel now can switch cards by pressing the up or down arrow keys while a label is already selected - Dragging keyframes near the timelineIndicator in Timesheet now causes them to snap to it - Removed AnimationToggle as it is not relevant with new poseAnimationController - Added Toggle to AnimAttributes and AnimKeyFrame for looping - Bugfix: saving ModelKeyFrames has been adapted to saving ModelKeyFrameSaves, allowing CustomModels to be properly saved and catalogued - Bugfix: loading a setup was causing an NPE with registerSpawnChanges and registerModelChanges in Programmer * Update creators-kit to v1.5.17 v1.5.17 - Removed system.out - Switched out Desktop.browse() for LinkBrowser.browse() * Update creators-kit to v1.5.17 Fixed NPE * Update creators-kit to v1.5.18 v1.5.18 - Bugfix: ManagerPanel should no longer collapse the Tree when enough objects are added to the ObjectPanel * Update creators-kit to v1.5.19 v1.5.19 - Bugfix: ManagerTree will no longer recognize copy/paste/cut hotkeys, as they are not useful in this context - Bugfix: setting transmog was not properly registering the RLO on clientthread --- plugins/creators-kit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/creators-kit b/plugins/creators-kit index 19b8b2178..37bced817 100644 --- a/plugins/creators-kit +++ b/plugins/creators-kit @@ -1,2 +1,2 @@ repository=https://github.com/ScreteMonge/creators-kit.git -commit=e9f49dd6a550ee08cec6f5f3d62342a653935431 +commit=806e9a3e8d45f5675904b2fa95b126f02beb38f5