Hi,
"Erase Removed Elements" will remove that element completely,
However if you connect to Server to synchronize your project, it will download it from Server again.
So you need to call "Erase Removed Elements" on all of your developer clients, and on the Server to completely get rid of an element.
Can you tell me if you checked for "Elm.final_removed"?
If you encounter an element with "final_removed==true" then you can treat it as removed, and you can ignore it.
Quote:For your convenience I will add this option:
I meant that I will add this for the next release of the Engine.
But it will only get rid of the "removed" elements from the list.
Which you can achieve with the following:
Code:
EI.getElms(elms);
REPA(elms)if(elms[i].final_removed)elms.remove(i, true); // need to keep order because elements are sorted by ID