Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

The plug-in translates Houdini's fur node to the Maxwell Scene using the MaxwellHair extension. The extension's extra parameters can be defined with detail or point geometry attributes in the fur. These extra parameters are:Houdini curve primitives are automatically translated to Maxwell curves.

Image Added

To define Maxwell specific parameters you can add the following extra attributes to the geometry with AttribCreate node.

Name
Class
Type
Description
mx_curve_typeDetailInt

0: plain curve

1: cubic curve (default)

2: hair curve

mx_root_radiusPointfloatRadius of the hair points.
mbPointfloatMotion blur factor of the hair points.
DetailFloatRoot radius of the curve.
mx_tip_radiusDetailFloatTip radius of the curve.
mx_radiusPointFloatRadius of the curve at each break point.
mx_colorPointvectorFloatColor of the hair pointseach curve point.
Info

Only Breakpoints method of the Houdini curve node is supported.