Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2013-07-12 15:18:34 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-07-12 15:18:34 +0400
commitda0ea308665e4ccdddaf3ab97893de13362f1cf5 (patch)
tree9b27dba31d8689c283a4eae30975334e7f471617 /source/CMakeLists.txt
parentce172d60ce2c65bc72ca13804b9ddda21c137aa5 (diff)
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!
Diffstat (limited to 'source/CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions