On 24/02/2018 at 00:45, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R18
Platform: Windows ;
Language(s) : C++ ;
---------
Hi all,
I'm trying to do something rather simple, disable the reflection channel on a material.
I've tried both of these
newMat->SetChannelState(CHANNEL_REFLECTION, false);
newMat->SetParameter(MATERIAL_USE_REFLECTION, false, DESCFLAGS_SET_0);
Neither have any effect, however they both work flawlessly in the Python console within c4d.
I'm not having issues setting any other channel, just the reflection channel