Hello,
Maxon Support directed me to this forum to request access to the Redshift SDK.
I am developing a Redshift translator for a third-party Maya custom hair shape called Ahoge.
Environment:
- Maya 2026
- Redshift 2026.7.1
- Windows 11
- Maya shape type:
ahogeShape
The evaluated hair data is available through these node attributes:
outputPoints: float array of XYZ positionsoutputWidths: float array of per-point widthsoutputColors: float array of per-point RGB colorsnumSegmentsnumCurves
I need to translate this data directly into a Redshift hair or curve primitive without converting it to polygon meshes, while preserving animation, simulation, material assignment, IPR updates, and motion blur.
I’d like to request access to the Redshift Maya Extension SDK for Redshift 2026.7.x and Maya 2026.
I need:
- Maya Extension API headers
- Required Redshift import libraries
- Extension API documentation
- A minimal custom hair or geometry extension example
- Documentation for
Register,Create,Eval,PreExport,Export,QueryMaterials, andPurgeAll - An example using
RSMeshHair - Material assignment and per-point user data examples
- Motion blur sampling requirements
- Binary and version compatibility information for extension DLLs
Thank you.