blender/source
Sergey Sharybin da0ea30866 Get rid of global originmat matrix from object.c
This matrix was used to store the space the object is in,
which then was accessed by snapping code. No reason to
keep it as a global variable (which isn't safe for threading,
unlikely it'll give issues now, but it's easy to avoid
issues early here).

Now made it so BKE_object_where_is_calc_ex will get an
optional parameter originmat and set this matrix in
solve_parent.

Original patch by self, minor changes by Campbell, thanks!
2013-07-12 11:18:34 +00:00
..
blender Get rid of global originmat matrix from object.c 2013-07-12 11:18:34 +00:00
blenderplayer fix stubs for blenderplayer linking 2013-06-01 08:59:52 +00:00
creator Remove SDL_VIDEODRIVER=dummy environment variable setting, this may interfere 2013-07-04 11:28:52 +00:00
gameengine remove nan copyrights from code added since blender become opensource (copy paste errors), also remove BKE_script.h 2013-07-02 10:14:59 +00:00
icons Added GPL header to sconscripts! 2012-12-17 08:01:43 +00:00
tests test operator script, add ability to load files from a path while testing operators. 2013-06-28 16:30:34 +00:00
CMakeLists.txt
SConscript Added GPL header to sconscripts! 2012-12-17 08:01:43 +00:00