Blender  V3.3
bpy_app_openvdb.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2015 Blender Foundation. All rights reserved. */
3 
8 #pragma once
9 
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13 
14 PyObject *BPY_app_openvdb_struct(void);
15 
16 #ifdef __cplusplus
17 }
18 #endif
PyObject * BPY_app_openvdb_struct(void)