Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
On 30/04/2015 at 06:54, xxxxxxxx wrote:
User Information: Cinema 4D Version: R16 Platform: Mac OSX ; Language(s) : C++ ;
--------- Hi,
For my plugin I created a material inside MSG_MENUPREPARE. If I use BaseMaterial::Alloc(Mbase) nothing happens. If I change it to BaseMaterial::Alloc(Mmaterial) everything works fine. I guess this is a bug..
Greetings, Casimir Smets
On 30/04/2015 at 08:33, xxxxxxxx wrote:
Hi,
actually this not a bug. You are mixing up BaseMaterial and Material classes.