Bugfix: One more place still using the old "keys" instead of
"key_blocks"
This commit is contained in:
@@ -348,7 +348,7 @@ static char *rna_ShapeKey_path(PointerRNA *ptr)
|
||||
ID *id= ptr->id.data;
|
||||
|
||||
if ((id) && (GS(id->name) != ID_KE))
|
||||
return BLI_sprintfN("shape_keys.keys[\"%s\"]", kb->name);
|
||||
return BLI_sprintfN("shape_keys.key_blocks[\"%s\"]", kb->name);
|
||||
else
|
||||
return BLI_sprintfN("key_blocks[\"%s\"]", kb->name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user