Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bucket fill whole selection in Python-fu
#1
Hi,

This is a very simple problem, but when I try a bucket fill through a Python-fu call, I always get a "Fill similar colors" result when I need "Fill whole selection". I can't seem to find the relevant setting in the listed context setters for the procedure (I'm looking here). What am I missing?

Thank you!
Reply
#2
  • Drawable::edit_bucket_fill() is like "fill similar colors" and requires the coordinates of the starting point.
  • Drawable::edit_fill() is like "fill selection" and doesn't require the coordinates of the starting point.
Which one are you using?
Reply
#3
(08-22-2025, 07:40 AM)Ofnuts Wrote:
  • Drawable::edit_bucket_fill() is like "fill similar colors" and requires the coordinates of the starting point.
  • Drawable::edit_fill() is like "fill selection" and doesn't require the coordinates of the starting point.
Which one are you using?

The first one. I didn't notice the second one. I knew it was something simple like that; thank you!
Reply


Forum Jump: