diff --git a/docs/gallery/assets/vertex-weight-limit-hero.webp b/docs/gallery/assets/vertex-weight-limit-hero.webp index 2ee8f40..5917e52 100644 Binary files a/docs/gallery/assets/vertex-weight-limit-hero.webp and b/docs/gallery/assets/vertex-weight-limit-hero.webp differ diff --git a/docs/gallery/contact-sheets/game-pipeline-audit-contact-sheet.webp b/docs/gallery/contact-sheets/game-pipeline-audit-contact-sheet.webp index c3a0f63..dc8e767 100644 Binary files a/docs/gallery/contact-sheets/game-pipeline-audit-contact-sheet.webp and b/docs/gallery/contact-sheets/game-pipeline-audit-contact-sheet.webp differ diff --git a/docs/gallery/vertex-weight-limit/index.html b/docs/gallery/vertex-weight-limit/index.html index 1faed7d..5e04e13 100644 --- a/docs/gallery/vertex-weight-limit/index.html +++ b/docs/gallery/vertex-weight-limit/index.html @@ -580,7 +580,7 @@

Source

cam.location = (5.3, -6.2, 2.1) scene.collection.objects.link(cam) target = bpy.data.objects.new("Aim", None) - target.location = (-0.15, 0.0, 1.5) + target.location = (0.55, 0.0, 1.45) scene.collection.objects.link(target) con = cam.constraints.new('TRACK_TO') con.target = target diff --git a/examples/vertex-weight-limit/preview.webp b/examples/vertex-weight-limit/preview.webp index 924144b..3fb7d1e 100644 Binary files a/examples/vertex-weight-limit/preview.webp and b/examples/vertex-weight-limit/preview.webp differ diff --git a/examples/vertex-weight-limit/vertex_weight_limit.py b/examples/vertex-weight-limit/vertex_weight_limit.py index ccd8d8a..ffb2c36 100644 --- a/examples/vertex-weight-limit/vertex_weight_limit.py +++ b/examples/vertex-weight-limit/vertex_weight_limit.py @@ -374,7 +374,7 @@ def light(name, loc, energy, size, col, rot): cam.location = (5.3, -6.2, 2.1) scene.collection.objects.link(cam) target = bpy.data.objects.new("Aim", None) - target.location = (-0.15, 0.0, 1.5) + target.location = (0.55, 0.0, 1.45) scene.collection.objects.link(target) con = cam.constraints.new('TRACK_TO') con.target = target