mcjWindowWall2

══════════════════

Introduction

══════════════════

Highly adaptable set of props - wall and windows

══════════════════

History

══════════════════

March. 28 2015 - release

December 25 2015 3h24am - Update: added 3 missing stretch morphs - made the default Scale 100% when resetting the prop

December 25 2015 4h30am - the new stretch morphs now stretch 10 cm for 100% strength instead of 1cm

══════════════════

Installation

══════════════════

Unzip the file found at the bottom of this page into your daz studio content folder

typically :

C:\program files\daz\studio\content\

or

C:\Users\YOURNAME\Documents\DAZ 3D\Studio\My Library

once installed the prop will appear in your library under

content/props/mcasual

or

My Library/Props/mCasual

══════════════════

Use

══════════════════

Don't forget to explore all the morphs offered by each prop, in the Daz Studio parameters tab

i forgot to change the position of the origin of the windows

i’ll post a new version soon

but for today you could load the prop

and run this script

which moves the origin ( and center of rotation ) of the two window props

var node;
node = Scene.findNode( "RightWindow" );
if( node )
 node.setOrigin( 91.274, 131.493, 6.073 );
node = Scene.findNode( "LeftWindow" );
if( node )
 node.setOrigin( -91.281, 131.493, 6.073 ); 

here’s a direct link to that script moveMcjWindowWallWindowOrigins.dsa

══════════════════

License

══════════════════

by mCasual/Jacques

You can use this models freely for personal or commercial use.

You may not sell/resell, distribute, sublicense or rent this model in any way.

you may credit this prop to mCasual/Jacques

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.