[Bf-extensions-cvs] [fdfe8d4f] master: UI: Do not user term 'Subsurf'

Aaron Carlisle noreply at git.blender.org
Mon Jun 15 01:05:04 CEST 2020


Commit: fdfe8d4f41245e7c19068021ef12f58fa2ad32de
Author: Aaron Carlisle
Date:   Sun Jun 14 19:03:09 2020 -0400
Branches: master
https://developer.blender.org/rBAfdfe8d4f41245e7c19068021ef12f58fa2ad32de

UI: Do not user term 'Subsurf'

So not to be confused with **subsurf** scatter

===================================================================

M	space_view3d_copy_attributes.py

===================================================================

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",



More information about the Bf-extensions-cvs mailing list