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: 4685cfc0f4a63c0d3875cfea4a21f15f5612a259 (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