Skip to content

Spine json "deform" key is empty #10

Description

@selimanac

deform must contain "default" when converting to spine json using 'db2 -t spine'.
This line cause this issue:

skin: string = ""; // Deprecated.

It should be skin: string = "default";

"deform": {
    "": {
          "Head Default": {
               "Head Default": [

Like this:

"deform": {
    "default": {
          "Head Default": {
                "Head Default": [

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions