Welcome to mirror list, hosted at ThFree Co, Russian Federation.

BKE_subdiv_topology.h « blenkernel « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0e9f50cf71b6020ac4756ea05857fc354959618d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* SPDX-License-Identifier: GPL-2.0-or-later
 * Copyright 2019 Blender Foundation. All rights reserved. */

/** \file
 * \ingroup bke
 */

#pragma once

#ifdef __cplusplus
extern "C" {
#endif

struct Subdiv;

int BKE_subdiv_topology_num_fvar_layers_get(const struct Subdiv *subdiv);

#ifdef __cplusplus
}
#endif