Blender  V3.3
io_alembic.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2016 Blender Foundation. All rights reserved. */
3 
4 #pragma once
5 
10 struct wmOperatorType;
11 
void WM_OT_alembic_import(struct wmOperatorType *ot)
void WM_OT_alembic_export(struct wmOperatorType *ot)
wmOperatorType * ot
Definition: wm_files.c:3479