KhronosGroup / glTF-InteractivityGraph-AuthoringTool

A React based DCC for viewing and authoring KHR_interactivity models
17 stars 3 forks source link

Fix: stopping or starting an undefined animation should not throw an exception #16

Closed hybridherbst closed 3 months ago

hybridherbst commented 3 months ago

Currently, when stopping an animation that doesn't exist (e.g. index -1), graph execution stops.
My understanding is that instead, the err flow should be triggered.

This PR does not add the err flow trigger, but makes execution continue instead of throwing an exception.

CLAassistant commented 3 months ago

CLA assistant check
All committers have signed the CLA.

mattmacf98 commented 3 months ago

Thank You!