Fixed branch for Blender 3.6 release #104626

Closed
Sebastian Sille wants to merge 22 commits from (deleted):blender-v3.6-release into blender-v3.6-release

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit b9ad80de61 - Show all commits

View File

@ -556,7 +556,7 @@ def camera_light_source(use_camera,
camera_factor = 15.0
# If chosen a camera is put into the scene.
# If chosen, a camera is put into the scene.
if use_camera == True:
# Assume that the object is put into the global origin. Then, the
@ -850,7 +850,7 @@ def draw_sticks_dupliverts(all_atoms,
i = 0
# What follows is school mathematics! :-) We construct equidistant
# planes, on which the stcik sections (cylinders) are perpendicular on.
# planes, on which the stick sections (cylinders) are perpendicular on.
for stick in stick_list:
dv = stick[2]