MoI discussion forum
MoI discussion forum

Full Version: Select Last Created

From: Metin (METIN_SEVEN)
16 Dec 2023   [#1]
Hi Michael et al,

After quite a while of traveling across different 3D editors, I've returned to good ol' trusty MoI, installed the V5 beta of december 2023, and am currently refreshing my memory regarding MoI commands.

In this post, Michael mentions that the Select Last Created command can include a parameter to auto-deselect other objects…

https://moi3d.com/forum/lmessages.php?webtag=MOI&msg=8123.15

… but I can't find what the parameter is. If anyone could help me out, I'd appreciate that.

Thanks in advance.
From: pressure (PEER)
16 Dec 2023   [#2] In reply to [#1]
Hi Metin,

Try this:

code:
script: moi.geometryDatabase.selectLastCreated( true );


- Peer
From: Metin (METIN_SEVEN)
16 Dec 2023   [#3] In reply to [#2]
Nice, thanks, Peer!
From: Michael Gibson
16 Dec 2023   [#4] In reply to [#1]
In v5 you can also do this in the Scene Browser UI under Types > Properties > "New objects". If you right click on the selection dot area of that item it will clear selection from other stuff and only leave what was created from the last run command selected.

- Michael
From: Metin (METIN_SEVEN)
17 Dec 2023   [#5] In reply to [#4]
Nice to know that, thanks Michael!

I'm exploring MoI V5. Love the two kernel options for filleting. Is there a page with beta updates / changes since V4?
From: Michael Gibson
17 Dec 2023   [#6] In reply to [#5]
Hi Metin,

re:
> I'm exploring MoI V5. Love the two kernel options for filleting. Is there a page with beta updates / changes since V4?

There's a collection of all the V5 beta release notes here:
https://moi3d.com/wiki/V5Beta

except I haven't done the most recent release yet.

- Michael
From: Metin (METIN_SEVEN)
18 Dec 2023   [#7] In reply to [#6]
Great, thanks Michael!