Searched defs:this (Results 1 - 4 of 4) sorted by relevance

/inkscape/share/extensions/
H A Ddxf_outlines.py30 along with this program; if not, write to the Free Software
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
140 # this spline has zero curvature at the endpoints, as in ROBO-Master
H A Dmeasure.py25 along with this program; if not, write to the Free Software
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.py16 along with this program; if not, write to the Free Software
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.py48 along with this program; if not, write to the Free Software
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
101 m = re.search(getname, line) #check to see if this line contains a name
105 m = re.search(getvertex, line) #check to see if this line contains a valid vertex
109 m = re.search(getedgeline, line) #check to see if this line begins 'l '
325 #edges can be generated from this information
488 trans_mat = trans_mat*so.scl #scale by linear factor (do this only after the transforms to reduce round-off)

Completed in 175 milliseconds