Blender
V3.3
source
blender
python
generic
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
16
struct
IDProperty
*
property
;
17
}
BPy_IDPropertyUIManager
;
18
19
void
IDPropertyUIData_Init_Types
(
void
);
BPy_IDPropertyUIManager_Type
PyTypeObject BPy_IDPropertyUIManager_Type
Definition:
idprop_py_ui_api.c:661
IDPropertyUIData_Init_Types
void IDPropertyUIData_Init_Types(void)
Definition:
idprop_py_ui_api.c:722
BPy_IDPropertyUIManager
struct BPy_IDPropertyUIManager BPy_IDPropertyUIManager
BPy_IDPropertyUIManager
Definition:
idprop_py_ui_api.h:14
BPy_IDPropertyUIManager::property
PyObject_VAR_HEAD struct IDProperty * property
Definition:
idprop_py_ui_api.h:16
IDProperty
Definition:
DNA_ID.h:106
ID
Definition:
DNA_ID.h:368
Generated on Tue Oct 22 2024 13:18:25 for Blender by
doxygen
1.9.1