Blender  V3.3
Public Attributes | List of all members
ObCustomData_ForEditMode Struct Reference

Public Attributes

int launch_event
 
bool wait_for_input
 
bool is_active
 
bool is_first
 
ValueInteraction inter
 
Object ** objects
 
uint objects_len
 
struct XFormObjectData ** objects_xform
 

Detailed Description

Definition at line 157 of file wm_operator_utils.c.

Member Data Documentation

◆ inter

ValueInteraction ObCustomData_ForEditMode::inter

◆ is_active

bool ObCustomData_ForEditMode::is_active

Definition at line 160 of file wm_operator_utils.c.

Referenced by op_generic_value_invoke(), and op_generic_value_modal().

◆ is_first

bool ObCustomData_ForEditMode::is_first

Definition at line 161 of file wm_operator_utils.c.

Referenced by op_generic_value_invoke(), and op_generic_value_modal().

◆ launch_event

int ObCustomData_ForEditMode::launch_event

Definition at line 158 of file wm_operator_utils.c.

Referenced by op_generic_value_invoke(), and op_generic_value_modal().

◆ objects

Object** ObCustomData_ForEditMode::objects

This could be split into a sub-type if we support different kinds of data.

Definition at line 166 of file wm_operator_utils.c.

Referenced by op_generic_value_exit(), and op_generic_value_invoke().

◆ objects_len

uint ObCustomData_ForEditMode::objects_len

◆ objects_xform

struct XFormObjectData** ObCustomData_ForEditMode::objects_xform

◆ wait_for_input

bool ObCustomData_ForEditMode::wait_for_input

Definition at line 159 of file wm_operator_utils.c.

Referenced by op_generic_value_invoke(), and op_generic_value_modal().


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