Skip to content

Commit e6c575c

Browse files
committed
Clean up
1 parent 13004d1 commit e6c575c

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

gimp/GimpToSpine.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ def process_layer(img, layer, slots, attachments):
7474
else:
7575
layer_name = layer.name
7676

77-
7877
slots.insert(0, {
7978
'name': layer_name,
8079
'bone': 'root',

gimp/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ A new Keyboard Shortcut can be set under the `Edit` menu. Just search for Spine
2929
Tags in square brackets can be used in layer and group names to customize the output. The tags can be anywhere in the name.
3030

3131
**Group and layer names:**
32+
3233
* `[ignore]` Layers, groups, and any child groups will not be output.

0 commit comments

Comments
 (0)