UI: Do not use term 'Subsurf'

So not to be confused with subsurf scatter

Differential Revision: https://developer.blender.org/D8005
This commit is contained in:
2020-06-14 19:06:37 -04:00
parent 4155f8dc21
commit caa1b16acc
8 changed files with 8 additions and 8 deletions

View File

@@ -98,7 +98,7 @@ PyDoc_STRVAR(
PyDoc_STRVAR(bpy_bmlayeraccess_collection__bevel_weight_doc,
"Bevel weight float in [0 - 1].\n\n:type: :class:`BMLayerCollection`");
PyDoc_STRVAR(bpy_bmlayeraccess_collection__crease_doc,
"Edge crease for subsurf - float in [0 - 1].\n\n:type: :class:`BMLayerCollection`");
"Edge crease for subdivision surface - float in [0 - 1].\n\n:type: :class:`BMLayerCollection`");
PyDoc_STRVAR(
bpy_bmlayeraccess_collection__uv_doc,
"Accessor for :class:`BMLoopUV` UV (as a 2D Vector).\n\ntype: :class:`BMLayerCollection`");