|
Blender
V2.93
|
Public Attributes | |
| struct { | |
| BMBackup mesh | |
| bool is_valid | |
| bool is_dirty | |
| } * | backup |
| int | backup_len |
| short | gizmo_flag |
Definition at line 65 of file editmesh_bisect.c.
| struct { ... } * BisectData::backup |
Referenced by edbm_bisect_exit(), mesh_bisect_exec(), and mesh_bisect_invoke().
| int BisectData::backup_len |
Definition at line 74 of file editmesh_bisect.c.
Referenced by edbm_bisect_exit(), and mesh_bisect_invoke().
| short BisectData::gizmo_flag |
Definition at line 75 of file editmesh_bisect.c.
Referenced by edbm_bisect_exit(), and mesh_bisect_invoke().
| bool BisectData::is_dirty |
Definition at line 72 of file editmesh_bisect.c.
Referenced by mesh_bisect_exec().
| bool BisectData::is_valid |
Definition at line 71 of file editmesh_bisect.c.
Referenced by edbm_bisect_exit(), mesh_bisect_exec(), and mesh_bisect_invoke().
| BMBackup BisectData::mesh |
Definition at line 70 of file editmesh_bisect.c.
Referenced by edbm_bisect_exit(), mesh_bisect_exec(), and mesh_bisect_invoke().