From 3f8e83b87502a0e2d89cacf133390d1d85bbef8a Mon Sep 17 00:00:00 2001 From: Eric Mehl Date: Mon, 10 Feb 2025 10:13:13 -0500 Subject: [PATCH] fixup! AnnotationsGadget : Add `annotationAt()` --- python/GafferUITest/AnnotationsGadgetTest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/GafferUITest/AnnotationsGadgetTest.py b/python/GafferUITest/AnnotationsGadgetTest.py index 9074996b79..3e90d62b26 100644 --- a/python/GafferUITest/AnnotationsGadgetTest.py +++ b/python/GafferUITest/AnnotationsGadgetTest.py @@ -491,7 +491,7 @@ def testAnnotationAt( self ) : viewportGadget.frame( imath.Box3f( imath.V3f( -3 ), imath.V3f( 13 ) ) ) - annotationsGadget = graphGadget["__annotations"] + annotationsGadget = graphGadget.annotationsGadget() nodeGadget1 = graphGadget.nodeGadget( script["node1"] ) nodeGadget2 = graphGadget.nodeGadget( script["node2"] )