mcjShear

Introduction

Select an object,

    • specify a shear angle factor ( between-90 and 90 )
    • specify the plane along which shear will occur
    • click on the "Do It" button
    • wait
    • Exit
    • there's now a new morph channel for this object, its name is relative to the chosen plane and shear factor

History

sometime in 2012 - Version 1 ( pre-release )

february 25th 2019 23h16 - Version 2

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

un-deformed Poser 7 horse

New in 2019

help buttons were added,

'Help' opens rudimentary instructions

'Web Help' Opens the online web page you are currently viewing ( check for updates )

Safety mechanism was added to prevent creating morphs on subDivided surfaces

which in version 1 could render your scene file un-loadable !!

there is now a slider to adjust the level at which the shear effect starts

for example, setting that slider to 0 means the part of the object at floor level wont move

all vertices above will shear.

License

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

// by mCasual/Jacques

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

// ( MIT License )

// Copyright (c) <2019> <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.

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