#include <c4d_baselist.h>
Message struct for the MSG_MULTI_RENDERNOTIFICATION message.
公共成员函数 |
|
RenderNotificationData () |
Public Attributes |
|
BaseDocument * | doc |
Bool | start |
Bool | animated |
Bool | external |
渲染 * | render |
RENDERFLAGS | flags |
RenderNotificationData | ( | ) |
Default constructor.
BaseDocument * doc |
The current document. Cinema 4D owns the pointed document.
Bool start |
Determines if this is a start ( true ) or stop ( false ) notification. Stop notifications are only sent if the document will not be deleted, which more or less only happens if there is an editor render.
Bool animated |
Determines if this is an animation sequence being rendered.
Bool external |
true if the rendering is not in the editor view, otherwise false .
渲染 * render |
A pointer to the render. Cinema 4D owns the pointed render.
RENDERFLAGS flags |
A combination of the render flags: RENDERFLAGS .