Recursive clone unlink in groups
Bug #293896 reported by
quazgar
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
Inkscape should have a possibility to unlink everything in a selection, also within groups. Unlinking is necessary for copy&pasting between images, and many groups containing one clone each is very common for automatically created files (exported from openstreetmap, for example).
A little bit of pseudocode, in case I didn't express myself clearly enough: ;)
deep_unlink(
if is_clone(object):
unlink(object)
if is_group(object):
for_
deep_
Related branches
lp://staging/~inkscape+alexander/inkscape/flatten
Ready for review
for merging
into
lp://staging/~inkscape.dev/inkscape/trunk
- Martin Owens: Needs Fixing (ui review)
Changed in inkscape: | |
importance: | Undecided → Wishlist |
summary: |
- "Deep" unlink + Recursive unlink in groups |
Changed in inkscape: | |
status: | New → Confirmed |
summary: |
- Recursive unlink in groups + Recursive clone unlink in groups |
tags: | added: clones |
To post a comment you must log in.
I need that functionality too and I could easily implement it.
If an object is clipped / masked with a clone of a (not selected) path, should that be unlinked too?