Script to delete all objects in 3D window:
import bpy
bpy.ops.object.select_all(action='TOGGLE')
bpy.ops.object.delete(use_global=False)
Blender version 3.6 To make any edge to be rounded smoothly, we can use the bevel tool in Edit Mode. Look at the cube in Image 1 where all t...
No comments:
Post a Comment