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/Clay_Bar.py')
-rw-r--r--presets/operator/mesh.primitive_round_cube_add/Clay_Bar.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/presets/operator/mesh.primitive_round_cube_add/Clay_Bar.py b/presets/operator/mesh.primitive_round_cube_add/Clay_Bar.py
new file mode 100644
index 00000000..0f56d050
--- /dev/null
+++ b/presets/operator/mesh.primitive_round_cube_add/Clay_Bar.py
@@ -0,0 +1,8 @@
+import bpy
+op = bpy.context.active_operator
+
+op.radius = 0.4
+op.arc_div = 8
+op.lin_div = 0
+op.size = (1.5, 3.0, 1.0)
+op.div_type = 'ALL' \ No newline at end of file