Multi-value editing seems sometimes inconsistent from user point of view. #44695

Closed
opened 2015-05-13 15:21:29 +02:00 by ronan ducluzeau · 8 comments

System Information
Ubuntu 14.04 64 bits Nvidia Titan Black
Blender Version
Broken: 1a0fb7e

Short description of error
Multi-value editing works between modifiers sharing same name.
It works between smoke flows of different types (fire, smoke,fire+smoke), between force fields of different types(Wind,Force..).
But it does not work between fluid and fluid inflows.
It works for illumination between lamps of different types. But it does not for shadows.

Exact steps for others to reproduce the error
Based on a (as simple as possible) attached .blend file with minimum amount of steps
MVE_unconsistency.blend

In this file, multi-value editing can give same Energy Color to selected lamps.
But it can not do it for Shadow Color, this layer only, only shadow options.
Spotlight settings are not changed. But they have same shadow type.

In scene.001, lamp type is the same. They are all spots with different buffer shadow types.
Multi-Value Editing works for shadow bias.

**System Information** Ubuntu 14.04 64 bits Nvidia Titan Black **Blender Version** Broken: 1a0fb7e **Short description of error** Multi-value editing works between modifiers sharing same name. It works between smoke flows of different types (fire, smoke,fire+smoke), between force fields of different types(Wind,Force..). But it does not work between fluid and fluid inflows. It works for illumination between lamps of different types. But it does not for shadows. **Exact steps for others to reproduce the error** Based on a (as simple as possible) attached .blend file with minimum amount of steps [MVE_unconsistency.blend](https://archive.blender.org/developer/F174018/MVE_unconsistency.blend) In this file, multi-value editing can give same Energy Color to selected lamps. But it can not do it for Shadow Color, this layer only, only shadow options. Spotlight settings are not changed. But they have same shadow type. In scene.001, lamp type is the same. They are all spots with different buffer shadow types. Multi-Value Editing works for shadow bias.

Changed status to: 'Open'

Changed status to: 'Open'

Added subscriber: @zeauro

Added subscriber: @zeauro

Added subscriber: @ideasman42

Added subscriber: @ideasman42

Currently lamps define different shadow properties for every lamp type, so the code that compares properties match will fail and not see them as being the same, even though from the user perspective they are.

This could be made to work - we could have some more comprehensive property comparison that checks callbacks match... or we could try having a way to not duplicate the properties to begin with. (though checked on this and it doesn't seem so trivial unless we do some trick with an intermediate ShadowLamp type which isn't used by HemiLamp 's, though this seems overkill)

This is more of a TODO then a bug, but would be good to resolve still

Currently lamps define different shadow properties for every lamp type, so the code that compares properties match will fail and not see them as being the same, even though from the user perspective they are. This could be made to work - we could have some more comprehensive property comparison that checks callbacks match... or we could try having a way to not duplicate the properties to begin with. *(though checked on this and it doesn't seem so trivial unless we do some trick with an intermediate `ShadowLamp` type which isn't used by `HemiLamp` 's, though this seems overkill)* This is more of a TODO then a bug, but would be good to resolve still
Campbell Barton was assigned by Bastien Montagne 2015-05-15 11:27:50 +02:00

I made a thread on Blender Artists to collect feedback and to discuss status of the feature.
http://blenderartists.org/forum/showthread.php?371132-Multi-Object-Editing_Copy-To-Selected-Workflow&p=2870294#post2870294

I made a thread on Blender Artists to collect feedback and to discuss status of the feature. http://blenderartists.org/forum/showthread.php?371132-Multi-Object-Editing_Copy-To-Selected-Workflow&p=2870294#post2870294
Member

Closed as duplicate of #44666

Closed as duplicate of #44666
Member

Added subscriber: @JulianEisel

Added subscriber: @JulianEisel
Member

Merged this into #44666, it's the general design task for such issues, so no need to keep this.

Merged this into #44666, it's the general design task for such issues, so no need to keep this.
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
3 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#44695
No description provided.