Blender Git Loki
Git Commits -> Revision e9fb429
Revision e9fb429 by Sergey Sharybin (master) January 16, 2014, 11:49 (GMT) |
Fix T38116: Crash when using solidify modifier on multi-user mesh Issue was caused by solidify modifier using original vertices bitfield to store tags. This isn't thread-safe obviously. Now use bitmap to store needed tags. Reviewed by Campbell, thanks! |
Commit Details:
Full Hash: e9fb4299ebe94ddc5df93e90ec753bd3e0284f84
Parent Commit: 348cf17
Lines Changed: +9, -10
1 Modified Path:
/source/blender/modifiers/intern/MOD_solidify.c (+9, -10) (Diff)