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

/inkscape/share/extensions/
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
272 # keep dict in sync with enum in INX file:
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
93 floating = '([\-\+\\d*\.e]*)' #a possibly non-integer number, with +/- and exponent.
97 getnextint = '(\\d+)([/\\d]*)(.*)'#we need to deal with 123\343\123 or 123\\456 as equivalent to 123 (we are ignoring the other options in the obj file)
512 face = obj.fce[i] #the face we are dealing with
518 z_list.append((z_sort_param, angle, norm, i))#record the maximum z-value of the face and angle to light, along with the face ID and normal

Completed in 17 milliseconds