Forum: Poser Python Scripting


Subject: Using the function call LoadMaterialCollection

Anthony Appleyard opened this issue on Aug 10, 2021 ยท 3 posts


structure posted Tue, 10 August 2021 at 2:02 PM Forum Coordinator

you need to change the extension to .mc6 or mcz - an mt5 is a material set not a material collection.

act.LoadMaterialCollection("//Runtime//Libraries//Materials//police//riotarmor_base.mc6")

a material set (mt5) contains only one material whereas a material collection (mc6) can contain multiple.

Locked Out