This commit is contained in:
2025-11-23 23:31:18 +08:00
parent d60cdc52fd
commit 9f7667a475
710 changed files with 252869 additions and 6 deletions

View File

@@ -0,0 +1,3 @@
//Mirror selection based on the mirror relationship of the Select-Buttons in current picker panel.
//Normal: Switch between mirrored object selection, Ctrl+Shift Keys: Add Select.
MGP_MirrorSelectViaPanel_Ex;

View File

@@ -0,0 +1,2 @@
Mirror selection based on the mirror relationship of the Select-Buttons in current picker panel.
Normal: Switch between mirrored object selection, Ctrl+Shift Keys: Add Select.

View File

@@ -0,0 +1,3 @@
//Select all objects envolved in current picker panel's Select-Buttons & Sliders.
//Ctrl Key: Deselect, Shift Key: Invert Select, Ctrl+Shift Keys: Add Select.
MGP_SelectAll_viaCurrentPanel_Ex;

View File

@@ -0,0 +1,2 @@
Select all objects envolved in current picker panel's Select-Buttons & Sliders.
Ctrl Key: Deselect, Shift Key: Invert Select, Ctrl+Shift Keys: Add Select.

View File

@@ -0,0 +1,3 @@
//Select all objects envolved in current picker's Select-Buttons & Sliders.
//Ctrl Key: Deselect, Shift Key: Invert Select, Ctrl+Shift Keys: Add Select.
MGP_SelectAll_viaCurrentPicker_Ex;

View File

@@ -0,0 +1,2 @@
Select all objects envolved in current picker's Select-Buttons & Sliders.
Ctrl Key: Deselect, Shift Key: Invert Select, Ctrl+Shift Keys: Add Select.

View File

@@ -0,0 +1,2 @@
//Simply deselect all.
select -cl;