Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Octahedron.py « mesh.primitive_round_cube_add « operator « presets - git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b795e84601df30fa6e4a1dc2e1379445f537a68b (plain)
1
2
3
4
5
6
7
8
9
import bpy
op = bpy.context.active_operator

op.radius = 1.0
op.arc_div = 1
op.lin_div = 0
op.size = (0.0, 0.0, 0.0)
op.div_type = 'CORNERS'
op.odd_axis_align = True