Searched defs:can (Results 1 - 3 of 3) sorted by relevance

/inkscape/share/extensions/
H A Dmeasure.py3 This extension module can measure arbitrary path and object length
14 This program is free software; you can redistribute it and/or modify
58 inkex.errormsg(_("Failed to import the numpy modules. These modules are required by this extension. Please install them and try again. On a Debian-like system this can be done with the command, sudo apt-get install python-numpy.")) namespace
H A Dperspective.py5 This program is free software; you can redistribute it and/or modify
44 inkex.errormsg(_("Failed to import the numpy or numpy.linalg modules. These modules are required by this extension. Please install them and try again. On a Debian-like system this can be done with the command, sudo apt-get install python-numpy.")) namespace
H A Dpolyhedron_3d.py37 This program is free software; you can redistribute it and/or modify
66 inkex.errormsg(_("Failed to import the numpy module. This module is required by this extension. Please install it and try again. On a Debian-like system this can be done with the command 'sudo apt-get install python-numpy'.")) namespace
120 for i in range (len(vtxlist)-1):#we can have more than one vertex per line - get adjacent pairs
195 #makes a string recording the axes and angles of each roation, so an object can be repeated
325 #edges can be generated from this information
475 #we will put all the rotations in the object name, so it can be repeated in

Completed in 18 milliseconds