Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

Disable out clicking from component mode?

Disable out clicking from component mode?

Anonymous
Not applicable
3,595 Views
7 Replies
Message 1 of 8

Disable out clicking from component mode?

Anonymous
Not applicable

Hi,

So I have just started learning Maya, and I found this feature very frustrating, and cannot find a way to disable it.
The problem: When in component mode if I click to another object, it is selecting it. Is there a way to disable it?

(The live selection and layering methods are not my favourites to solve this.)

0 Likes
Accepted solutions (1)
3,596 Views
7 Replies
Replies (7)
Message 2 of 8

mspeer
Consultant
Consultant

Hi!

- Make it unselectable (Template)

- Hide it (Visibility "off")

- Viewport Isolate Selected

...

Message 3 of 8

Anonymous
Not applicable

Hi!

Ty for the reply,

I"m using the isolation, but there are scenarios when I need other meshes to be visible.
Making it unselectable, works, but too much steps if there are a bunch of meshes, then I need to re-enable them.
Thats why I"m looking for a general change to make it unable to misclick. Maybe a plugin or script if it cannot be changed.

0 Likes
Message 4 of 8

mspeer
Consultant
Consultant

Hi!

Make use of Display Layers to change the Display Type (like "Template" and "Reference") for a group of objects with one click.

 

Message 5 of 8

Anonymous
Not applicable

Hi!

Yes, it works, but too much steps.
I would love if the tool itself would work like that when I enter to component mode.

0 Likes
Message 6 of 8

mspeer
Consultant
Consultant
Accepted solution

Hi!

You can add this to the Ideas for Maya.

https://forums.autodesk.com/t5/maya-ideas/idb-p/968

 

A Mel script should be possible, but there are a lot of problems to overcome when changing Drawing Overrides for all other objects in the scene and then change this back later, so i doubt you will see any workable script that does what you want for a wide range of different scenes.

 

What i suggest instead:

Use a local selection mode, for example right-mouse-click on an object -> Face, if you then accidentally select an other object (in Object mode) you can remove this selection instantly with a second click on this object.

Message 7 of 8

Anonymous
Not applicable

Hi!

Yes, as I learn the new tools, I see there are some that relies on this feature, so a toggle function would be the best, so you could toggle it to enable-disable the "out clicking" function depending on what you currently do.

I will try to summarize it and post it to the ideas, thanks for sharing it!
For the time being, I will just get used to it.

0 Likes
Message 8 of 8

inet3537
Observer
Observer

Hi! Try this script, maybe it will help you. It creates a layer and puts all objects in it except the selected one. https://github.com/SPluzh/MayaObjectComponentSelectionMode

 

0 Likes