Blender
V5.0
source
blender
python
intern
bpy_gizmo_wrap.hh
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2023 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9
#pragma once
10
11
struct
wmGizmoGroupType
;
12
struct
wmGizmoType
;
13
14
/* Exposed to RNA/WM API. */
15
void
BPY_RNA_gizmo_wrapper
(
wmGizmoType
*gzt,
void
*userdata);
16
void
BPY_RNA_gizmogroup_wrapper
(
wmGizmoGroupType
*gzgt,
void
*userdata);
BPY_RNA_gizmo_wrapper
void BPY_RNA_gizmo_wrapper(wmGizmoType *gzt, void *userdata)
Definition
bpy_gizmo_wrap.cc:143
BPY_RNA_gizmogroup_wrapper
void BPY_RNA_gizmogroup_wrapper(wmGizmoGroupType *gzgt, void *userdata)
Definition
bpy_gizmo_wrap.cc:185
wmGizmoGroupType
Definition
WM_gizmo_types.hh:421
wmGizmoType
Definition
WM_gizmo_types.hh:343
Generated on
for Blender by
doxygen
1.16.1