Blender Git Loki
Git Commits -> Revision 4929de9
Revision 4929de9 by Bastien Montagne (blender-v2.78-release, blender-v2.78b-release, blender-v2.78c-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) September 14, 2016, 08:26 (GMT) |
Fix T49273: Crash during access to dupli weights at launch time. See commit's comments for details, but this boils down to: do not try to use purely runtime cache data as a 'real' ID pointer in readcode, it's likely doomed to fail in some cases, and is bad practice in any case! Thix fix implies dupliweight's object will be invalid until first scene update (i.e. first particles evaluation). |
Commit Details:
Full Hash: 4929de9df7697fddffdad6ca47914b45baf16717
Parent Commit: 9663471
Committed By: Sergey Sharybin
Lines Changed: +22, -8