Ssiwy160Feb 21, 2022 at 12:12 am
Platform: Windows 10
PyxelEdit version: 0.4.95
Steps to reproduce:
- Open PyxelEdit
- Prepare animation that contains more than 10 frames.
- Press File -> Export -> Animations (Ctrl + Shift + A)
- Click "Frames"
- Select Animation, path and press
- Press "Save"
- Press "Open Path"
- <Window explorer window opens with saved files>
Observed:
First 10 frames of animation start with 0 prefix.
Example:
test_Animation 1_00.png <- Wrong
test_Animation 1_01.png <- Wrong
...
test_Animation 1_09.png <- Wrong
test_Animation 1_10.png <- Correct
test_Animation 1_01.png <- Correct
...
Expected:
File names should start without any prefix.
Example:
test_Animation 1_0.png
test_Animation 1_1.png
...
test_Animation 1_10.png
test_Animation 1_11.png
..
Ssiwy160Feb 21, 2022 at 12:17 am
Other solution to problem would be to make it configurable.
- Checkmark to apply prefix or not.
- Make prefix configurable with number of zeros i wan't to have before it. For example: I could set two zeros at start and first file would always look like "test_animation_001.png"