dont select generated bricks; ctrl+select generated bricks selects parent; remove copy

This commit is contained in:
Redo
2025-07-22 17:32:45 -07:00
parent 2084d75180
commit a17e88ab0d
6 changed files with 68 additions and 23 deletions

View File

@ -170,10 +170,10 @@ function NDM_StackSelect::onCancelBrick(%this, %client)
}
//Copy Selection
function NDM_StackSelect::onCopy(%this, %client)
{
%this.onPlantBrick(%client);
}
//function NDM_StackSelect::onCopy(%this, %client)
//{
// %this.onPlantBrick(%client);
//}
//Cut Selection
function NDM_StackSelect::onCut(%this, %client)