Change object icon

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 08/11/2009 at 14:07, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   10/11 
Platform:   Windows  ;   Mac OSX  ; 
Language(s) :     C++  ;

---------
Hi,

I wonder how I can change the icon of my plugin object depending from its attributes. For example, the icon of a light source changes depending from the type (spot, parallel, infinite) and the shadow setting.

Are there any examples how to do that?

Thanks 😉

Greetings,
Jack

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 08/11/2009 at 17:18, xxxxxxxx wrote:

Hey,

have a look at the MSG_GETCUSTOMICON message and the GetCustomIconData struct.

Cheers

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 09/11/2009 at 00:10, xxxxxxxx wrote:

Thanks, fused!
Will do that 🙂