Skip to content

Commit

Permalink
fixup! AnnotationsGadget : Add annotationAt()
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmehl committed Feb 10, 2025
1 parent 3391922 commit 3f8e83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/GafferUITest/AnnotationsGadgetTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"] )
Expand Down

0 comments on commit 3f8e83b

Please sign in to comment.