From 8ffbca499e5ae1fb5b122e8fbfca890f7dd6f4fe Mon Sep 17 00:00:00 2001 From: Eric Mehl Date: Thu, 12 Dec 2024 15:20:33 -0500 Subject: [PATCH] fixup! VisualiserTool : Add primitive variable menu --- python/GafferSceneUI/VisualiserToolUI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/GafferSceneUI/VisualiserToolUI.py b/python/GafferSceneUI/VisualiserToolUI.py index 4c1099fd75..c6f391e0bc 100644 --- a/python/GafferSceneUI/VisualiserToolUI.py +++ b/python/GafferSceneUI/VisualiserToolUI.py @@ -64,7 +64,7 @@ "description", """ Specifies the name of the primitive variable to visualise. The data should - be of type float, V2f or V3f. + be of type int, float, V2f, Color3f or V3f. """, "toolbarLayout:section", "Bottom",