Can I make Ctrl + Shift + RMB the standard way I orbit without having to press Ctrl + Shift too?

Thanks to your posts I found the setting to switch the mouse behaviour. It will definitely make the modeling much easier for those who use the regular mouse to navigate the camera.
However, I found that this option does not work good with 3d mouse, because it will deactivate the automatic camera target that the 3d mouse places based on the nearby objects. But it’s a great idea to have that option visible in the “Mouse” settings.

1 Like
  • Wow, that’s great. I’ve been looking for this feature for years

The function itself requires at least one active Osnap.
Ok so far.

But it doesn’t work on LOCKED objects.
While the Osnap works on locked objects, e.g. if you draw a line.

And the Center Osnap doesn’t do anything useful.

1 Like

See, now this is great but would it be possible to get this in Rhino 7 too? I was going to make a post asking for this specific functionality so it’s good to know I’m not alone in thinking about this.

As a workaround, I’ve been having to use Jarek’s SetTargetToCursor script but one slight annoyance with it is that running a script so frequently creates clutter in my undo stack and there’s doesn’t seem to be a way to have a command run without adding it to the undo/redo stack.

There’s a plugin in packagage manager that will allow enabling the functionality you seek.

AutoCameraTarget

2 Likes

Hello

Feel free to give me feedback on the use of this plugin.
Are there things that go wrong or are unpleasant for you?
Would there be any improvements to be made?

I am a carpenter but last January I wanted to learn how to program a useful plugin for everyone.
You can only learn by experience so I am open to any comments :slight_smile:

I made a thread for this:

thank you!
jmv

(@richard.aubin, @vcruzdesigns)

2 Likes

This was so helpful …Thanks !!

Hello,

@wim and @dale can this RotateViewAroundObjectAtMouseCursor boolean be set from code?

I see this?
https://developer.rhino3d.com/api/rhinocommon/rhino.applicationsettings.viewsettings.viewrotationstyle

But I don’t see anything in the API documentation specifically about rotating around the mouse cursor?

Thanks for the help!

Hi Michael -

Probably not, then. But Dale might know more (well, he generally does, but perhaps also specifically about this one…).
-wim

1 Like

Hi @michaelvollrath,

I’ve logged a request.

https://mcneel.myjetbrains.com/youtrack/issue/RH-86572

– Dale

1 Like

Thank you @dale , much appreciated!

Hi Michael,

You can change all of the advanced options settings via code, here is a sample with Python:

hth,

–jarek

1 Like

RH-86572 is fixed in Rhino 8 Service Release 19 Release Candidate

1 Like

Thank you @dale !

Is there a way to have this be the default method of rotation always?
Even if no object is “hit” meaning, the camera could rotate around the mouse point at the world xy when no object is hit?

1 Like