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/Cube.py')
-rw-r--r--presets/operator/mesh.primitive_round_cube_add/Cube.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/presets/operator/mesh.primitive_round_cube_add/Cube.py b/presets/operator/mesh.primitive_round_cube_add/Cube.py
new file mode 100644
index 00000000..c5b07819
--- /dev/null
+++ b/presets/operator/mesh.primitive_round_cube_add/Cube.py
@@ -0,0 +1,9 @@
+import bpy
+op = bpy.context.active_operator
+
+op.radius = 0.0
+op.arc_div = 1
+op.lin_div = 0
+op.size = (2.0, 2.0, 2.0)
+op.div_type = 'CORNERS'
+op.odd_axis_align = False \ No newline at end of file