Add new PDB group "drawable_edit" which has all procedures from the "edit" group which are not cut/copy/paste. The new group's procedures don't have opacity, paint_mode etc. arguments but take them from the context instead. Unlike the old gimp-edit-fill, gimp-drawable-edit-fill now uses the context's opacity and paint_mode. The new gimp-drawable-edit-gradient-fill procedure uses even more context properties which are also newly added with this commit (gradient_color_space, gradient_repeat_mode, gradient_reverse). And some cleanup in context.pdb. This is still WIP, nothing in the edit group is depcreated yet.
61 lines
868 B
Perl
61 lines
868 B
Perl
# This file is autogenerated
|
|
@groups = qw(
|
|
brush
|
|
brush_select
|
|
brushes
|
|
buffer
|
|
channel
|
|
color
|
|
context
|
|
debug
|
|
display
|
|
drawable
|
|
drawable_color
|
|
drawable_edit
|
|
drawable_transform
|
|
dynamics
|
|
edit
|
|
fileops
|
|
floating_sel
|
|
font_select
|
|
fonts
|
|
gimp
|
|
gimprc
|
|
gradient
|
|
gradient_select
|
|
gradients
|
|
help
|
|
image
|
|
image_color_profile
|
|
image_convert
|
|
image_grid
|
|
image_guides
|
|
image_sample_points
|
|
image_select
|
|
image_transform
|
|
image_undo
|
|
item
|
|
item_transform
|
|
layer
|
|
message
|
|
paint_tools
|
|
palette
|
|
palette_select
|
|
palettes
|
|
paths
|
|
pattern
|
|
pattern_select
|
|
patterns
|
|
plug_in
|
|
plug_in_compat
|
|
procedural_db
|
|
progress
|
|
selection
|
|
selection_tools
|
|
text_layer
|
|
text_tool
|
|
transform_tools
|
|
unit
|
|
vectors
|
|
);
|