Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. import bpy
  2.  
  3. for i in range(1,1000):
  4. C = bpy.data.collections.new("Collection"+str(i) )
  5. bpy.context.scene.collection.children.link(C)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement