ofn-stroke-fill-paths - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: Extending the GIMP (https://www.gimp-forum.net/Forum-Extending-the-GIMP) +--- Thread: ofn-stroke-fill-paths (/Thread-ofn-stroke-fill-paths) Pages:
1
2
|
ofn-stroke-fill-paths - Ofnuts - 06-23-2018 Following EsperMachine's remarks, I'm going to upgrade the script formerly known as stroke-fill-visible-paths. The changes I envision are:
Anything else? RE: ofn-stroke-fill-paths - Espermaschine - 06-23-2018 I think my idea was to basically get rid of 'Background Fill' and 'Layer Name' (and perhaps 'Opacity' if a Layer Group is possible). Add a 'Reverse Gradient Option'. Change 'Layers' to 'Multiple' or 'Layer Group'. Plus, it would be nice to improve on the confusion i had with the 'Generate Intermediate Paths' script and the z-order. Just call it Top and Bottom path instead of Beginning and End. That would make it more intuitive. RE: ofn-stroke-fill-paths - Ofnuts - 06-23-2018 (06-23-2018, 01:40 PM)Espermaschine Wrote: I think my idea was to basically get rid of 'Background Fill' and 'Layer Name' (and perhaps 'Opacity' if a Layer Group is possible).
RE: ofn-stroke-fill-paths - Espermaschine - 06-23-2018 (06-23-2018, 05:00 PM)Ofnuts Wrote: I still cant wrap my head around the concept. So if i want to make 3D text, i start with the base text and then downscale for the perspective extrusion. Which of the paths is the beginning and which is the end ? Is the smaller one the beginning, because you build a "house" from the ground up and not down from the roof to the base ? Another confusing thing about the intermediate paths script is when you call it up for the first time, there is only an option for the end path. Only when you call it up a second time there will also be an option for the beginning path. RE: ofn-stroke-fill-paths - Ofnuts - 06-23-2018 (06-23-2018, 05:08 PM)Espermaschine Wrote:(06-23-2018, 05:00 PM)Ofnuts Wrote:
TL;DR:
RE: ofn-stroke-fill-paths - Espermaschine - 06-23-2018 (06-23-2018, 07:52 PM)Ofnuts Wrote: When one defines a Python plugin where the first argument is a path, this argument is implicitly taken as the active path when the script is called. So if you call path-inbetweener by right-clicking on a path in the Paths lists that path is implicitly the "Begin" one so the one you have to enter is the one for the end/top/front. When you replay the script there is no implicit argument so you are able to enter both paths. coder versus artist perspective aka user friendliness RE: ofn-stroke-fill-paths - Ofnuts - 06-23-2018 (06-23-2018, 08:08 PM)Espermaschine Wrote: coder versus artist perspective The current behavior is animation-artist-friendly; assuming I have some 'Espermaschine' option to work the other way, where does it go? when doing the paths or when doing the layers (I assume that we agree that in the end, the top layer is the front of the 3D). RE: ofn-stroke-fill-paths - Espermaschine - 06-23-2018 All im asking for is a user friendly script, no extra Esper option required. I swear, next week i have forgotten everything we just discussed. If your code perspective beats my 3D needs because animation has the priority, then fine, but perhaps the script interface could be designed in a way, that makes everything obvious, so in the future i dont have to check the manual or this thread again. TBH, even after having this conversation with you, i can hardly remember how it works. Do i really have to check a seven page gimpchat thread, to understand how to use a fairly simple effect ? And im not even the weakest link in the chain here. Think of the 78 year old moms ! RE: ofn-stroke-fill-paths - Espermaschine - 06-30-2018 @ofnuts, as far as i can tell you havent updated the script yet, have you ? Even if you dont want to update the interface, it would be nice to have the bug fixed, i posted. RE: ofn-stroke-fill-paths - Ofnuts - 06-30-2018 (06-30-2018, 07:15 PM)Espermaschine Wrote: @ofnuts, as far as i can tell you havent updated the script yet, have you ? Not yet, I'm a bit busy these days. As far as I can tell, the bug you mention is easily circumvented if you fill the layers background with anything but the foreground color (in most cases that means to set the background color and use it instead). |