[Bf-extensions-cvs] [c42581c] master: Quiet RNA warning

Campbell Barton noreply at git.blender.org
Tue Sep 22 19:20:46 CEST 2015


Commit: c42581c3a4ab2160dd43f1f39c06af8dd445d2ff
Author: Campbell Barton
Date:   Wed Sep 23 03:15:07 2015 +1000
Branches: master
https://developer.blender.org/rBAc42581c3a4ab2160dd43f1f39c06af8dd445d2ff

Quiet RNA warning

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

M	add_mesh_extra_objects/add_mesh_round_cube.py

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

diff --git a/add_mesh_extra_objects/add_mesh_round_cube.py b/add_mesh_extra_objects/add_mesh_round_cube.py
index 169a7da..189f19b 100644
--- a/add_mesh_extra_objects/add_mesh_round_cube.py
+++ b/add_mesh_extra_objects/add_mesh_round_cube.py
@@ -320,7 +320,7 @@ class AddRoundCube(bpy.types.Operator, object_utils.AddObjectHelper):
     """Add Round Cube Primitive"""
     bl_idname = 'mesh.primitive_round_cube_add'
     bl_label = 'Add Round Cube'
-    bl_description = 'Add mesh primitives: Quadspheres, Capsules, Rounded Cuboids, 3D Grids, etc.'
+    bl_description = 'Add mesh primitives: Quadspheres, Capsules, Rounded Cuboids, 3D Grids, etc'
     bl_options = {'REGISTER', 'UNDO', 'PRESET'}
 
     sanity_check_verts = 200000



More information about the Bf-extensions-cvs mailing list