NClass icon indicating copy to clipboard operation
NClass copied to clipboard

Fixed bug where objects inside a package/namespace would corrupt the …

Open Ivanmatthew opened this issue 2 years ago • 1 comments

Objects visually placed inside a package/namespace using NClass, will error, as the serializer converts the index integer of the deleted object to -1, this is fixed by adding an if statement to check if the object's index is -1, and skip over it if it is.

Optionally also delete the parent object (parent entity > child entity) if all child entities have an index of -1, but this will be automated when re-saving.

Ivanmatthew avatar Sep 20 '22 08:09 Ivanmatthew

Thank you for the PR/fix, I'll try to merge it after the holidays.

gbaychev avatar Dec 18 '22 14:12 gbaychev