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

curves_sculpt_intern.h « sculpt_paint « editors « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0d99e61192f14a46d1e065b160f083ea73ce7590 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: GPL-2.0-or-later */

#pragma once

struct bContext;

#ifdef __cplusplus
extern "C" {
#endif

bool CURVES_SCULPT_mode_poll(struct bContext *C);
bool CURVES_SCULPT_mode_poll_view3d(struct bContext *C);

#ifdef __cplusplus
}
#endif