Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brecht@blender.org>2022-08-09 20:23:13 +0300
committerBrecht Van Lommel <brecht@blender.org>2022-08-09 20:24:13 +0300
commit99576a8478e1ea90bb112e1fd2ff6aa851c05bdc (patch)
tree0e3a8c99c410359e3faf90c5bc32e81bc0ac1a00 /render_povray
parentfd5afdfe2f67769886eaf50672baca14f3aebf5c (diff)
Cleanup: fix typos in blender addons
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D15646
Diffstat (limited to 'render_povray')
-rw-r--r--render_povray/particles.py2
1 files changed, 1 insertions, 1 deletions
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)