Cleanup: trailing space

Remove from blender/nodes, collada, blenfont & render.
This commit is contained in:
2018-06-08 08:07:48 +02:00
parent 009c38df53
commit a25c11fd8d
193 changed files with 4922 additions and 4922 deletions

View File

@@ -877,7 +877,7 @@ static int convert_channels(IK_Scene *ikscene, PoseTree *tree, float ctime)
ikchan->owner = ikscene->blArmature;
// the constraint and channels must be applied before we build the iTaSC scene,
// this is because some of the pose data (e.g. pose head) don't have corresponding
// this is because some of the pose data (e.g. pose head) don't have corresponding
// joint angles and can't be applied to the iTaSC armature dynamically
if (!(pchan->flag & POSE_DONE))
BKE_pose_where_is_bone(ikscene->blscene, ikscene->blArmature, pchan, ctime, 1);