Fix failing test. Add reference images should use generated coords, not UV.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dion Moult
2026-03-15 19:27:37 +11:00
parent 256e4d2191
commit 9c8f25739c
+1 -1
View File
@@ -960,4 +960,4 @@ class TestAddReferenceImage(NewFile):
assert texture_filepath == filepath
uv_node = material_nodes["Texture Coordinate"]
assert len(uv_node.outputs["UV"].links[:]) == 1
assert len(uv_node.outputs["Generated"].links[:]) == 1