From 11065d990fe5d1c6bc63b4c9c369f07afe6017a3 Mon Sep 17 00:00:00 2001 From: ScreteMonge <107197518+ScreteMonge@users.noreply.github.com> Date: Sun, 20 Apr 2025 11:28:10 -0700 Subject: [PATCH] update creators-kit to v1.5.25 (#7862) * Update creators-kit to v1.5.24 v1.5.24 - New TreeCellRenderer class allows displaying of more accurate object icons (Folders have a folder icon, Characters have a character icon) - ManagerTree and TimeSheet now display alternating colours per row - Character has been updated to include a KeyFrameType[], for visibility in the SummarySheet. Appropriate methods have been updated. - RowHeight has been modified to separate SummarySheet from AttributeSheet - SummarySheet has been overhauled. It currently no longer offers functions such as moving keyframes, but rather shows a summary of 3 KeyFrameTypes from the Character - SummarySheet includes a popup to choose which KeyFrameTypes the character shows * Update creators-kit - TimeSheet includes a new layer to paint (for AttributeSHeet specifically) that draws the selected Character's name - Adjusted some Font sizes/colours and keyframe button dimension * Update creators-kit build version Updated build version * Update creators-kit - reduce build version Got my build version mixed up * Update Creator's Kit to v1.5.25 v1.5.25 KeyFrames - KeyFrame method #copyKeyframe now considers KeyFrameType as an argument instead of checking for instances - MovementKeyFrames (and MovementAttributes) been implemented, though not currently available. - AnimationKeyFrame (and AnimAttributes) have been refactored and reworked to include several different parameters - OrientationKeyFrame (and OriAttributes) now includes duration instead of a toggle - TextKeyFrame (and TextAttributes) now includes duration instead of a toggle AttributePanel & TimeSheetPanel - Has implemented MovementKeyFrame into a separate MoveCard. Updated AnimCard and OriCard to reflect AnimationKeyFrame and OrientationKeyFrame changes - OriCard now allows you to Grab the current orientation of the selected character - Update button implemented to update a KeyFrame to the current parameters shown, instead of requiring the user to delete and readd a keyframe - AnimationKeyFrames can now have their starting frame randomized - TimeSheetPanel has had a number of hotkeys added for SelectAll, Pause, Skip Forward/Backward TimeSheets - AttributeSheet and SummarySheet will now render durations of Movement and Orientation keyframes as tails - TimeSheets will now recognize mouse1 double clicks; SummarySheet will listen to it to switch to the nearest Character Overlays - HealthOverlay, TextOverlay, and OverheadOverlays now recognize text durations Movement - MovementKeyFrames have been updated as mentioned above. MovementComposition and MovementManager classes have been added for future Movement programming development --- plugins/creators-kit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/creators-kit b/plugins/creators-kit index e8e15cc08..4cbb7c287 100644 --- a/plugins/creators-kit +++ b/plugins/creators-kit @@ -1,2 +1,2 @@ repository=https://github.com/ScreteMonge/creators-kit.git -commit=03fb5cc6260b6a4765c7189a3d756295a94ea798 +commit=0398f44a1c0017ef17602f77fdb440d29c5eb4d1