Is there a freebie script for mesh resolution?

RobinsonRobinson Posts: 751
edited October 2020 in Product Suggestions

I'd like one that sets every object in the scene to base resolution, SubD 0 and then again another for setting all objects to high resolution, SubD 2.  I'm sure it's easy to do but if anyone has one...

Post edited by Richard Haseltine on

Comments

  • Moved to Product Suggestions as it is a request for, not an offer of, a freebie.

  • In The FleshIn The Flesh Posts: 157
    edited October 2020

    There's some included in my ITF Dev Kits, designed for characters but will work on any object that has been converted to a subdivision surface. One caveat is that it only works on the selected objects, but you can select multiple objects to apply the settings at the same time -

    G8F: https://gumroad.com/l/Jafqs

    G8M: https://gumroad.com/l/qAEQn

    Contains one for Base, Subd1 and Subd4 although the scripts aren't encrypted so you can open them in a text editor to make any changes you require.

    Specifically for Subd2, you can edit line 15 and 16, so in this instance make sure those lines are as follows:

     

    var subDLevel = 2; // <<< set your desired valuevar resLevel = 1; // <<< set your desired value

     

    And save a copy.

    Check out this video for an overview of all the other features which you may find useful:

    image

    But if you don't want to install the rest, just download the .ZIP file and you can pull the scripts out of there directly. They will be found under Content/People/Genesis 8 Male/ITF Dev Kit and are called:

    • !5 - Set SubD 0 - Base Resolution.dsa
    • !6 - Set SubD 1 - High Resolution.dsa
    • !7 - Set SubD 4 - High Resolution.dsa

    Hope that helps!

    Cheers,

    Daniel

    Post edited by In The Flesh on
  • RobinsonRobinson Posts: 751

    Thanks Daniel.   That's useful.

Sign In or Register to comment.