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

Rounded_Cube.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: 1a892ddf56e542379239614626dcfa7eff37617b (plain)
1
2
3
4
5
6
7
8
import bpy
op = bpy.context.active_operator

op.radius = 0.25
op.arc_div = 8
op.lin_div = 0
op.size = (2.0, 2.0, 2.0)
op.div_type = 'CORNERS'