Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Releases: gritsenko/c3_spine_plugin

Disable render offscreen

06 Jan 02:39
Compare
Choose a tag to compare

Disable render to texture (but not animation) when Spine object is offscreen.

Animation track support

20 Dec 18:19
Compare
Choose a tag to compare

Animation track support (start, stop, set, delete animations on different tracks, alpha (animation blending) support per track.
Add events and complete listener for default animation on start
Add isSkeletonLoaded ACE
Add error handling for skeleton not available and skin does not exist (output to console when debug is enabled, do not cause JS error.)

Module support, render rate

30 Nov 08:11
Compare
Choose a tag to compare

Add Construct 3 R266 Module support.
Add render rate (ticks per render, distributed across instances of the Spine object).

Add Set animation mix {fromName} to {toName} with duration {seconds}.

30 Oct 01:42
Compare
Choose a tag to compare

Add Set animation mix {fromName} to {toName} with duration {seconds}.

Add SpineBBoxGetPoly expression

14 Oct 23:15
Compare
Choose a tag to compare

Add SpineBBoxGetPoly expression returns poly points in JSON format of named slot/bounding box attachment.

Add SpineCenterBBox ACEs and debug property

13 Oct 02:52
Compare
Choose a tag to compare

Add debug property, SpineBBoxCenterX,Y expressions. UpdateBBoxes action.

Add updateWorldTransform on animation set

03 Oct 02:19
Compare
Choose a tag to compare

Add updateWorldTransform on animation set.

Do not fire past events for Set Animation at Starting Time

01 Oct 17:34
Compare
Choose a tag to compare

Change behavior of Set Animation w/ starting time to not trigger events if the events were before the starting time.

Fix slot color bug

30 Sep 19:48
dc5efd3
Compare
Choose a tag to compare

Fix slot color to operate on slot color object instead of creating new ref

Add slot dark color, play from time, set time

30 Sep 16:33
6f195fd
Compare
Choose a tag to compare

1.16.0 Add Set slot dark color, Apply Slot color, Reset Slot color. Add Set animation time and starting point of Set animation (beginning, current time, current ratio). Deprecated set color attachment (did not support dark color).