Blender
V4.3
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
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:148
BPY_RNA_gizmogroup_wrapper
void BPY_RNA_gizmogroup_wrapper(wmGizmoGroupType *gzgt, void *userdata)
Definition
bpy_gizmo_wrap.cc:191
wmGizmoGroupType
Definition
WM_gizmo_types.hh:416
wmGizmoType
Definition
WM_gizmo_types.hh:338
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0