Blender Git Commit Log

Git Commits -> Revision 4929de9

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

2 Modified Paths:

/source/blender/blenkernel/intern/particle.c (+14, -6) (Diff)
/source/blender/blenloader/intern/readfile.c (+8, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021