Additional character info tags now placed under the character in the tree

Few icons for tags (metadata,fileattributes,setbackground,place and remove tags)
This commit is contained in:
Jindra Petřík
2015-04-06 09:09:17 +02:00
parent 406fc032b2
commit 73f3bb10cc
27 changed files with 161 additions and 69 deletions
@@ -360,7 +360,8 @@ public class Timeline {
for (ASMSource asm : asmSources) {
if (asm instanceof DoInitActionTag) {
DoInitActionTag initAction = (DoInitActionTag) asm;
String path = initAction.getExportName();
CharacterTag cht=swf.getCharacter(initAction.spriteId);
String path = cht!=null?cht.getExportName():"_unk_";
if (path == null || path.isEmpty()) {
path = initAction.getExportFileName();
}