mirror of
https://github.com/BlackMATov/unity-flash-tools.git
synced 2026-01-04 15:36:54 +07:00
fix single frame optimization
This commit is contained in:
0
.projectile
Normal file
0
.projectile
Normal file
9
Assets/DevTests/Animations/AlphaTests/Elefun.meta
Normal file
9
Assets/DevTests/Animations/AlphaTests/Elefun.meta
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 2d8762b6bff92457aa59aaf03193018c
|
||||||
|
folderAsset: yes
|
||||||
|
timeCreated: 1487860932
|
||||||
|
licenseType: Free
|
||||||
|
DefaultImporter:
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/DevTests/Animations/AlphaTests/Elefun/open.fla
Normal file
BIN
Assets/DevTests/Animations/AlphaTests/Elefun/open.fla
Normal file
Binary file not shown.
@@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: d481c08b811dc41eda079968a32efbb9
|
||||||
|
timeCreated: 1487860937
|
||||||
|
licenseType: Free
|
||||||
|
DefaultImporter:
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@@ -1,3 +1,6 @@
|
|||||||
|
###### Version 1.3.7
|
||||||
|
* Fix single frame optimization
|
||||||
|
|
||||||
###### Version 1.3.6
|
###### Version 1.3.6
|
||||||
* Fix for scale very small vector items
|
* Fix for scale very small vector items
|
||||||
* Big vector item optimization
|
* Big vector item optimization
|
||||||
|
|||||||
@@ -564,6 +564,7 @@
|
|||||||
new_item_elem.transformX = 0;
|
new_item_elem.transformX = 0;
|
||||||
new_item_elem.transformY = 0;
|
new_item_elem.transformY = 0;
|
||||||
ftdoc.convert_selection_to_bitmap(doc, item);
|
ftdoc.convert_selection_to_bitmap(doc, item);
|
||||||
|
doc.exitEditMode();
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
doc.exitEditMode();
|
doc.exitEditMode();
|
||||||
|
|||||||
Reference in New Issue
Block a user