Blender  V3.3
idprop_py_ui_api.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
7 #pragma once
8 
9 struct ID;
10 struct IDProperty;
11 
12 extern PyTypeObject BPy_IDPropertyUIManager_Type;
13 
14 typedef struct BPy_IDPropertyUIManager {
15  PyObject_VAR_HEAD
18 
PyTypeObject BPy_IDPropertyUIManager_Type
void IDPropertyUIData_Init_Types(void)
struct BPy_IDPropertyUIManager BPy_IDPropertyUIManager
PyObject_VAR_HEAD struct IDProperty * property
Definition: DNA_ID.h:368