|
Blender V4.5
|
Public Attributes | |
| int | active_face_set |
| float | mask_threshold |
| bool | add_boundary_loop |
| int | num_smooth_iterations |
| bool | apply_shrinkwrap |
| bool | add_solidify |
Definition at line 60 of file editmesh_mask_extract.cc.
| int GeometryExtractParams::active_face_set |
Definition at line 62 of file editmesh_mask_extract.cc.
Referenced by face_set_extract_invoke(), and geometry_extract_tag_face_set().
| bool GeometryExtractParams::add_boundary_loop |
Definition at line 68 of file editmesh_mask_extract.cc.
Referenced by face_set_extract_invoke(), geometry_extract_apply(), and paint_mask_extract_exec().
| bool GeometryExtractParams::add_solidify |
Definition at line 71 of file editmesh_mask_extract.cc.
Referenced by face_set_extract_invoke(), geometry_extract_apply(), and paint_mask_extract_exec().
| bool GeometryExtractParams::apply_shrinkwrap |
Definition at line 70 of file editmesh_mask_extract.cc.
Referenced by face_set_extract_invoke(), geometry_extract_apply(), and paint_mask_extract_exec().
| float GeometryExtractParams::mask_threshold |
Definition at line 65 of file editmesh_mask_extract.cc.
Referenced by geometry_extract_tag_masked_faces(), and paint_mask_extract_exec().
| int GeometryExtractParams::num_smooth_iterations |
Definition at line 69 of file editmesh_mask_extract.cc.
Referenced by face_set_extract_invoke(), geometry_extract_apply(), and paint_mask_extract_exec().