Blender Git Commit Log
Git Commits -> Revision a10b2fe
Revision a10b2fe by Lukas Toenne (master) April 25, 2016, 13:41 (GMT) |
Fix for missing pose bone hash in the new dependency graph. The hash table is used to look up bone poses, particularly during constraint evaluation. Without this the default BLI_findstring method on a plain ListBase is used, which is really slow for extensive rigs. |
Commit Details:
Full Hash: a10b2fefab71f6463a6f83df7c84242af6f2e9ab
Parent Commit: 3ac2028
Lines Changed: +16, -0
1 Modified Path:
/source/blender/depsgraph/intern/depsgraph_build_nodes.cc (+16, -0) (Diff)