Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Chopping a path
#13
Using the chop_path_by_path plugin with the simple purpose of dividing a circle in half (I know there are other / several ways to do this) I get an error like: Exception: loop_case: ulos
   
PHP Code:
Traceback (most recent call last):
 
 File "C:\Gimp-2.10.28_Portable_32-64bit-Win\lib\gimp\2.0\python/gimpfu.py"line 740in response
    dialog
.res run_script(params)
 
 File "C:\Gimp-2.10.28_Portable_32-64bit-Win\lib\gimp\2.0\python/gimpfu.py"line 361in run_script
    return apply
(function, params)
 
 File "C:\Gimp-2.10.28_Portable_32-64bit-Win\Preferences\plug-ins\PluginsUso\chop_path.py"line 1797in path_chop_by_path_main
    chopped_paths 
path_chop_by_path(imagepath1path2merge)
 
 File "C:\Gimp-2.10.28_Portable_32-64bit-Win\Preferences\plug-ins\PluginsUso\chop_path.py"line 1759in path_chop_by_path
    total_parameter_pairs 
bcurve_intersections(bas1bas2)
 
 File "C:\Gimp-2.10.28_Portable_32-64bit-Win\Preferences\plug-ins\PluginsUso\chop_path.py"line 1660in bcurve_intersections
    ttp_arcs 
open_arc_intersections(bas1,bas2)
 
 File "C:\Gimp-2.10.28_Portable_32-64bit-Win\Preferences\plug-ins\PluginsUso\chop_path.py"line 1476in open_arc_intersections
    for t1
,t2 in barc_intersections(arc1.cp4arc2.cp4): #[(t1,t2)]
 
 File "C:\Gimp-2.10.28_Portable_32-64bit-Win\Preferences\plug-ins\PluginsUso\chop_path.py"line 1587in barc_intersections
    c1
,c2 c.split()
 
 File "C:\Gimp-2.10.28_Portable_32-64bit-Win\Preferences\plug-ins\PluginsUso\chop_path.py"line 961in split
    ext 
extreme_for_Bezier_sub_arc(self# splitting point
 
 File "C:\Gimp-2.10.28_Portable_32-64bit-Win\Preferences\plug-ins\PluginsUso\chop_path.py"line 1012in extreme_for_Bezier_sub_arc
    raise Exception
("loop_case: ulos"########  KOE
Exceptionloop_caseulos 

Possibly something related to anchors and cutpoints in paths.

Maybe something similar to what happened at: https://www.gimp-forum.net/Thread-Croppi...9#pid21649

If I have a segment larger than the diameter of the circle, the plugin works fine.

But in this case I created the circumference from its diameter, so it would be practical to use it for the execution of the cut, instead of creating another segment for it.


BTW, I didn't know this third member, my version is still Version 0.2 - It's good that this problem appeared, so I was warned of the existence of version 0.3.
                               .....
Samj PortableGimp 2.10.28 - Win-10 /64.
Reply


Messages In This Thread
Chopping a path - by Ottia Tuota - 10-07-2021, 07:15 AM
RE: Chopping a path - by denzjos - 10-07-2021, 10:48 AM
RE: Chopping a path - by denzjos - 10-08-2021, 08:15 AM
RE: Chopping a path - by Ottia Tuota - 10-08-2021, 01:46 PM
RE: Chopping a path - by denzjos - 10-09-2021, 10:45 AM
RE: Chopping a path - by Ottia Tuota - 10-09-2021, 01:58 PM
RE: Chopping a path - by Ottia Tuota - 10-10-2021, 02:23 PM
RE: Chopping a path - by denzjos - 10-10-2021, 03:18 PM
RE: Chopping a path - by Ottia Tuota - 10-10-2021, 03:49 PM
RE: Chopping a path - by denzjos - 10-11-2021, 08:08 AM
RE: Chopping a path - by Krikor - 10-11-2021, 04:16 PM
RE: Chopping a path - by Ottia Tuota - 10-22-2021, 08:37 AM
RE: Chopping a path - by Krikor - 06-16-2022, 06:54 PM

Forum Jump: