tornavis/source/blender/blenkernel/BKE_subdiv_topology.hh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
228 B
C++
Raw Normal View History

/* SPDX-FileCopyrightText: 2019 Blender Authors
*
* SPDX-License-Identifier: GPL-2.0-or-later */
/** \file
* \ingroup bke
*/
#pragma once
struct Subdiv;
int BKE_subdiv_topology_num_fvar_layers_get(const Subdiv *subdiv);