[Bf-extensions-cvs] [8270906] master: Subsurf --> Subdivision Surface

Aaron noreply at git.blender.org
Thu Sep 29 16:14:28 CEST 2016


Commit: 827090698849b483b66544d13a61f43ac35b49b1
Author: Aaron
Date:   Thu Sep 29 10:12:15 2016 -0400
Branches: master
https://developer.blender.org/rBAC827090698849b483b66544d13a61f43ac35b49b1

Subsurf --> Subdivision Surface

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

M	oscurart_mesh_cache_tools.py
M	presets/keyconfig/blender_2012_experimental.py

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

diff --git a/oscurart_mesh_cache_tools.py b/oscurart_mesh_cache_tools.py
index d086f7c..083c564 100644
--- a/oscurart_mesh_cache_tools.py
+++ b/oscurart_mesh_cache_tools.py
@@ -237,8 +237,8 @@ class OscPc2ExporterBatch(bpy.types.Operator):
 
 class OscRemoveSubsurf(bpy.types.Operator):
     bl_idname = "object.remove_subsurf_modifier"
-    bl_label = "Remove SubSurf Modifier"
-    bl_description = "Remove SubSurf Modifier"
+    bl_label = "Remove Subdivision Surface Modifier"
+    bl_description = "Remove Subdivision Surface Modifier"
     bl_options = {'REGISTER', 'UNDO'}
 
     @classmethod
diff --git a/presets/keyconfig/blender_2012_experimental.py b/presets/keyconfig/blender_2012_experimental.py
index 7a6a0f2..db7a67c 100644
--- a/presets/keyconfig/blender_2012_experimental.py
+++ b/presets/keyconfig/blender_2012_experimental.py
@@ -168,10 +168,10 @@ class ShiftSubsurfLevel(bpy.types.Operator):
         exploding their CPU and RAM usage. 
     """
     bl_idname = "object.shift_subsurf_level"
-    bl_label = "Shift Subsurf Level"
+    bl_label = "Shift Subdivision Level"
 
-    delta = bpy.props.IntProperty(name="Delta", description="Amount to increase/decrease the subsurf level.", default=1)
-    new_if_missing = bpy.props.BoolProperty(name="New if Missing", description="Whether to add a new subsurf modifier if none exists.", default=False)
+    delta = bpy.props.IntProperty(name="Delta", description="Amount to increase/decrease the subdivision level.", default=1)
+    new_if_missing = bpy.props.BoolProperty(name="New if Missing", description="Whether to add a new Subdivision Surface modifier if none exists.", default=False)
 
     @classmethod
     def poll(cls, context):



More information about the Bf-extensions-cvs mailing list