Skip to content

Instantly share code, notes, and snippets.

#Sierpinski Experiment 3: Geometric Approach
#Import Modules
import bpy
#Define function
def plane_generator():
#Generate new planes for the selected planes
for obj in bpy.context.selected_objects:
x = obj.location[0]