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

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

op.radius = 0
op.size = (2, 2, 2)
op.lin_div = 5
op.div_type = 'ALL'