Search This Blog

Thursday 29 October 2020

SCRIPT TO DELETE ALL OBJECTS IN 3D WINDOW

Script to delete all objects in 3D window:


import bpy


bpy.ops.object.select_all(action='TOGGLE')
bpy.ops.object.delete(use_global=False)

No comments:

TO MIRROR ARMATURE BONES ON X AXIS 1. Assume that we are making a human rig in standing position. 2. Set the view to front view. 3. Create t...