3D Workspace
Home
Assets
Affiliate Program
Sign up/Log in
?
Upgrade
DCC Bridge
Anonymous1775586889
04-24 19:27
Model Name
anel de diamante 3d
Tags
import bpy
props
props realistic
props rendering
props rendering realistic
realistic
rendering
rendering realistic
Prompt
import bpy import math # Limpar cena bpy.ops.object.select_all(action='SELECT') bpy.ops.object.delete(use_global=False) # ====================== # PARÂMETROS # ====================== ring_radius = 8.65 band_thickness = 1.8 band_width = 1.8 # ====================== # CRIAR ARO # ====================== bpy.ops.mesh.primitive_torus_add( major_radius=ring_radius, minor_radius=band_width/2, location=(0,0,0) ) ring = bpy.context.object ring.scale[2] = band_thickness / band_width # ====================== # DIAMANTE (placeholder) # ====================== bpy.ops.mesh.primitive_uv_sphere_add( radius=3, location=(0,0,4) ) diamond = bpy.context.object diamond.scale = (9.44/10, 6.36/10, 0.5) # ====================== # SAFIRA # ====================== bpy.ops.mesh.primitive_uv_sphere_add( radius=0.9, location=(0,0,2.5) ) # ====================== # GARRAS (6) # ====================== def create_prong(x,y,z): bpy.ops.mesh.primitive_cylinder_add( radius=0.
Detailed Info
Related Models
Enter invite code
Enter invite code to get credits!