Blender  V3.3
io_stl_ops.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
7 #pragma once
8 
9 struct wmOperatorType;
10 
void WM_OT_stl_import(struct wmOperatorType *ot)
void WM_OT_stl_export(struct wmOperatorType *ot)
wmOperatorType * ot
Definition: wm_files.c:3479