Lines Matching refs:paths

3267 ###		In/out paths:
3303 self.error("Warning! Extenstion is not said to do anything! Enable one of Create in-out paths or Prepare corners checkboxes or disable Do not add in-out referense point!")
3320 self.selected_paths = self.paths
3321 self.error(_("No paths are selected! Trying to work on all available paths."),"warning")
3403 # finally add let's add in-out paths...
3420 ### Arrangement: arranges paths by givven params
3424 paths = self.selected_paths
3431 if layer in paths :
3432 for path in paths[layer] :
3559 # Now we'll need apply transforms to original paths
3579 self.OptionParser.add_option("", "--path-to-gcode-sort-paths", action="store", type="inkbool", dest="path_to_gcode_sort_paths", default=True, help="Sort paths to reduse rapid distance.")
3599 self.OptionParser.add_option("", "--auto_select_paths", action="store", type="inkbool", dest="auto_select_paths", default=True, help="Select all paths if nothing is selected.")
3601 self.OptionParser.add_option("", "--loft-distances", action="store", type="string", dest="loft_distances", default="10", help="Distances between paths.")
3603 self.OptionParser.add_option("", "--loft-interpolation-degree", action="store", type="float", dest="loft_interpolation_degree", default="2", help="Which interpolation use to loft the paths smooth interpolation or staright.")
3610 self.OptionParser.add_option("", "--engraving-draw-calculation-paths",action="store", type="inkbool", dest="engraving_draw_calculation_paths", default=False, help="Draw additional graphics to debug engraving path")
3654 self.OptionParser.add_option("", "--in-out-path", action="store", type="inkbool", dest="in_out_path", default=True, help="Create in-out paths")
4219 self.paths = {}
4267 self.paths[layer] = self.paths[layer] + [i] if layer in self.paths else [i]
4293 if root in self.selected_paths or root in self.paths :
4294 self.error(_("Warning! There are some paths in the root of the document, but not in any layer! Using bottom-most layer for them."), "tools_warning" )
4303 if root in self.paths :
4304 if self.layers[-1] in self.paths :
4305 self.paths[self.layers[-1]] += self.paths[root][:]
4307 self.paths[self.layers[-1]] = self.paths[root][:]
4308 del self.paths[root]
4525 paths=self.paths
4526 self.error(_("No paths are selected! Trying to work on all available paths."),"warning")
4528 paths = self.selected_paths
4534 print_(("paths=",paths))
4537 if layer in paths :
4551 for path in paths[layer] :
4553 self.error(_("Warning: One or more paths do not have 'd' parameter, try to Ungroup (Ctrl+Shift+G) and Object to Path (Ctrl+Shift+C)!"),"selection_contains_objects_that_are_not_paths")
4698 paths=self.paths
4699 self.error(_("No paths are selected! Trying to work on all available paths."),"warning")
4701 paths = self.selected_paths
4702 for layer in paths :
4703 # paths[layer].reverse() # Reverse list of paths to leave their order
4704 for path in paths[layer] :
4708 self.error(_("Warning: One or more paths do not have 'd' parameter, try to Ungroup (Ctrl+Shift+G) and Object to Path (Ctrl+Shift+C)!"),"selection_contains_objects_that_are_not_paths")
5089 # Rotate created paths back
5487 {"gcodetools": "Engraving calculation paths", 'style': "fill:none; fill-opacity:0.46; stroke:#000000; stroke-width:0.1;", inkex.addNS('cx','sodipodi'): str(x), inkex.addNS('cy','sodipodi'): str(y),inkex.addNS('rx','sodipodi'): str(w), inkex.addNS('ry','sodipodi'): str(w), inkex.addNS('type','sodipodi'): 'arc'})
5655 #Copy complete paths to 3D layer
5657 cspl+=[cspl[0]] #Close paths
5658 cspr+=[cspr[0]] #Close paths
5773 "gcodetools": "Engraving calculation paths",
5777 {"gcodetools": "Engraving calculation paths", 'style': "fill:none; fill-opacity:0.46; stroke:#000000; stroke-width:0.1;", inkex.addNS('cx','sodipodi'): str(cspm[i][1][0]), inkex.addNS('cy','sodipodi'): str(cspm[i][1][1]),inkex.addNS('rx','sodipodi'): str(wl[i]), inkex.addNS('ry','sodipodi'): str(wl[i]), inkex.addNS('type','sodipodi'): 'arc'})
6009 paths = self.paths
6011 paths = self.selected_paths
6021 if layer in paths :
6026 for path in paths[layer] :
6117 paths = self.selected_paths
6121 if layer in paths :
6130 for path in paths[layer]:
6231 paths=self.paths
6232 self.error(_("No paths are selected! Trying to work on all available paths."),"warning")
6234 paths = self.selected_paths
6237 if layer in paths :
6240 for path in paths[layer]:
6426 paths=self.paths
6427 self.error(_("No paths are selected! Trying to work on all available paths."),"warning")
6429 paths = self.selected_paths
6441 if layer in paths :
6462 for path in paths[layer]:
6474 if layer in paths :
6491 for path in paths[layer]:
6492 # Rebuild the paths to polyline.