Ttanasart-pt / Pixel-Composer

Node base VFX editor for pixel art.
MIT License
681 stars 30 forks source link

[Enhancement] Reveal Assets After Export Process #24

Closed Synthoid closed 1 year ago

Synthoid commented 1 year ago

It would be nice if the OS opened a file explorer window for the folder containing assets generated during an export process. In other words, clicking the Execute node button on an Export node would export the desired files, then open a file explorer window at the export location. This isn't a critical issue, but it would be a good UX improvement as it cuts down on time when exporting files to folders you don't have open already.

image

image

Ttanasart-pt commented 1 year ago

In the current version (1.0.8+) you can open file explorer by clicking on the notification. I might have to document it better.

Screenshot 2023-01-11 082233

Synthoid commented 1 year ago

Ah, that is handy. I should have read the release notes more closely...

I didn't even notice those notifications. Maybe when you finish exporting, an "Export Complete" notification can be forcibly shown briefly? Then that can be clicked on to open the folder location? Now that I know about the export notifications, this isn't too bad of an issue. I'm just thinking about making it intuitive for new users. 🤔

Ttanasart-pt commented 1 year ago

Sure, I'll make it more obvious (may be make it blink or something) in the next version.

Synthoid commented 1 year ago

Nice, I think that will make it more intuitive.

Also, thanks for all the good work! It's been fun tinkering with Pixel Composer and you've been great at squashing bugs as they crop up.