}
}
else if (obj instanceof FBXDo){
//we now redirect to the other part of the tree
FBXDo dopath = (FBXDo)obj;
showMessage(" This DO action points to "+ dopath.getAction() + viewer.getSelection());
//ISelection sel = obj.toString();
//viewer.setSelection();
}
else{