Blender V4.5
BKE_ipo.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2001-2002 NaN Holding BV. All rights reserved.
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4#pragma once
5
9
10struct Main;
11
34
35/* --------------------- xxx stuff ------------------------ */
void do_versions_ipos_to_layered_actions(struct Main *bmain)
Definition ipo.cc:2147