Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2020-06-15 02:03:09 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2020-06-15 02:04:23 +0300
commitfdfe8d4f41245e7c19068021ef12f58fa2ad32de (patch)
treef8dddc47f0b850c19c16d3872416fab41e3c930d /space_view3d_copy_attributes.py
parent0068e69d3ab33851303ad128d664c51a543878bb (diff)
UI: Do not user term 'Subsurf'
So not to be confused with **subsurf** scatter
Diffstat (limited to 'space_view3d_copy_attributes.py')
-rw-r--r--space_view3d_copy_attributes.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py
index 4c426551..30393a75 100644
--- a/space_view3d_copy_attributes.py
+++ b/space_view3d_copy_attributes.py
@@ -522,8 +522,8 @@ object_copies = (
# "Copy NLA Strips from Active to Selected"),
# ('obj_tex', "Texture Space",
# "Copy Texture Space from Active to Selected", obTex),
- # ('obj_sub', "Subsurf Settings",
- # "Copy Subsurf Settings from Active to Selected"),
+ # ('obj_sub', "Subdivision Surface Settings",
+ # "Copy Subdivision Surface Settings from Active to Selected"),
# ('obj_smo', "AutoSmooth",
# "Copy AutoSmooth from Active to Selected"),
('obj_idx', "Pass Index",