No "Make Single User Copy" option in ID template menu for multi-user datablocks, "Duplicate" greyed out #84570

Closed
opened 2021-01-10 08:36:26 +01:00 by Peerie · 11 comments

System Information
Operating system: Windows 10 Pro 64Bit 20H2
Graphics card: Nvidia GTX 1060 6GB

Blender Version
Broken: 2.92.0 Alpha 6154aa1529B7 Master
Worked:2.91.0 0f45cab862b2
Short description of error
The "Display number of users of this data" isn't there so when a slice operation is done using booltools the modifiers cant be applied.
Exact steps for others to reproduce the error
I have attached a simple cube blend file where I can not apply the modifiers blender_RotcrxfOEp.png

blender_RotcrxfOEp.png

Exapmple.blend.

**System Information** Operating system: Windows 10 Pro 64Bit 20H2 Graphics card: Nvidia GTX 1060 6GB **Blender Version** Broken: 2.92.0 Alpha 6154aa1529B7 Master Worked:2.91.0 0f45cab862b2 **Short description of error** The "Display number of users of this data" isn't there so when a slice operation is done using booltools the modifiers cant be applied. **Exact steps for others to reproduce the error** I have attached a simple cube blend file where I can not apply the modifiers ![blender_RotcrxfOEp.png](https://archive.blender.org/developer/F9557982/blender_RotcrxfOEp.png) ![blender_RotcrxfOEp.png](https://archive.blender.org/developer/F9557983/blender_RotcrxfOEp.png) [Exapmple.blend](https://archive.blender.org/developer/F9557985/Exapmple.blend).
Author

Added subscriber: @Hades15096

Added subscriber: @Hades15096
Member

Added subscribers: @JulianEisel, @filedescriptor

Added subscribers: @JulianEisel, @filedescriptor
Member

Changed status from 'Needs Triage' to: 'Confirmed'

Changed status from 'Needs Triage' to: 'Confirmed'
Member

I can confirm this issue. It seems like this operation is not yet implemented in the current master. This is the commit that started the refactor: 2250b5cefe.
@JulianEisel is this a limitation now? Will this be changed in the near future?

I can confirm this issue. It seems like this operation is not yet implemented in the current master. This is the commit that started the refactor: 2250b5cefe. @JulianEisel is this a limitation now? Will this be changed in the near future?
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Member

While unifying "Duplicate" and "Make Single User Copy" might be fine, having none of the options available for a multi-user mesh doesnt really make sense to me though.
I understand that this was somewhat an intentional change:

Disables "Make Single User" button - in review we weren't sure if there are good use-cases for it, so better to see if we can remove it.

I'll remove/disable "Make Single-User Copy" from templateID for now. We shouldn't have features where we are unsure about what it does and if it's useful even. We can still bring it back.

But why dont we have "Duplicate" available then?

Note: as a workaround, you can still use Object > Relations > Make Single User > Object & Data I believe

While unifying "Duplicate" and "Make Single User Copy" might be fine, having none of the options available for a multi-user mesh doesnt really make sense to me though. I understand that this was somewhat an intentional change: > Disables "Make Single User" button - in review we weren't sure if there are good use-cases for it, so better to see if we can remove it. > I'll remove/disable "Make Single-User Copy" from templateID for now. We shouldn't have features where we are unsure about what it does and if it's useful even. We can still bring it back. But why dont we have "Duplicate" available then? Note: as a workaround, you can still use `Object` > `Relations` > `Make Single User` > `Object & Data` I believe
Philipp Oeser changed title from User Data to No "Make Single User Copy" option in ID template menu for multi-user datablocks, "Duplicate" greyed out 2021-01-11 11:04:21 +01:00
Julian Eisel was assigned by Bastien Montagne 2021-01-11 12:09:48 +01:00
Member

Changed status from 'Confirmed' to: 'Needs User Info'

Changed status from 'Confirmed' to: 'Needs User Info'
Member

I'm confused by this report.

  • "Display number of users of this data" I guess this refers to the user count in the data-block selectors? These have intentionally been moved to the menu, but will be back for the release.
  • It's not clear to me how that relates to applying modifiers. I can just apply the modifier in the given .blend.
  • The screenshots appear to be identical, I'm not sure what to look at there.
  • From the description it's not clear if this is actually about the "Make Single User"/"Duplicate" thing, that was just interpreted into the report.

So what is the initial report about actually? What are the steps to reproduce the issue with the .blend file?

Either way, D9946 adds a proper duplicate operator to all data-block selectors.

I'm confused by this report. * "Display number of users of this data" I guess this refers to the user count in the data-block selectors? These have intentionally been moved to the menu, but will be back for the release. * It's not clear to me how that relates to applying modifiers. I can just apply the modifier in the given .blend. * The screenshots appear to be identical, I'm not sure what to look at there. * From the description it's not clear if this is actually about the "Make Single User"/"Duplicate" thing, that was just interpreted into the report. So what is the initial report about actually? What are the steps to reproduce the issue with the .blend file? Either way, [D9946](https://archive.blender.org/developer/D9946) adds a proper duplicate operator to all data-block selectors.
Member

@JulianEisel Here are the steps to reproduce (for me):

  • Open .blend and select "Cube.001"
  • Try to apply the modifiers (Does not work because "Cube.001" uses the same mesh data as "Cube")

Duplicating the mesh data from the Object data properties panel is not possible ("Disabled: Creating a new data-block is not supported here")

I think this is what the problem reported seems to be.

@JulianEisel Here are the steps to reproduce (for me): - Open .blend and select "Cube.001" - Try to apply the modifiers (Does not work because "Cube.001" uses the same mesh data as "Cube") # Duplicating the mesh data from the Object data properties panel is not possible ("Disabled: Creating a new data-block is not supported here") I think this is what the problem reported seems to be.
Member

Changed status from 'Needs User Info' to: 'Resolved'

Changed status from 'Needs User Info' to: 'Resolved'
Member

The design was reverted for 2.92, so this issue isn't present anymore 2771dfd563.
For 2.93 a new iteration of the design is being worked on, #84669. This will include D9946 from the get-go and hence not have the issue reported here.

The design was reverted for 2.92, so this issue isn't present anymore 2771dfd563. For 2.93 a new iteration of the design is being worked on, #84669. This will include [D9946](https://archive.blender.org/developer/D9946) from the get-go and hence not have the issue reported here.
Thomas Dinges added this to the 2.92 milestone 2023-02-08 16:15:35 +01:00
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#84570
No description provided.