Blender
V4.3
source
blender
blenkernel
BKE_editlattice.h
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
#ifdef __cplusplus
12
extern
"C"
{
13
#endif
14
15
struct
Object
;
16
17
void
BKE_editlattice_free
(
struct
Object
*ob);
18
void
BKE_editlattice_make
(
struct
Object
*obedit);
19
void
BKE_editlattice_load
(
struct
Object
*obedit);
20
21
#ifdef __cplusplus
22
}
23
#endif
BKE_editlattice_load
void BKE_editlattice_load(struct Object *obedit)
Definition
editlattice.cc:73
BKE_editlattice_make
void BKE_editlattice_make(struct Object *obedit)
Definition
editlattice.cc:46
BKE_editlattice_free
void BKE_editlattice_free(struct Object *ob)
Definition
editlattice.cc:26
Object
Definition
DNA_object_types.h:193
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0