ToolCheckContextData Struct Reference

#include <c4d_baselist.h>

Detailed Description

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.

Since
R2026.200

Public Member Functions

 ToolCheckContextData ()
 

Result Values

Bool supportsUV
 
Bool supports3D
 

Constructor & Destructor Documentation

◆ ToolCheckContextData()

Default constructor.

Member Data Documentation

◆ supportsUV

Bool supportsUV

Set to True if the tool can be executed in the UV context. By default set to False.

◆ supports3D

Bool supports3D

Set to True if the tool can be executed in the 3D context. By default set to True.