Added #2119 Option to export assets with names like their assigned classes via SymbolClass, without character id

This commit is contained in:
Jindra Petřík
2023-11-17 19:05:38 +01:00
parent 6a046a6b19
commit 9b33a4e3d1
15 changed files with 533 additions and 292 deletions

View File

@@ -751,3 +751,6 @@ config.description.formatting.tab.size = Number of spaces per tab
config.name.boxBlurPixelsLimit = Box blur filter pixels limit
config.description.boxBlurPixelsLimit = Maximum number of pixels to calculate boxblur filter. The actual limit is this number multiplied by 10000. If the number of pixels is greater, then blurX and blurY is decreased.
config.name.as3ExportNamesUseClassNamesOnly = Exported assets have names bases on classes only (AS3)
config.description.as3ExportNamesUseClassNamesOnly = Exported asset files (images, sound, ...) take names only from SymbolClass tag - their assigned classes. No character id is added. Also when multiple classes is assigned to same asset, it is exported multiple times. (For ActionScript 3 SWFs)

View File

@@ -741,3 +741,6 @@ config.description.formatting.tab.size = Po\u010det mezer v tabel\u00e1toru
config.name.boxBlurPixelsLimit = Limit pixel\u016f box blur filtru
config.description.boxBlurPixelsLimit = Maxim\u00e1ln\u00ed po\u010det pixel\u016f pro v\u00fdpo\u010det boxblur filtru. Aktu\u00e1ln\u00ed limit je toto \u010d\u00edslo kr\u00e1t 10000. Pokud je po\u010det pixel\u016f v\u011bt\u0161\u00ed, je zmen\u0161en blurX, blurY.
config.name.as3ExportNamesUseClassNamesOnly = Exportovan\u00e9 zdroje maj\u00ed n\u00e1zvy zalo\u017een\u00e9 pouze na n\u00e1zvech t\u0159\u00edd (AS3)
config.description.as3ExportNamesUseClassNamesOnly = Exportovan\u00e9 soubory zdroj\u016f (obr\u00e1zky, zvuky, ...) p\u0159eberou n\u00e1zvy z SymbolClass tagu - jejich p\u0159i\u0159azen\u00e9 t\u0159\u00eddy. Id charakteru nebude p\u0159id\u00e1no. Tak\u00e9 pokud bude v\u00edce t\u0159\u00edd p\u0159i\u0159azeno jednomu assetu, bude exportov\u00e1n v\u00edcekr\u00e1t. (Pro ActionScript 3 SWF soubory)