THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 16/02/2006 at 12:47, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.5
Platform:
Language(s) : C++ ;
---------
Hi,
I have a ObjectData plugin that is simply returning a cube object in the GetVirtualObjects.
I would like to set this cube to red using SetColorProperties.
But I cant do this because the ObjectData object overrides the color properties.
I can simple just set the ObjectData color properties, but I want to work with multiple objects with different colours, without creating a material for each one
Is this possible?