Cleanup: Grammar: "Allow to" vs gerund
In cases where "Allow" is followed by an infinitive, a noun needs to directly follow it. But it makes more sense to follow it with a gerund instead.
This commit is contained in:
		@@ -4733,7 +4733,7 @@ static bool constructive_modifier_is_deform_modified(ModifierData *md)
 | 
			
		||||
  if (md->type == eModifierType_MeshSequenceCache) {
 | 
			
		||||
    /* NOTE: Not ideal because it's unknown whether topology changes or not.
 | 
			
		||||
     * This will be detected later, so by assuming it's only deformation
 | 
			
		||||
     * going on here we allow to bake deform-only mesh to Alembic and have
 | 
			
		||||
     * going on here we allow baking deform-only mesh to Alembic and have
 | 
			
		||||
     * proper motion blur after that.
 | 
			
		||||
     */
 | 
			
		||||
    return true;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user