On 08/08/2017 at 05:50, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R18
Platform: Windows ;
Language(s) : C++ ;
---------
Hello.
I have MaterialData and inside its res file I have used
INCLUDE Mbase;
GROUP Obaselist {
//Params
}
GROUP ParamGroup1 {
//Params
}
GROUP ParamGroup2 {
//Params
}
I have some parameters and I add these parameters in ParamGroup2 via code using description->SetParameter e.t.c.
EDIT:
The problem is that these parameters are added in Obaselist instead of ParamGroup2.
What is included in INCLUDE Mbase; and in GROUP Obaselist ?
It appears that I have ID conflicts with the included res files.
I have checked obaselist.h and mbase.h files but I didn't find any conflict there.
Thank you for your time.