()
| 728 | |
| 729 | |
| 730 | def onNativeFileDialogsAction(): |
| 731 | settings = getPVSettings() |
| 732 | defaultDir = settings.setValue('LidarPlugin/NativeFileDialogs', int(app.actions['actionNative_File_Dialogs'].isChecked())) |
| 733 | |
| 734 | |
| 735 | def getFrameSelectionFromUser(frameStrideVisibility=False, framePackVisibility=False, frameTransformVisibility=False): |
nothing calls this directly
no test coverage detected