Problem
Variable psys is null.
Crash when press one Ctrl + z after steps for reproduce error the T82945.
Solution
Avoid null particle system.
Press many Ctrl + z is ok.
Differential D9636
Fix T82945: Crash when dragging modifiers in Outliner Authored by Fabrício Luis (ce3po) on Nov 24 2020, 2:28 AM.
Details
Problem Variable psys is null. Solution Avoid null particle system.
Diff Detail
Event TimelineComment Actions Don't think this is proper way to fix this, low-level particle code in BKE should typically not have to check for a NULL psys... Further more, I am not sure whether a NULL psys at that point is expected. or if this is actually a bug. Needs more investigation in undo and particle areas of the code first imho. Comment Actions I haven't looked into this bug specifically, but D9537 may have dealt with a similar case. Maybe it would be useful to look at the code that added for copying modifier particle systems. |