Objects Display Color
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 06/05/2008 at 22:05, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 10.5
Platform: Windows ; Mac OSX ;
Language(s) : C.O.F.F.E.E ;---------
Hi there !Is it possible to access (under COFFEE) the Display Color parameter ? Maybe using some data extracted with GetContainer (?) or by any other means ?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 12/05/2008 at 12:46, xxxxxxxx wrote:
Shouldn't it be possible with op->SetData(ID, data)? To get the correct ID, look into the .h file of the object you want to manipulate (I think obase.h is what you're looking for).
Greetings,
Jack -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 13/05/2008 at 06:04, xxxxxxxx wrote:
You access the object's Display Color like this:
op#ID_BASEOBJECT_COLOR
cheers,
Matthias