Object Collection Manager: causes loading new files from templates to crash #75474
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
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#75474
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?
System Information
Operating system: Windows-7-6.1.7601-SP1 64 Bits
Graphics card: GeForce GTX 660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 442.59
Blender Version
Broken: version: 2.83 (sub 11), branch: master, commit date: 2020-04-05 22:52, hash:
blender/blender@d0d20de183
Bug Appears starting from: blender-2.83-6f4dbb661f10-windows64
Last working version, that I have: blender-2.83-a9963669f9d2-windows64
2020-04-07_11-18-03.mp4
my startup general and userpref 2.83.zip
Tested again few times. Looks lmore like conflict with userpref.
Added subscriber: @Vyach
Added subscriber: @ideasman42
Changed status from 'Needs Triage' to: 'Confirmed'
This is a bug in the object collection manager accessing data which has been freed.
The line of the Python code that crashes is:
addons/object_collection_manager/internals.py:380
state["exclude"].append(laycol["ptr"].exclude)
It looks like this is caused by the operators
CollectionManager.__del__
function accessing collection data which has been freed when exiting Blender.Crash: load new files from templatesto Object Collection Manager: causes loading new files from templates to crashThis issue was referenced by
4d30d104c4
This is caused by the destructor of my Collection Manager Operator being triggered when loading a new template. Not sure why this is happening, but thanks for letting me know @campbellbarton.
Changed status from 'Confirmed' to: 'Resolved'