Blender V5.0
ObCustomData_ForEditMode Struct Reference

Public Attributes

int launch_event
bool wait_for_input
bool is_active
bool is_first
ValueInteraction inter
blender::Array< std::unique_ptr< blender::ed::object::XFormObjectData > > objects_xform

Detailed Description

Definition at line 163 of file wm_operator_utils.cc.

Member Data Documentation

◆ inter

ValueInteraction ObCustomData_ForEditMode::inter

◆ is_active

bool ObCustomData_ForEditMode::is_active

Definition at line 166 of file wm_operator_utils.cc.

Referenced by op_generic_value_invoke(), and op_generic_value_modal().

◆ is_first

bool ObCustomData_ForEditMode::is_first

Definition at line 167 of file wm_operator_utils.cc.

Referenced by op_generic_value_invoke(), and op_generic_value_modal().

◆ launch_event

int ObCustomData_ForEditMode::launch_event

Definition at line 164 of file wm_operator_utils.cc.

Referenced by op_generic_value_invoke(), and op_generic_value_modal().

◆ objects_xform

blender::Array<std::unique_ptr<blender::ed::object::XFormObjectData> > ObCustomData_ForEditMode::objects_xform

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

Definition at line 172 of file wm_operator_utils.cc.

Referenced by op_generic_value_invoke(), and op_generic_value_restore().

◆ wait_for_input

bool ObCustomData_ForEditMode::wait_for_input

Definition at line 165 of file wm_operator_utils.cc.

Referenced by op_generic_value_invoke(), and op_generic_value_modal().


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