Blender Git Commit Log
Git Commits -> Revision 2a63ef0
Revision 2a63ef0 by Lukas Toenne (master) April 26, 2016, 12:16 (GMT) |
Fix missing pose bone hash table in stub poses of action constraints. This is a follow-up fix for rBa10b2fe. The Action constraint uses a hackish stub object and pose, which doesn't have a hash table for fast lookups. This doesn't seem to be a big issue with the old depsgraph, but in the new depsgraph it creates a large number of cache misses and significant slowdown, possibly because of additional threading and less simple bone loops. |
Commit Details:
Full Hash: 2a63ef03f041cb02202f3be03b92abc11848b51c
Parent Commit: 5abae51
Lines Changed: +6, -0
1 Modified Path:
/source/blender/blenkernel/intern/action.c (+6, -0) (Diff)