Skip to content
sebjf edited this page Aug 4, 2013 · 34 revisions

Welcome to the DazMaxBridge Project wiki!

Browse this wiki to find out everything you need to know about how to download, build and use the Daz Max Bridge tool set.

Please remember that currently this project is in a super-alpha stage. There are no releases or binaries and it does not have the basic feature set complete. It is here so everyone can get started with Daz-Max as soon as possible.

If you have no idea what this project is, read the introduction below. If you want to know more about how it all fits together look at the Overview page.

Introduction

What is the purpose of this project?

To enable the use of Daz assets in 3DS Max quickly and easily.

Why is it needed?

Interchange formats are limited, by their design (e.g. OBJ - no skinning data) or implementation (e.g. FBX - buggy) making the transfer of assets time consuming and frustrating.

What does it do?

Take a set of props or figures from Daz, and create counterparts in Max, complete with all world transforms, morphs, skinning data and materials which operate in Max just how they did in Daz.

How does it do it?

By providing bespoke plugins for both tools that are highly coupled for maximum efficiency and robustness, both to eachother and their host applications, enabling the quick transfer of data between the two.

How do I use it?

  1. Start Daz, create or load your asset, and export it as you would to any interchange format to a file.
  2. Load Max, and open the import script. Set the file & run the script, then see your asset appear.

What does it consist of?

  • A plugin for Daz
  • A MaxScript script for Max
  • A .NET tool library for the MaxScript for Max
  • A .NET importer plugin for Max

What can't it do? (What it cant do yet)

  • Allow editing of morphs or pose once in Daz
  • Transfer advanced hair and cloth systems
  • Transfer joint deformation controllers
  • Transfer rigging
  • Transfer smoothing parameters
  • Create subsurface or other advanced materials

What is it not? (What it will never do)

An interchange or storage format - the files generated are for single use only and no guarantees are made about their layout. Neither will material maps be copied; Max will continue to reference the originals.*

(* though if you save your scene Max may copy the maps locally with it)

Known Bugs

  • Materials of geografted geometry are missing

Roadmap

  • Create HSS materials for skin
  • Transfer basic rigging
  • Re-import single components (e.g. just vertex positions for when a morph changes)
  • Export to shared memory
  • Transfer joint deformers

Next: Overview

Clone this wiki locally