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:
Diffstat (limited to 'presets/operator/mesh.primitive_round_cube_add/Grid_3D.py')
-rw-r--r--presets/operator/mesh.primitive_round_cube_add/Grid_3D.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/presets/operator/mesh.primitive_round_cube_add/Grid_3D.py b/presets/operator/mesh.primitive_round_cube_add/Grid_3D.py
index d0519f4f..248c7f25 100644
--- a/presets/operator/mesh.primitive_round_cube_add/Grid_3D.py
+++ b/presets/operator/mesh.primitive_round_cube_add/Grid_3D.py
@@ -4,4 +4,4 @@ op = bpy.context.active_operator
op.radius = 0
op.size = (2, 2, 2)
op.lin_div = 5
-op.div_type = 'ALL' \ No newline at end of file
+op.div_type = 'ALL'