- Unit Scale: Conversion factor between DAZ Studio and Blender units. Defaults to 0.01 which converts from centimeters to meters.
- Mesh Fitting: Method used for fitting meshes to morphs.
- Unmorphed Shared: No mesh fitting and meshes are shared between objects. All shaping is ignored.This is useful to save space e.g. for environments with bushes and trees sharing the same foliage, which can be realized as many instances of a single mesh.
- Unmorphed Unique: No mesh fitting and each objects has a unique instance of the mesh. All shaping is ignored. This is useful e.g. for a room with many posters and paintings which have the same underlying mesh but different textures.
- DBZ (JSON) File: Fit characters and clothes using basic data in the .dbz file that was exported from DAZ Studio. This is the preferred method to fit character meshes and therefore the default option. It also works with .json files from earlier versions of the Daz importer.
- Viewport Color: The viewport colors assigned to materials. Since the viewport color never appears in renders, this only affects the viewport appearance, not rendered images.
- Skin: The viewport color assigned to skin materials.
- Clothes: The viewport color assigned to other materials.
- Material Method: Type of material node tree.
- BSDF: Full Iray materials (Cycles only).
- Principled: Node tree with a principled node (Eevee and Cycles).
- Internal: Blender internal rendered (Blender 2.7x only)
Press the Import DAZ File button, and after a short time Aiko and the camera are loaded into Blender. We see that the viewport color does not affect the rendered image.
Unit Scale
This parameter converts between DAZ Studio and Blender units. The units used by DAZ Studio are centimeters. The default value of Unit Scale = 0.01 thus corresponds to setting the units to meters in Blender. Here are some common values for this parameter.Centimeters: Unit Scale = 1.0, 1 B.U. = 1 cm.
Decimeters: Unit Scale = 0.1, 1 B.U. = 1 dm.
Meters: Unit Scale = 0.01, 1 B.U. = 1 m.
Inches: Unit Scale = 0.3937, 1 B.U. = 2.54 cm.
Mesh Fitting
The Mesh Fitting options are better explained using another scene with two characters.Here are two characters in DAZ Studio. The gorilla and the mafioso are both based on the original Genesis character, so the underlying mesh is the same. The result in Blender is very different depending on how meshes are fitted.
With the two Unmorphed options (Unmorphed Shared and Unmorphed Unique), the Genesis character is loaded without any modification. In the first case the characters also have the same gorilla texture because they share the same mesh, and in the second case the unique meshes have different textures. With DBZ (Json) File fitting, the result looks very similar to DAZ Studio.
Material Method
This option controls how the plugin generates materials. The BSDF method creates a complicated node tree which attempts to mimic IRAY materials as closely as possible in Cycles, even for characters with complex materials such as Victoria 8. The material can also be rendered in Eevee, but the results may be less faithful.