Blender Git Commit Log
Git Commits -> Revision 27bdc1a
Revision 27bdc1a by Joshua Leung (master) August 25, 2015, 14:30 (GMT) |
Preemptive fix for search-buffer size issues Forgot to increase the size of the string buffer in b88d8916e44f998c4f0bc397b29b0d6ff0f011e9 While this wouldn't have caused problems in most cases (since most modifier names are short), in the rare event that a long modifier name exists, the buffer may have ended up being truncated prematurely, causing the wrong FCurves to get matched. |
Commit Details:
Full Hash: 27bdc1a984aca8b8dbe6f5390ca9e38ad2e58bfc
Parent Commit: f4b6557
Lines Changed: +1, -1
1 Modified Path:
/source/blender/blenkernel/intern/object.c (+1, -1) (Diff)