Page 1 of 1

what is secondary selection?

Posted: Tue Nov 02, 2021 1:51 pm
by davoodice2
hi
any body can help please?

Re: what is secondary selection?

Posted: Tue Nov 02, 2021 1:55 pm
by synthsin75
It's when you use ctrl or shift to select more than one layer at a time. There's the current layer, moho.layer, which is the last layer selected, and every other selected layer will return true for secondary selection.

Re: what is secondary selection?

Posted: Tue Nov 02, 2021 4:48 pm
by davoodice2
synthsin75 wrote: Tue Nov 02, 2021 1:55 pm It's when you use ctrl or shift to select more than one layer at a time. There's the current layer, moho.layer, which is the last layer selected, and every other selected layer will return true for secondary selection.
thanks
how I get second or and every other selected layer ?

Re: what is secondary selection?

Posted: Tue Nov 02, 2021 6:19 pm
by synthsin75
davoodice2 wrote: Tue Nov 02, 2021 4:48 pm how I get second or and every other selected layer ?
Scan through the whole document checking for secondary selection, as per: https://mohoscripting.com/snippets/1

Re: what is secondary selection?

Posted: Tue Nov 02, 2021 11:32 pm
by davoodice2
synthsin75 wrote: Tue Nov 02, 2021 6:19 pm
davoodice2 wrote: Tue Nov 02, 2021 4:48 pm how I get second or and every other selected layer ?
Scan through the whole document checking for secondary selection, as per: https://mohoscripting.com/snippets/1
thank you so much