1. #1
    Senior Member User Gallery
    Join Date
    May 2007
    Location
    Raleigh NC
    Posts
    450

    Default Best Way to set highest SubD levels

    I am sure this is an easy question I am just having a brain fart (and not very smart to began with). I just wanted to know what the best way to set the subtool to the highest SubD level in a script/macro. Similar to the "All High" but only for the current subtool.

    Thanks for any help.

  2. #2
    Super Moderator User Gallery
    Join Date
    May 2007
    Posts
    585

    Default

    Use the following line...

    [ISet,Tool:Geometry:SDiv,100]

    The above line will attempt to set the current sub division level to 100 and since the mesh will have less than 100 subdiv levels, it will be set instead to the maximum allowed value which will be the highest subdiv level.

  3. #3
    Senior Member User Gallery
    Join Date
    May 2007
    Location
    Raleigh NC
    Posts
    450

    Default

    Ah! Well that is easy. I assumed you had to set it to a specific number or it would error.

    Thanks so much!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •