OperatorOptions(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.OperatorOptions(bpy_struct)¶ Runtime options
-
is_grab_cursor¶ True when the cursor is grabbed
Type: boolean, default False, (readonly)
-
is_invoke¶ True when invoked (even if only the execute callbacks available)
Type: boolean, default False, (readonly)
-
use_cursor_region¶ Enable to use the region under the cursor for modal execution
Type: boolean, default False
-
Inherited Properties
Inherited Functions
References