From 5f67954e0144fcedb0c39ceb6e5a6e8714d1eff6 Mon Sep 17 00:00:00 2001 From: Murray Stevenson <50844517+murraystevenson@users.noreply.github.com> Date: Mon, 23 Sep 2024 13:50:24 +1000 Subject: [PATCH] GafferSceneUI : Add missing imports --- python/GafferSceneUI/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/GafferSceneUI/__init__.py b/python/GafferSceneUI/__init__.py index 868d11ca60..89bc7f4341 100644 --- a/python/GafferSceneUI/__init__.py +++ b/python/GafferSceneUI/__init__.py @@ -200,6 +200,8 @@ from . import RenderPassShaderUI from . import MergeObjectsUI from . import MergeMeshesUI +from . import MergePointsUI +from . import MergeCurvesUI # then all the PathPreviewWidgets. note that the order # of import controls the order of display.