Setting duplication group for multiple selected items only affects one item #55034

Closed
opened 2018-05-11 23:46:35 +02:00 by Phil Stopford · 12 comments

System Information
Windows 10 Pro, GTX 1060 6 GB

Blender Version
Broken: 2.79b, current 2.79 builds
Worked: (optional)

Short description of error
Alt-left should apply a setting to all selected items (where applicable). This doesn't seem to be the case for the group menu under the duplication setting. Only one of the items gets the change, the others are left untouched.

Exact steps for others to reproduce the error
Create a scene with several empties.
Add Suzanne and place her in a group.
Select all empties and using Alt-Left, change the duplication settings to Group and select the group Suzanne is in, using Alt-left click for the menu actions.
Review the duplication settings for each empty. Only one of the empties will have been changed.

**System Information** Windows 10 Pro, GTX 1060 6 GB **Blender Version** Broken: 2.79b, current 2.79 builds Worked: (optional) **Short description of error** Alt-left should apply a setting to all selected items (where applicable). This doesn't seem to be the case for the group menu under the duplication setting. Only one of the items gets the change, the others are left untouched. **Exact steps for others to reproduce the error** Create a scene with several empties. Add Suzanne and place her in a group. Select all empties and using Alt-Left, change the duplication settings to Group and select the group Suzanne is in, using Alt-left click for the menu actions. Review the duplication settings for each empty. Only one of the empties will have been changed.
Author

Added subscriber: @phil.stopford

Added subscriber: @phil.stopford

Added subscriber: @LukasZiechmann

Added subscriber: @LukasZiechmann

I can reproduce this behavior here. Trying to set the group for all empties from within the object properties panel doesn't work via Alt-LMB. It works by pressing RMB+'copy to selected'-operator though. So even if this does not work via Alt-LMB, there is a really simple workaround, so that I guess it is not a bug of very high priority, but I let others decide this.

I can reproduce this behavior here. Trying to set the group for all empties from within the object properties panel doesn't work via Alt-LMB. It works by pressing RMB+'copy to selected'-operator though. So even if this does not work via Alt-LMB, there is a really simple workaround, so that I guess it is not a bug of very high priority, but I let others decide this.
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Philipp Oeser self-assigned this 2018-05-14 08:59:53 +02:00
Member

I'll see if I can track this down...

I'll see if I can track this down...
Member

Added subscriber: @ideasman42

Added subscriber: @ideasman42
Member

UI editing multiple selected items was added in dfbb876d46, bit more info reg. limitations in 2821da5b70

atm. doesnt work for:

  • any object pointer picking (PROP_POINTER)
  • add modifier, add vertex group, etc. so just properties, no operators afaics
  • object color (see comment "/* for now don't support whole colors */")
  • motion path type,...
  • probably others

Anyways, following code here [and limiting to the reported case of PROP_POINTER failing], one can see:
ui_selectcontext_begin() is a success, sets uiSelectContextElem->ptr correctly
ui_selectcontext_apply() doesnt have a switch case for PROP_POINTER, it's just not implemented.

Maybe this was left out intentionally, however D3373 seems to work, maybe @ideasman42 can comment?

UI editing multiple selected items was added in dfbb876d46, bit more info reg. limitations in 2821da5b70 atm. doesnt work for: - any object pointer picking (`PROP_POINTER`) - add modifier, add vertex group, etc. so just properties, no operators afaics - object color (see comment "/* for now don't support whole colors */") - motion path type,... - probably others Anyways, following code here [and limiting to the reported case of `PROP_POINTER` failing], one can see: `ui_selectcontext_begin()` is a success, sets uiSelectContextElem->ptr correctly `ui_selectcontext_apply()` doesnt have a switch case for `PROP_POINTER`, it's just not implemented. Maybe this was left out intentionally, however [D3373](https://archive.blender.org/developer/D3373) seems to work, maybe @ideasman42 can comment?

This issue was referenced by 1318660b04

This issue was referenced by 1318660b0449b6e6afe6d349826af89005bc29dd
Member

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Author

Is this supposed to be resolved in the 2.79 code? I'm still seeing this behavior in the current nightly builds, so wanted to check

Is this supposed to be resolved in the 2.79 code? I'm still seeing this behavior in the current nightly builds, so wanted to check
Member

Yes, this is supposed to be working (and it does for me)
Checked my local master build and todays buildbot build (linux).
Created 3 empties, added Suzanne, Ctr+G, selected all three empties, Alt+click Group type in object duplication, Alt+Click on group selector and choose "Group" --> works here.

Can you confirm this isnt working on your side?

Yes, this is supposed to be working (and it does for me) Checked my local master build and todays buildbot build (linux). Created 3 empties, added Suzanne, Ctr+G, selected all three empties, Alt+click `Group` type in object duplication, Alt+Click on group selector and choose "Group" --> works here. Can you confirm this isnt working on your side?
Author

Ah, that works. There's a different issue (multi-selection of objects, and 'add to group'). I'll file a separate ticket for this - I guess it's not related to this specific case.

Ah, that works. There's a different issue (multi-selection of objects, and 'add to group'). I'll file a separate ticket for this - I guess it's not related to this specific case.
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#55034
No description provided.