Cleanup: spelling in comments
This commit is contained in:
@@ -2068,7 +2068,7 @@ static void direct_link_id_embedded_id(BlendDataReader *reader,
|
||||
static int direct_link_id_restore_recalc_exceptions(const ID *id_current)
|
||||
{
|
||||
/* Exception for armature objects, where the pose has direct points to the
|
||||
* armature databolock. */
|
||||
* armature data-block. */
|
||||
if (GS(id_current->name) == ID_OB && ((Object *)id_current)->pose) {
|
||||
return ID_RECALC_GEOMETRY;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user