Page MenuHome

Fix T87666: Point Instance Node crash deleting instance object Collection
AbandonedPublic

Authored by Himanshi Kalra (calra) on Apr 22 2021, 3:46 PM.

Details

Summary

Problem: Blender crashes when instance object from Collection is deleted in Point Instance Geometry Node.

Changes: Should check for either of the conditions and return.

Code Added in: D10290

Fixing Bug: T87666

Diff Detail

Repository
rB Blender
Branch
bugfix (branched from master)
Build Status
Buildable 14172
Build 14172: arc lint + arc unit

Event Timeline

Himanshi Kalra (calra) requested review of this revision.Apr 22 2021, 3:46 PM
Himanshi Kalra (calra) created this revision.
Himanshi Kalra (calra) edited the summary of this revision. (Show Details)Apr 22 2021, 3:50 PM

This does fix the crash, but it also makes the Geo_Crash.blend file from the original report not work (no instances are visible). So this does not seem to be the correct fix.

Thanks for the contribution @Himanshi Kalra (calra), but I'm closing this patch in favour of D11053