[develop] transformation module#192
Conversation
372de00 to
2f905d0
Compare
ed40fe8 to
0d116fb
Compare
f318ca5 to
740cf99
Compare
coming from a bug in the dimensions_of function: it uses the set default style instead of the card style (really it shouldn't use any style at all but that gives an error, need to investigate...)
|
Right-handed transformation symbol mirrors the symbol icon, which i think is incorrect. we don't technically have any canon examples that aren't symmetric already but imo it shouldn't do that. i kinda wish the require_exclusive_choice list in transform_symbol_script was cleaner but there's not really a "one source of truth" version we can do, and we're proobably not gonna need to make the list longer. (also is choices a new parameter, that doesn't seem to be on the docs) looks like this has custom symbols just using the old system, i'm gonna take a stab at letting them be used in the new thing, either a style option or exists_in_package check to see if the icon/shape folder is there |
|
the GIMP script just fails without any acknowledgement if it gets an image that's not the right size, if that's something that's fixable in there. otherwise i'm adjusting the readme instructions to note this. i'm setting the mainframe-extras folder as /shape instead of /icon/shape since the plugin only makes /shape |
* transform_symbol_image now checks if the selected custom symbol has a shape/ folder version and uses that instead if it exists * added weather.png as an example for this. * touched up the GIMP plugin instructions and added more for using custom ones.
put back Click OK move the "you can save more images before you run the script" ahead of "run the script"
|
sure, I'll make it skip images that are not of the correct dimensions and issue a warning |
|
shuffled is_mirrored to is_right, added is_mirrored as a way to flip the icon if you wanna currently no way to do that in the field, just a script that the style can edit, idk if you wanna put that in the options or just leave it like that |
if the work's already been done, doesn't hurt to add the option


No description provided.