mcjMeetTheNormies

================================================================================

Introduction

================================================================================

Loads a series of .obj files

assigns the properly filenamed images to the texture and normal channels of material 0

can render the resulting object full-framed

can

================================================================================

History

================================================================================

================================================================================

Installation

================================================================================

The zip package is found at the bottom of this page

unzip it in your daz content folder,

typically :

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

once installed, it will appear in your content library, under

The Daz Script will be found in My Library / Scripts / mcasual

Starting with Windows 7 if you right click on the downloaded zip file

and select the [Extract All ....] pop-up menu item

you simply browse up to your Daz Studio Content Folder

and the files will fall in the proper folder

================================================================================

Use

================================================================================

1 - the current daz studio tool must be 'Node Select' or 'translate' but not 'Surface select' else the script wont be able to zoom in on the object.

2 - the imported .obj file must be accompanied by an mtl file else the import will fail.

maybe if the fimported obj file doesnt use the matlib statement this is not required.

3 - if you select the 'Current Render' option, remember to set the max render time to something sane.

4 - For now at least the OBJ and FBX exports are not done in 'silent mode'.

5 - The script will refuse to over-wite obj/fbx/jpg files, it's annoying but it's safe

6 - For now the script does not hide other objects in the scene so those objects will be exported in the OBJ and in the FBX

================================================================================

License

================================================================================

// by mCasual/Jacques

// You can use this script freely for personal or commercial use.

// You may not resell, distribute for profit, sub-license or rent this script in any way.

// you may credit this script 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 NON-INFRINGEMENT. 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.