Ejemplo n.º 1
0
    def execute(self, context):

        obs = bpy.context.selected_objects
        pack.packCurves()
        #layout.
        return {'FINISHED'}
Ejemplo n.º 2
0
	def execute(self, context):
		
		obs=bpy.context.selected_objects
		pack.packCurves()
		#layout.
		return {'FINISHED'}
Ejemplo n.º 3
0
 def execute(self, context):
     bpy.ops.object.mode_set(mode='OBJECT')  #force object mode
     obs = bpy.context.selected_objects
     pack.packCurves()
     # layout.
     return {'FINISHED'}