Ttanasart-pt / Pixel-Composer

Node base VFX editor for pixel art.
MIT License
727 stars 31 forks source link

Crash/Restart results in losing ASE Layer data #37

Closed KelpyCode closed 1 year ago

KelpyCode commented 1 year ago

Hey, first off, great tool - I'm super in love with it! Excellent work!

Having a great time so far.

I'm getting rather frequent crashes, which isn't that big of a deal because I can just save more frequently. One destructive issue altough, is that ASE layer data does not seem to stay after a session. I've got an ASE file split up into multiple layers (body parts)

I can't manually set the layer data in the ASE layer nodes, so I have to regenerate them every time, thus reconnect the nodes aswell.

This is what it looks like pre-crash (ignore unconnected node outputs) image

This is what it looks like post-crash image

Thanks!

Ttanasart-pt commented 1 year ago

I did not notice that. Thank for reporting!

Ttanasart-pt commented 1 year ago

Ok, I changed the node name system in the previous version without realize that ase layer use name to match layer. This will be fix in 1.13.4

KelpyCode commented 1 year ago

Thanks, good job!