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

/inkscape/share/extensions/
H A Dscour.inkscape.py9 inkex.errormsg("Failed to import Python module 'scour'.\nPlease make sure it is installed (e.g. using 'pip install scour' or 'sudo apt-get install python-scour') and try again.") namespace
16 inkex.errormsg("Failed to import Python module 'six'.\nPlease make sure it is installed (e.g. using 'pip install six' or 'sudo apt-get install python-six') and try again.") namespace
H A Ddxf_outlines.py19 This program is free software; you can redistribute it and/or modify
21 the Free Software Foundation; either version 2 of the License, or
26 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
49 inkex.errormsg(_("Failed to import the numpy or numpy.linalg modules. These modules are required by this extension. Please install them and try again.")) namespace
111 or abs(csp[0][1] - self.poly[-1][1]) > .0001):
123 or abs(self.poly[0][1] - self.poly[-1][1]) > .0001):
142 or abs(csp[0][1] - self.csp_old[3][1]) > .0001
143 or abs((csp[1][1]-csp[0][1])*(self.csp_old[3][0]-self.csp_old[2][0]) - (csp[1][0]-csp[0][0])*(self.csp_old[3][1]-self.csp_old[2][1])) > .001):
268 if trans or x or
[all...]
H A Dperspective.py5 This program is free software; you can redistribute it and/or modify
7 the Free Software Foundation; either version 2 of the License, or
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
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
62 if obj.tag == inkex.addNS('path','svg') or obj.tag == inkex.addNS('g','svg'):
66 if len(path) < 1 or len(path[0]) < 4:

Completed in 15 milliseconds