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.
-
"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.