Hi Quaritexa, I've been trying what you were describing but I've been getting inconsistent results that have been confusing me. I'm not sure if there is a bug that I haven't been able to track down or something like that.
I don't think that I will be able to experiment with it much more right now, it's very time consuming.
If you want to test just modifying the #2 version to only do the twist on Top or Bottom views, you could try modifying the script by finding the part that has this comment:
// Added below for calculating tilt.
and right below that put in an
if ( name == 'Top' || name == 'Bottom' )
{
>>Put the tilt processing here
}
- Michael
|