Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/mesh/editmesh_tools.c
- This file is larger than 256 KB, so syntax highlighting is disabled by default.
| Show First 20 Lines • Show All 5,334 Lines • ▼ Show 20 Lines | RNA_def_enum(ot->srna, | ||||
| rna_enum_modifier_triangulate_quad_method_items, | rna_enum_modifier_triangulate_quad_method_items, | ||||
| MOD_TRIANGULATE_QUAD_BEAUTY, | MOD_TRIANGULATE_QUAD_BEAUTY, | ||||
| "Quad Method", | "Quad Method", | ||||
| "Method for splitting the quads into triangles"); | "Method for splitting the quads into triangles"); | ||||
| RNA_def_enum(ot->srna, | RNA_def_enum(ot->srna, | ||||
| "ngon_method", | "ngon_method", | ||||
| rna_enum_modifier_triangulate_ngon_method_items, | rna_enum_modifier_triangulate_ngon_method_items, | ||||
| MOD_TRIANGULATE_NGON_BEAUTY, | MOD_TRIANGULATE_NGON_BEAUTY, | ||||
| "Polygon Method", | "N-gon Method", | ||||
| "Method for splitting the polygons into triangles"); | "Method for splitting the n-gons into triangles"); | ||||
| } | } | ||||
| /** \} */ | /** \} */ | ||||
| /* -------------------------------------------------------------------- */ | /* -------------------------------------------------------------------- */ | ||||
| /** \name Convert to Quads Operator | /** \name Convert to Quads Operator | ||||
| * \{ */ | * \{ */ | ||||
| ▲ Show 20 Lines • Show All 4,177 Lines • Show Last 20 Lines | |||||