Spelling fixes in comments and descriptions, patch by luzpaz
Differential Revision: https://developer.blender.org/D3744
This commit is contained in:
@@ -5273,7 +5273,7 @@ static void constraint_copy_data_ex(bConstraint *dst,
|
||||
}
|
||||
}
|
||||
|
||||
/** Allocate and duplicate a single constraint, ouside of any object/pose context. */
|
||||
/** Allocate and duplicate a single constraint, outside of any object/pose context. */
|
||||
bConstraint *BKE_constraint_duplicate_ex(bConstraint *src, const int flag, const bool do_extern)
|
||||
{
|
||||
bConstraint *dst = MEM_dupallocN(src);
|
||||
|
||||
Reference in New Issue
Block a user