3D Workspace
Home
Assets
Affiliate Program
Creator Program
Sign up/Log in
?
Upgrade
DCC Bridge
Anonymous1780739636
06-06 09:56
Model Name
humanoid 3d model
Tags
character
character realistic
character rendering
character rendering realistic
humanoid
realistic
rendering
rendering realistic
Prompt
import bpy # ניקוי סצנה ראשוני (אופציונלי - מוחק את קוביית ברירת המחדל) if "Cube" in bpy.data.objects: bpy.data.objects.remove(bpy.data.objects["Cube"], do_unlink=True) # הגדרת מידות החדר (במטרים) width = 3.0 # ציר X length = 4.0 # ציר Y height = 2.7 # ציר Z (גובה סטנדרטי) wall_thickness = 0.2 # עובי קיר (20 ס"מ) # 1. יצירת רצפה ותקרה bpy.ops.mesh.primitive_cube_add(size=1, location=(0, 0, -0.05)) floor = bpy.context.active_object floor.scale = (width, length, 0.1) floor.name = "Floor" bpy.ops.mesh.primitive_cube_add(size=1, location=(0, 0, height + 0.05)) ceiling = bpy.context.active_object ceiling.scale = (width, length, 0.1) ceiling.name = "Ceiling" # 2. קירות לאורך (Y) - ימין ושמאל bpy.ops.mesh.primitive_cube_add(size=1, location=(width/2 + wall_thickness/2, 0, height/2)) wall_right = bpy.context.active_object wall_right.scale = (wall_thickness, length, height) wall_right.name = "Wall_Right" bpy.ops.mesh.primitive_cube_add(size=1, location=(-width/2 - wall_thickness/2
Detailed Info
Related Models
Enter invite code
Enter invite code to get credits!