Blender Git Loki
Git Commits -> Revision 544572a
Revision 544572a by Sergey Sharybin (master) June 17, 2013, 11:18 (GMT) |
Remove static variables from mball module Moved all the static variables into a PROCESS structure which is now passing all over to where static variables used to be used. There's still one static variable which is cubetable, but it's being initialized once and then used read-only. Maybe we'll need to move cubetable initialization to blender startup, but that could wait a bit for now. For users it means BI rendered viewport wouldn't crash when using metaballs. -- svn merge -r57515:57516 ^/branches/soc-2013-depsgraph_mt |
Commit Details:
Full Hash: 544572a59b42598dcb7fe82814ef32a51b2fb42a
SVN Revision: 57517
Parent Commit: 2091eca
Lines Changed: +336, -313
1 Modified Path:
/source/blender/blenkernel/intern/mball.c (+336, -313) (Diff)