From 99576a8478e1ea90bb112e1fd2ff6aa851c05bdc Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 9 Aug 2022 19:23:13 +0200 Subject: Cleanup: fix typos in blender addons Contributed by luzpaz. Differential Revision: https://developer.blender.org/D15646 --- render_povray/particles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render_povray/particles.py') diff --git a/render_povray/particles.py b/render_povray/particles.py index 18cc0ac7..fdbd4647 100644 --- a/render_povray/particles.py +++ b/render_povray/particles.py @@ -75,7 +75,7 @@ def export_hair(file, ob, mod, p_sys, global_matrix): # When you render, the entire dependency graph will be # evaluated at render resolution, including the particles. # In the viewport it will be at viewport resolution. - # So there is no need fo render engines to use this function anymore, + # So there is no need for render engines to use this function anymore, # it's automatic now. steps = p_sys_settings.display_step steps = 2**steps # or + 1 # Formerly : len(particle.hair_keys) -- cgit v1.2.3