Yes… another duplicatation of function having to deal with the Properties Editor. I just need to remove the No Pen in the Properties browser. < sigh >
Just completed the PR test build for the fix for this issue… should be in this weekends release.
I had the right idea of removing the Line tool “No Pen” attribute in the Properties Editor … just had the code in the wrong spot as drop down items were just getting restored with the defaults - including “No Pen”.
Primero. Gracias a todos por tomarse el tiempo en arreglar esto, cuando hay cosas mas importantes que resolver en la aplicacion.
Segundo. La herramienta Line - Between Points esta perfecta ahora . Como se ve en la imagen. En editor de propiedades esta muy bien tambien. pero quitaron de ambas ventanas la opcion de NO PEN que tanto me gustaba , pero entiendo el punto que comentaron arriba. Creo que si se usa esa opcion y despues se olvida puede ser un dolor de cabeza arreglar algo en el patron mas adelante. Puedo vivir con eso
First. Thank you all for taking the time to fix this, when there are more important things to solve in the application.
Second. The Line - Between Point tool is perfect now . As seen in the image. In property editor it is very good too. But they removed from both windows the NO PEN option that I liked so much , but I understand the point that was commented above. I think if you use that option and then forget it, can be a headache to fix something in the pattern later. I can live with that
I normally make those lines into a dotted line and change the colour to a pale yellow or something really light so that I can only just see it and it’s not in my face all the time
Just a note folks… Soon I’ll have the “groups” attribute added to the tool dialogs so you will be able to put the new tool right into a group when you create it. Default being No Group. Plus you will be able to select whether any of the pen styles (type, weight, or color) are to use the “By Group” attribute. This way you can create groups with a given pen style… say “Contruction Lines” that are Pale Yellow, Dotted, and 1.00 mm wide, place new tools in that group, and then have control over the visibility of your “Construction Lines”.
Here’s the 1st tool I got working… Point - Length and Angle dialog.
Yeah… this will really help speed things up as you can just add a tool to a group as you go while the dialog is already open. Short of the few tools that don’t open a dialog upon creation. I’m just working on this in parallel when I get stuck as what to do like I currently am with the iPaths in the Union tool - which is kinda of a mess. Which I can see why there has been unexplained crashes with it.
Yeah… I’ve worked my way around avoiding the Union tool for so many years now, I don’t even see the icon any more. I really believe it’s allergic to me
He he. Yeah… it’s all very strange… where the new “union” piece take ownership of the piece #1 internal paths, but adds a copy of the piece #2’s paths (as it should)… so then if you retain the pieces the ipaths disappear from piece #1 as they are now parented to the Union… BUT there is still a reference in the Paths->Internal Paths for any ipaths in the Piece Tool. Then there’s issues trying to delete paths as the referencing / dereferencing is all messed up. Add to that there’s that unused “In Use” attributes… as well as the < chidren > < child > elements that make no sense. try and figure out what < child > node is what… you can’t unless you’re running through the debugger to see what point the node really is. It’s this whole added layer that doesn’t need to be there. A Union just needs to be treated as if were just another < piece >, and they’re not. And that’s why I’m stuck fixing the Internal Paths at the momment without fixing the whole Union tool… or I could just delete the whole Union tool - problem solved. LOL