From fdfe8d4f41245e7c19068021ef12f58fa2ad32de Mon Sep 17 00:00:00 2001 From: Aaron Carlisle <carlisle.b3d@gmail.com> Date: Sun, 14 Jun 2020 19:03:09 -0400 Subject: [PATCH] UI: Do not user term 'Subsurf' So not to be confused with **subsurf** scatter --- space_view3d_copy_attributes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py index 4c426551a..30393a755 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", -- GitLab