BasicOperations/CopyClone.py
26 if len(scene.Characters):
27 c = scene.Characters[0]
31 if len(scene.Constraints):
32 constraint = scene.Constraints[0]
33 constraint2 = copy.copy(constraint)
36 if len(scene.Materials):
37 mat = scene.Materials[0]
41 if len(scene.Textures):