#include <c4d_baselist.h>
Private. Message struct for the MSG_TOOL_CHECKCONTEXT message.
Sent to tools to query them on which context (UV, 3D) can they execute, and to feed the tool with the correct objects.
Public Member Functions | |
| ToolCheckContextData () | |
Result Values | |
| Bool | supportsUV |
| Bool | supports3D |
Default constructor.
| Bool supportsUV |
Set to True if the tool can be executed in the UV context. By default set to False.
| Bool supports3D |
Set to True if the tool can be executed in the 3D context. By default set to True.