Blender  V3.3
mball_intern.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2008 Blender Foundation. All rights reserved. */
3 
8 #pragma once
9 
10 #include "DNA_object_types.h"
11 
13 
16 
19 
Object is a sort of wrapper for general info.
void MBALL_OT_duplicate_metaelems(struct wmOperatorType *ot)
Definition: mball_edit.c:564
void MBALL_OT_select_all(struct wmOperatorType *ot)
Definition: mball_edit.c:181
void MBALL_OT_delete_metaelems(struct wmOperatorType *ot)
Definition: mball_edit.c:623
void MBALL_OT_hide_metaelems(struct wmOperatorType *ot)
Definition: mball_edit.c:668
void MBALL_OT_select_similar(struct wmOperatorType *ot)
Definition: mball_edit.c:433
void MBALL_OT_reveal_metaelems(struct wmOperatorType *ot)
Definition: mball_edit.c:715
void MBALL_OT_select_random_metaelems(struct wmOperatorType *ot)
Definition: mball_edit.c:505
wmOperatorType * ot
Definition: wm_files.c:3479