File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,15 @@ Arne's original bend code was used as base and has been modified and improved to
37
37
7 . Slice the saved image into frames and apply palette.
38
38
- Manually touch-up the exported frames if needed.
39
39
40
- ## Current issues
40
+ ## Current Issues
41
41
42
42
- Joint adjustment is only on Y axis and adjusts upper/lower marker equally.
43
43
- Works only with input files that are 24x24px tiled (for each limb part. Max input image size is 192x24px for 8 limb parts (4 limbs)).
44
44
- Does not save files in .bmp format.
45
- - Editor window and output window are separate.
45
+
46
+ ## Changelog
47
+
48
+ https://github.com/cortex-command-community/Cortex-Command-Community-Project-Bender/wiki/Changelog
46
49
47
50
## Credits
48
51
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ Import BRL.Pixmap
11
11
Import BRL.PNGLoader
12
12
13
13
'Version
14
- Global appVersion:String = " 1.0 "
15
- Global appVersionDate:String = " 23 Aug 2019"
14
+ Global appVersion:String = " 1.1 "
15
+ Global appVersionDate:String = " 20 Sep 2019"
16
16
17
17
Rem
18
18
------- FILE IO -------------------------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments