add box features
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
//bls 4
|
||||
|
||||
// This file should not exist. Fix later...
|
||||
// -------------------------------------------------------------------
|
||||
|
||||
@ -71,8 +73,13 @@ function NDM_StackSelect::onSelectObject(%this, %client, %obj, %pos, %normal)
|
||||
|
||||
//Start selection
|
||||
%client.ndSetMode(NDM_StackSelectProgress);
|
||||
|
||||
if(%client.ndMultiSelect)
|
||||
|
||||
if(%client.ndSelection.brickCount==0)
|
||||
%client.ndInitialMultiSelect = %client.ndMultiSelect;
|
||||
|
||||
if(%client.ndInitialMultiSelect)
|
||||
%client.ndSelection.startStackSelectionAdditive(%obj, 2, %client.ndLimited);
|
||||
else if(%client.ndMultiSelect)
|
||||
%client.ndSelection.startStackSelectionAdditive(%obj, %client.ndDirection, %client.ndLimited);
|
||||
else
|
||||
%client.ndSelection.startStackSelection(%obj, %client.ndDirection, %client.ndLimited);
|
||||
|
Reference in New Issue
Block a user