Our Part.newModelCmndHandler was causing some minor bugs, but more importantly it is now unnecessary. The in-context parent selection (i.e. when a part is added without explicit parent such as add button while in an area) can now be done in the interpreter as it is for other context specification.
Main Points
Our Part.newModelCmndHandler was causing some minor bugs, but more importantly it is now unnecessary. The in-context parent selection (i.e. when a part is added without explicit parent such as
add button
while in an area) can now be done in the interpreter as it is for other context specification.