i realised rhino 6 new mode, automatically switching to controlpoint display when selecting a single curve. sometimes this seems handy, in other cases not at all. is there a way to set the behaviour back to V5-mode or to toggle between V6 and V5?
Yes, in Options>Mouse uncheck the following box:
thanks mitch !
any idea for a macro to paste to a button
Yep:
-_Options _Mouse
_SelectionAndMiddleButton
_AutomaticPointsOn
_EnterEnd
great! thanks again.
good morning!
where can i find these command (like “AutomaticPointsOn”) in order to toggle the other three options in this section?
thanks in advance!
Hi - if you run -_Options _Mouse _SelectionAndMiddleButton
, you will see the options that are available in that section:
Choose option ( WindowSelectionMethod=Combo MiddleButton=PopupMenu Toolbar Macro MiddleButtonViewManipulation=No MiddleButtonRotateWithPlainButton=No MiddleButtonSwapShiftAndControl=No AllowWindowSelectionOfSubObjects=Yes PointsOnObjectSelect=Yes AutomaticPointsOn=Yes PickableControlPolygon=No )
The last 4 entries are the ones you are looking for.
-wim
aah, i see.
thanks !
bug report:
the"Make control polygon pickable" option is not changed as expected after running this macro:
-_Options _Mouse
_SelectionAndMiddleButton
_PickableControlPolygon
_EnterEnd
I see that - it looks buggy to me… thanks for the report.
https://mcneel.myjetbrains.com/youtrack/issue/RH-54179
-Pascal
RH-54179 is fixed in the latest Rhino 7 Service Release Candidate
thanks brian!