Announcement

Collapse
No announcement yet.

Isolation mode changes the view while in perspective

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Isolation mode changes the view while in perspective

    How can I be working in perspective, enter and exit isolation mode without my view zooming in and out, etc?
    It is so frustrating I hope it can be changed.

    Thanks in advance!

    3dsMax2019 & Win10 & V-Ray5

  • #2
    it is a Max thing, but you can turn it off with this line of code:
    Code:
    IsolateSelection.ZoomExtents=false
    you will need to run it every time you open 3ds max, so I would just save it to the startup scripts folder .
    personally, as I like this behavior, I just use Shift Z to zoom out again when needed .
    -------------------------------------------------------------
    Simply, I love to put pixels together! Sounds easy right : ))
    Sketchbook-1 /Sketchbook-2 / Behance / Facebook

    Comment


    • #3
      Originally posted by M.Max View Post
      it is a Max thing, but you can turn it off with this line of code:
      Code:
      IsolateSelection.ZoomExtents=false
      you will need to run it every time you open 3ds max, so I would just save it to the startup scripts folder .
      personally, as I like this behavior, I just use Shift Z to zoom out again when needed .
      Thanks a lot, that's good enough for me!
      Best wishes

      Comment


      • #4
        Originally posted by M.Max View Post
        it is a Max thing, but you can turn it off with this line of code:
        Code:
        IsolateSelection.ZoomExtents=false
        you will need to run it every time you open 3ds max, so I would just save it to the startup scripts folder .
        personally, as I like this behavior, I just use Shift Z to zoom out again when needed .
        I did not know shift-Z thanks a lot!!

        Comment

        Working...
        X