Collection Manager: Performance impact when selecting a large number of objects #78985
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
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
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#78985
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Pagename:
addons/interface/collection_manager
Hello! I noticed that this add-on slows selection of huge number of objects.
This add-on is very-very usefull, but needs to be fixed.
Added subscriber: @OlegBondarev
Added subscriber: @Imaginer
Changed status from 'Needs Triage' to: 'Confirmed'
@OlegBondarev Sorry for the wait. I didn't see this until now.
I can replicate the slowdown, but it's weird, I wouldn't have expected this. I'll look into it.
@OlegBondarev It seems to be related to the QCD system. Until I get this fixed, if you're not using QCD then you can disable it in the preferences to avoid the slowdown.
Thank you very much for the report.
Collection manager fixto Collection Manager: Performance impact when selecting a large number of objectsThis issue was referenced by
177ca9aeb9
This issue was referenced by
adac42a463
Changed status from 'Confirmed' to: 'Resolved'
I've vastly increased the performance when a large number of objects are selected (tested with 10,000 cubes), both for the viewport and for the popups. The problem was with how I got the selection for UI indicators, I do something special to support moving objects to and from excluded collections.
This should solve your issue, but if you have any further trouble with selection, let me know exactly where you encounter slowdowns and I'll take a look at it.