Blender Git Loki
Git Commits -> Revision 6c02c5f
Revision 6c02c5f by Joshua Leung (master) February 20, 2016, 04:55 (GMT) |
Fix T47433: Driven shapekey values (from 2.4x) are not indicated as having drivers Only Driver FCurves with named shapekeys (instead of shapekey indices) was getting picked up by the UI code for testing whether a property had drivers or not. So, while this version patching code worked when it was initially written for the 2.4x -> 2.5 transition, some subsequent changes ended up breaking this. As this stuff is not used often, the breakage wasn't noticed. |
Commit Details:
Full Hash: 6c02c5fb09eae727c4db57c29c705ebe8be92b6b
Parent Commit: 86c55a1
Lines Changed: +18, -5
1 Modified Path:
/source/blender/blenkernel/intern/ipo.c (+18, -5) (Diff)