Spelling fixes in comments and descriptions, patch by luzpaz.

Differential Revision: https://developer.blender.org/D3700
This commit is contained in:
Brecht Van Lommel
2018-09-19 17:48:11 +02:00
parent 424839e3c2
commit a4f2ebc78d
36 changed files with 48 additions and 48 deletions

View File

@@ -136,7 +136,7 @@ def filter_op_list(operators):
def reset_blend():
bpy.ops.wm.read_factory_settings()
for scene in bpy.data.scenes:
# reduce range so any bake action doesnt take too long
# reduce range so any bake action doesn't take too long
scene.frame_start = 1
scene.frame_end = 5