Changeset View
Changeset View
Standalone View
Standalone View
add_mesh_extra_objects/add_mesh_round_brilliant.py
| Context not available. | |||||
| # variables / shortcuts | # variables / shortcuts | ||||
| if s % 2: # prevent odd number of steps (messes up mesh) | if s % 2: # prevent odd number of steps (messes up mesh) | ||||
| s = s - 1 | s -= 1 | ||||
| if not girdle_real: | if not girdle_real: | ||||
| g_real_smooth = False | g_real_smooth = False | ||||
| ang = 2*pi/s # angle step size | ang = 2*pi/s # angle step size | ||||
| Context not available. | |||||