1. #1
    Member User Gallery
    Join Date
    Feb 2005
    Location
    Brazil
    Age
    35
    Posts
    61

    Default Stronger Smoother script, with presets.

    I wrote a stronger smoother (MZSmoother v1.0), that works with mask selections...

    follow the link http://www.zbrushcentral.com/zbc/sho...02&postcount=9

    Thanks.

  2. #2
    New Member User Gallery
    Join Date
    May 2005
    Posts
    6

    Default

    thank
    to turn off show action, place this on top of your zscript
    Code:
    [ISet,Zscript:Show Actions,0]

  3. #3
    Member User Gallery
    Join Date
    Feb 2005
    Location
    Brazil
    Age
    35
    Posts
    61

    Default

    thanks add!
    i´m updating the MZSmoother...

    i have other question...

    i want to put my smoother with Slider to indicate de smooth interactions... intead of preseted buttons only...

    how can i make it? how use variables?!!?
    can you help me?
    thanks in advance!

  4. #4

  5. #5
    Member User Gallery
    Join Date
    Feb 2005
    Location
    Brazil
    Age
    35
    Posts
    61

    Default

    i seach already... but.. nothing...

  6. #6
    New Member User Gallery
    Join Date
    May 2005
    Posts
    6

    Default

    Code:
    [ISlider,"Deformation Smooth",
    0, .1, -100, 100,
    "This Set the Deformation Smooth",
    [if,[isDisabled,Transform: Edit],
    [Note,"Invalid for this Smooth",,1][exit]]
    [IPress,Transform: Edit]
    [ISet,Tool:Deformation:Smooth,[IGet,ZScript:Deformation Smooth]]
    ,//else
    ]

  7. #7
    Senior Member User Gallery
    Join Date
    Feb 2002
    Location
    France
    Posts
    14,110

    Question Is this language...

    ...is like Lisp ?
    Pilou
    Is beautiful that please without concept! ( Me and maybe also E Kant)
    Pilou's Galerie Pilou's Tips Tuts Page
    Cameyo's ZPlace Art Surfing Albums
    Dedicaces Perpetual Challenges

  8. #8
    Member User Gallery
    Join Date
    Feb 2005
    Location
    Brazil
    Age
    35
    Posts
    61

    Default

    Brand new version
    Follow the link
    http://www.zbrushcentral.com/zbc/sho...399#post215399

Posting Permissions

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