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).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 03/03/2007 at 06:35, xxxxxxxx wrote:
User Information: Cinema 4D Version: 9.5 Platform: Windows ; Language(s) : C.O.F.F.E.E ;
--------- Hi Var mat = doc -> GetFirstMaterial (); Mat -> SetChannelState (CHANNEL_COLOR, TRUE); How can I achieve that it is assigned to the second material of the agent of materials ? It would be like to replace First with Second ? Thx
On 01/04/2007 at 11:23, xxxxxxxx wrote:
You can use mat->GetNext() to get the second material.
On 01/04/2007 at 11:30, xxxxxxxx wrote:
Thank you, Mikael Sterner, for the response.