create_material_instance_from_definition
Create a new MDL material instance.
arguments
- "arguments" : Map
The arguments of the created material instance. The type of each argument must match that defined by the material definition. A function or material can be connected to a given argument by providing an object with a "call" key. It's value must be another object with a "name" key giving the function or material name to connect and an optional "field" key)
- "material_definition_name" : String
The name of the material definition to create an instance of.
- "material_name" : String
The name of the created material instance.
- "privacy_level" : Uint8 (default: null)
The privacy level to create the material instance at. [0...255]. If not provided uses the current scopes privacy level.
return value
StringEmpty string on success or warning messages.