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

Public Attributes

struct MoveToCollectionData * next
 
struct MoveToCollectionData * prev
 
int index
 
struct Collection * collection
 
struct ListBase submenus
 
PointerRNA ptr
 
struct wmOperatorType * ot
 

Detailed Description

Definition at line 1909 of file object_edit.c.

Member Data Documentation

◆ collection

struct Collection* MoveToCollectionData::collection

◆ index

int MoveToCollectionData::index

◆ next

struct MoveToCollectionData* MoveToCollectionData::next

Definition at line 1910 of file object_edit.c.

◆ ot

struct wmOperatorType* MoveToCollectionData::ot

◆ prev

struct MoveToCollectionData * MoveToCollectionData::prev

Definition at line 1910 of file object_edit.c.

◆ ptr

PointerRNA MoveToCollectionData::ptr

Definition at line 1914 of file object_edit.c.

Referenced by move_to_collection_menu_create().

◆ submenus

struct ListBase MoveToCollectionData::submenus

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