/
MaxwellMayaReferencedMaterial class
MaxwellMayaReferencedMaterial class
Description
Referenced materials allow you to store material settings in external MXM files and load them in the scene at render time. You can create a referenced material by calling MaxwellMayaAPI::CreateReferencedMaterial
. The inherited GetMaterialType
method returns MaterialType_Referenced
.
Base class: MaxwellMayaMaterial
.
Methods
bool | SetFile(const MString& file) |
MString | GetFile() const |
Inherited methods |
bool SetFile(const MString& file)
Sets the path to the referenced MXM file. The file does not have to exist when the scene is exported, it is only needed at render time.
MString GetFile() const
Returns the path to the referenced MXM file.
Related content
3dsmax - Maxwell Referenced Material
3dsmax - Maxwell Referenced Material
More like this
3dsmax - Maxwell Referenced Material
3dsmax - Maxwell Referenced Material
More like this
MaxwellMayaMaterial class
MaxwellMayaMaterial class
More like this
MaxwellMayaMaterial class
MaxwellMayaMaterial class
More like this
3ds Max - Maxwell Referenced Material
3ds Max - Maxwell Referenced Material
More like this
Houdini plugin - Maxwell Ref Material (SHOP)
Houdini plugin - Maxwell Ref Material (SHOP)
More like this