Guest User

Untitled

a guest
Nov 21st, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Num_obj = Item
  2. NumObj = bpy.data.objects.get(''+Num_obj+'')
  3. NumObj_dupli = NumObj.copy()
  4. bpy.data.scenes[0].objects.link(NumObj_dupli)
  5. print(NumObj_dupli)
  6.  
  7. <bpy_struct, Object("Num_1.001")>
Add Comment
Please, Sign In to add comment