mirror of
https://github.com/blender/blender
synced 2026-09-26 16:15:47 +03:00
Cleanup: make format
This commit is contained in:
parent
18340fa057
commit
c12ac94520
1 changed files with 3 additions and 1 deletions
|
|
@ -648,7 +648,9 @@ void MESH_OT_primitive_uv_sphere_add(wmOperatorType *ot)
|
|||
{
|
||||
/* identifiers */
|
||||
ot->name = "Add UV Sphere";
|
||||
ot->description = "Construct a spherical mesh with quad faces, except for triangle faces at the top and bottom";
|
||||
ot->description =
|
||||
"Construct a spherical mesh with quad faces, except for triangle faces at the top and "
|
||||
"bottom";
|
||||
ot->idname = "MESH_OT_primitive_uv_sphere_add";
|
||||
|
||||
/* api callbacks */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue