Skip to content

Instantly share code, notes, and snippets.

@csaez
Created June 26, 2013 07:37
Show Gist options
  • Save csaez/5865475 to your computer and use it in GitHub Desktop.
Save csaez/5865475 to your computer and use it in GitHub Desktop.
@OneUndo
def CreateNulls(size=100):
return [Application.ActiveSceneRoot.AddNull()
for i in range(size)]
CreateNulls()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment