iandreev
@iandreev
New Member
Joined: Feb 15, 2024
Topics: 2 / Replies: 6
Topic
Forum
Replies: 0
Views: 6
Reply
RE: How to get all the parameters of a material?

Actually ReferenceMaker::GetReference() is the solution. The following code will output all the parameters of the material. void LogParamBlockProp(I…

13 years ago
Forum
Reply
RE: How to get all the parameters of a material?

OK, I found it. It is possible to get all the parameters with ReferenceMaker::GetReference() method.

13 years ago
Forum
Reply
RE: How to get all the parameters of a material?

claude666: looks to me as if you are not sending the right/complete paramblock to your enumerator`or the enumerator is getting all the params. one …

13 years ago
Forum
Reply
RE: How to get all the parameters of a material?

IGameProperty is a wrapper around the standard 3ds Max ParamBlock and ParamBlock2. I’m already working with ParamBlock and ParamBlock2. You can see th…

13 years ago
Forum
Reply
RE: How to get all the parameters of a material?

I am sorry but no I can’t. Because I need to output not only standard material, I need to output all parameters of any material.

13 years ago
Forum
Reply
RE: How to get all the parameters of a material?

But this is maxscript. I need to get the same list as showProperties but using 3dsmax SDK on C++

13 years ago
Forum
Topic
Forum
Replies: 13
Views: 26