Searched defs:and (Results 1 - 5 of 5) 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
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
198 if style['stroke'] and style['stroke'] != 'none' and style['stroke'][0:3] != 'url':
246 if s[1] == s[2] and e[0] == e[1]:
290 if style['display'] == 'none' and self.options.layer_option and self.options.layer_option=='visible':
293 if self.options.layer_name and self.options.layer_option and self.options.layer_option=='name' and no
[all...]
H A Dmeasure.py3 This extension module can measure arbitrary path and object length
5 Area and Center of Mass calculated using Green's Theorem:
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.py32 #Faces are rendered according to the painter's algorithm and perhaps
34 #is user-selectable between max, min and average z-value of the vertices
37 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
93 floating = '([\-\+\\d*\.e]*)' #a possibly non-integer number, with +/- and exponent.
121 obj.edg.append( ( vtxlist[i], vtxlist[i+1] ) )#get the vertex pair between that vertex and the next
189 #return a hex triplet of colour, reduced in lightness proportionally to a value between 0 and 1
195 #makes a string recording the axes and angles of each roation, so an object can be repeated
309 edge_list.append( new_edge )#get the vertex pair between that vertex and the next
324 class Obj(object): #a 3d object defined by the vertices and th
[all...]

Completed in 57 milliseconds