Macros | |
| #define | MSG_HAIR_GET_OBJECT_TYPE |
| #define | MSG_HAIR_GET_OBJECTS |
| #define MSG_HAIR_GET_OBJECT_TYPE |
Sent to get callback data.
All plugin objects in the scene get this message, as well as any extra objects specified by MSG_HAIR_GET_OBJECTS.
The corresponding message data is HairPluginMessageData. Fill in a HairPluginObjectData in the data pointer for the message.
| #define MSG_HAIR_GET_OBJECTS |
The corresponding data is an AtomArray in to fill with the BaseList2D objects that should be sent MSG_HAIR_GET_OBJECT_TYPE (e.g. so it could be sent to materials or objects not in the document).
Sent to all tags on hair objects and to all scene hooks.