For years, one of the friendlier ways to learn the 3ds Max API in Python was the Explode Geometry sample. It took a selected object, shattered it into one new object per face, and let you optionally shell, collapse, re-pivot, or delete the result. It was a great teaching example because it touched almost everything […]