Replace nodes creator with separate classes for nodes creation (like e.g. InitNode)
In the past nodes were created by nodes creator, because someone had to handle cleanup of created nodes. Now nodes cleaning themself automatically (because are scoped objects), so nodes creator is not needed anymore and will be deleted soon.
Loading
Please sign in to comment