I have an active object in scene (cube for example) and I execute duplicate() function
import bpy r = bpy.ops.object.duplicate() but I'm not execute r.select = True because an error occurs 'set' object has no attribute 'select' What happens? Thanks in advance. -- Yuniel _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
