Hi guys,
I want to be able to change the color of only a component of the crane, e.g. the hook object, to be able to use it as a status indicator. Finding the object in the drawsurrogates node and changing its color by script does not seem to have an impact. In the animation creator, selecting the hook and trying to change its color by using the drop down menu of its color field causes an error message.
I assume, this is caused somehow by the components inheriting the color from the owner object of the draw surrogate objects? Same applies to the robot.
My current (ugly) solution is to add another drawsurrogate with the animation creator, that is moving with the hook. For that one, I can change the color by script, but I have an extra object moving around with the crane hook. Is there a better solution to this?
Thanks