Blender V4.3
ANIM_keyingsets.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2024 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
11namespace blender::animrig {
12
14enum class ModifyKeyMode {
15 INSERT = 0,
16 DELETE,
17};
18
20enum class ModifyKeyReturn {
21 SUCCESS = 0,
23 INVALID_CONTEXT = -1,
26};
27
28} // namespace blender::animrig