Blender V4.3
TransCustomDataContainer Struct Reference

#include <transform.hh>

Public Attributes

union { 
 
   TransCustomData   mode 
 
   TransCustomData   first_elem 
 
};  
 
TransCustomData type
 

Detailed Description

Rule of thumb for choosing between mode/type:

  • If transform mode uses the data, assign to mode (typically in transform.cc).
  • If conversion uses the data as an extension to the TransData, assign to type (typically in transform_conversion.c).

Definition at line 420 of file transform.hh.

Member Data Documentation

◆ [union]

union { ... } TransCustomDataContainer

Owned by the mode (grab, scale, bend... ).

◆ first_elem

TransCustomData TransCustomDataContainer::first_elem

Definition at line 423 of file transform.hh.

Referenced by freeTransCustomDataContainer().

◆ mode

◆ type


The documentation for this struct was generated from the following file: