After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 144565 - Add support for symbols and instances
Add support for symbols and instances
Status: RESOLVED DUPLICATE of bug 143138
Product: GIMP
Classification: Other
Component: Tools
unspecified
Other All
: Normal enhancement
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2004-06-18 00:16 UTC by JonStipe
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description JonStipe 2004-06-18 00:16:52 UTC
I think one useful feature could be symbols and instances.

The idea is like this: You right-click a layer in the Layers palette and turn it
into a "symbol". The layer is then taken out of the image and put in a Symbols
palette, which lists all the symbols in the current file. Then an "instance" of
the symbol is placed in the image where the symbol was. An "instance" is a
special layer that draws its contents from its symbol. From then on, you can
drag and drop several instances of the same symbol into the image, and they all
look like exact duplicates of the symbol image, and they can be
moved/scaled/rotated/transformed/flipped/etc., but this only saves the
transformation matrix with that instance, without actually changing the pixel
data. The instances' pixel data is read from the symbol, so you can't actually
change the pixel data of a single instance without converting it into a normal
layer first. But (and this is the important part) if you change the symbol, all
its instances are automatically updated to reflect the change.
Comment 1 Sven Neumann 2004-06-18 09:47:14 UTC
This is just a different way to describe what has been suggested in bug #143138
already.

*** This bug has been marked as a duplicate of 143138 ***