Blender Git Loki
Git Commits -> Revision ec56091
Revision ec56091 by Sergey Sharybin (master) June 17, 2013, 10:51 (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. |
Commit Details:
Full Hash: ec560912bdfa81b8dcc738fded65f8bef24cae64
SVN Revision: 57516
Parent Commit: 32a7029
Lines Changed: +336, -313
1 Modified Path:
/source/blender/blenkernel/intern/mball.c (+336, -313) (Diff)