Blender Git Loki
Git Commits -> Revision df12686
Revision df12686 by Philipp Oeser (master) September 18, 2020, 12:24 (GMT) |
Fix T80900: Crash lasso-selecting in particle editmode in certain situations In the situation that the PTCacheEdit is not available (e.g. when editing unbaked Cloth or Softbody caches - or, as in the report, being in Cloth or Softbody Editing Type for Hair particles), accesing the corresponding ParticleSystem or ParticleSystemModifierData would crash. Now access these later (after PE_start_edit had the chance to return early on this non-valid situation). Reviewers: JacquesLucke Maniphest Tasks: T80900 Differential Revision: https://developer.blender.org/D8941 |
Commit Details:
Full Hash: df126861b25a51baf7d5eaea732a1e61b863af83
Parent Commit: a5dccd3
Lines Changed: +2, -2
1 Modified Path:
/source/blender/editors/physics/particle_edit.c (+2, -2) (Diff)