From 2dc1c37078ef1838bb543b97c1d6fed952906fcb Mon Sep 17 00:00:00 2001 From: Melanie <melanie.carriere@kitware.com> Date: Tue, 17 Nov 2020 15:30:51 +0100 Subject: [PATCH] [ui] Expose the "Record Default filename" of the interpreter to the user There is no reason why it should appear in the properties panel. The goal of this change is mostly to have access to the function through python console. --- LidarPlugin/xml/Interpreter.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/LidarPlugin/xml/Interpreter.xml b/LidarPlugin/xml/Interpreter.xml index 7199f3987..9755470c4 100644 --- a/LidarPlugin/xml/Interpreter.xml +++ b/LidarPlugin/xml/Interpreter.xml @@ -137,6 +137,13 @@ <BooleanDomain name="bool" /> </IntVectorProperty> + <StringVectorProperty + name="DefaultRecordFileName" + command="GetDefaultRecordFileName" + panel_visibility="never" + information_only="1"> + </StringVectorProperty> + <IntVectorProperty name="LaserSelection" command="SetLaserSelection" information_property="LaserSelectionInfo" -- GitLab