mcjTwist

Introduction

This script can add a twist morph to the one selected object

History

2012

V1 Release

February 27th 2019

V2 added help buttons and safety feature to prevent the

creation on subdivided objects because they were resulting in un-loadable

scene files ! at least it's the case for recent versions of Daz Studio

Installation

The zip package is found at the bottom of this page

unzip it in your daz content folder, typically C:\Program Files\DAZ\Studio\content\

once installed, it will appear in your content library, under Studio / Scripts / mcasual

Instructions

- Select an object,

- specify a twist angle ( usually 90, 180, 360, 720 degrees )

- specify the axis along which twist will occur

- click on the "Do It" button

- there's now a new morph channel for this object,

- its name is relative to the chosen axis and twist factor

- There's buttons to set the morph strength to 0% or 100%

- There's also a button to zero all the _twist morphs

Examples

A cube, a 5-sided cone, a torus and a plane, subjected to the twist effect

License

//===================================================================

// by mCasual/Jacques

//===================================================================

// ( MIT License )

// Copyright (c) <2012> <mCasual/Jacques>

// Permission is hereby granted, free of charge, to any person

// obtaining a copy of this software and associated documentation

// files (the "Software"), to deal in the Software without

// restriction, including without limitation the rights to use,

// copy, modify, merge, publish, distribute, sublicense, and/or sell

// copies of the Software, and to permit persons to whom the

// Software is furnished to do so, subject to the following

// conditions:

//

// The above copyright notice and this permission notice shall be

// included in all copies or substantial portions of the Software.

//

// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,

// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES

// OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND

// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT

// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,

// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR

// OTHER DEALINGS IN THE SOFTWARE.