-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Issue:
When attempting to link or unlink colors while selecting multiple objects, all selected objects visually appear to update, but in reality only one object is actually linked. It looks like multi-object editing is not currently supported.
Steps to reproduce:
- Select multiple objects in the scene or hierarchy.
- Attempt to link a color to all selected objects at once.
- Observe that while all selected objects display the new color, only one object is truly linked to it.
Expected behavior:
All selected objects should be linked or unlinked to the chosen color simultaneously for consistent multi-object editing.
Actual behavior:
All selected objects visually change color as if they were linked, but only one object actually receives the link. This gives the misleading impression that multi-editing worked, while in fact it only linked a single object and simply changed the color of the others.
Proposal:
Add proper support for multi-object editing so that linking or unlinking a color applies to all currently selected objects if relevant.