Group Proxy: now drivers from proxy to Shape keys work :)

This commit is contained in:
Ton Roosendaal 2006-11-14 21:06:11 +00:00
parent 85c90b4951
commit ed25eb9d9e

@ -753,6 +753,8 @@ static float eval_driver(IpoDriver *driver, float ipotime)
Object *ob= driver->ob;
if(ob==NULL) return 0.0f;
if(ob->id.lib && ob->proxy)
ob= ob->proxy;
if(driver->blocktype==ID_OB) {
/* depsgraph failure; ob ipos are calculated in where_is_object, this might get called too late */