Announcement

Collapse
No announcement yet.

How to select both cam/sun AND target at once?

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

  • How to select both cam/sun AND target at once?

    Hi! I know, it's a small one but I can't let it go. How on earth do you select the camera (or sun light) AND their targets with just one click. When using standard max target lights and cameras you just click on the line between and they both get selected. Sometimes it's hard to find those small targets in complex geometry and have to right click to select the target is one step to much...

    Regards / Jimmy

  • #2
    well, not one step, but, use selection sets and it will be almost as fast as a single click.

    Comment


    • #3
      i use my quad menu for fast selection set changes

      ---------------------------------------------------
      MSN addresses are not for newbies or warez users to contact the pros and bug them with
      stupid questions the forum can answer.

      Comment


      • #4
        Here is a short macro to do just that - no GUI just create a file named
        "selectSunCam.ms" place it in the /Scripts/Startup folder and after you restart MAX assign a short cut to it (under Category: OneManSoft )

        I will select only the first Sun and Camera with thier default names.

        (if you want a better toll for selecting cameras from a list go to my page here:
        http://www.orvatsel.com/max/

        and look for "Camera Location 1.2")



        Copy all the text below (between the dashed lines) and paste into notepad or macro Editor:

        --------------------------------------
        macroscript OMS_SelCamSun
        category:"OneManSoft"
        toolTip:"Select CamSun"

        (
        select $VRaySun01
        selectMore $VRaySun01.target
        selectMore $VRayPhysicalCamera01
        selectMore $VRayPhysicalCamera01.target

        )

        --------------------------------------



        NIR
        Last edited by nirsul; 17-11-2009, 03:09 PM.
        3ds Max 2016/2021 (Vray 6.x), Windows 10 64bit , AMD 2990WX ThreadRipper 32/64 Cores, 128 gigs RAM , 2X RTX3090 48GB RAM

        Comment

        Working...
        X