Skip to main content
12-Amethyst
January 4, 2024
Solved

Round/Chamfer single set defaulting

  • January 4, 2024
  • 2 replies
  • 1203 views

Hi all,

 

is it possible to default a round/chamfer to always go into a single set without needing to hold control? i've tried looking around but no luck so far.

AnthonyC_0-1704363812670.png

not super critical for my workflow but i would prefer to manually select if i want to make a new set. 

 

Best answer by tbraxton

I do not believe this is possible using the UI customization file. It would not be consistent with the selection paradigm used in the UI for this use case.

 

In theory it is possible that you could create a custom version of the round feature that activates the CTRL key by default for selection, but you will need to use third party apps or code to do this. AutoIt scripting may be capable of doing this.

2 replies

tbraxton
tbraxton22-Sapphire IIAnswer
22-Sapphire II
January 4, 2024

I do not believe this is possible using the UI customization file. It would not be consistent with the selection paradigm used in the UI for this use case.

 

In theory it is possible that you could create a custom version of the round feature that activates the CTRL key by default for selection, but you will need to use third party apps or code to do this. AutoIt scripting may be capable of doing this.

AnthonyC12-AmethystAuthor
12-Amethyst
January 8, 2024

thanks, tis a shame 

Michael
16-Pearl
January 8, 2024

You may also adopt using intent edges and chains for rounds which grab all associated edges paramagically. 

Michael Bourque