ZBrushCentral

Is there way to get the current material is a user material?

Hi all,
In Zbrush, Material is different from others, when you modify or load it, the active one will be replaced, so I can’t use [IGet, Material:ItemInfo] to make sure is it a startup material, but once user modified or loaded, it will displayed in the material quick palette at first line as a user material. Is there way to know material is modified or get this quick palette’s information?

My second question is, Title Bar contains the name of current document, and [IGetInfo, Title] works fine, but [IGetTitle, Title] returns blank, is it possible to get it?

Thanks very much.

I don’t know of a way to find out if a material has been modified (although presumably you could create a look up table of the modifiers for the material you want and check against that).

Likewise I have never found a way of getting the document name, or any other information from the title bar.

Thank you for your reply, Marcus. I learned a lot from your posts here, very thank you~