Suppress package manager dialog

Hi,

During batch processing a lot of files I got this dialog popping up.

Is there any way to prevent these from showing?

Thanks
-Willem

Hi @Willem,

Can you provide me a simple way of reproducing?

Thanks,

– Dale

Hi Dale,

Reproduction can be done by importing this file with the script below

However I see that this popup is one time only.(making it a less severe issue for our use)
After a first run on a vanilla Rhino install with a click on ‘No’, a second run will not show the popup no more.

Thanks
-Willem

with_sections.3dm (23.1 KB)

import rhinoscriptsyntax as rs

file_path = r’C:\Users\Willem\Desktop\with_sections.3dm’

rs.Command(‘-Import “{}” Enter’.format(file_path))

Thanks @Willem - I’ve logged the issue.

– Dale

RH-89710 is fixed in Rhino 8 Service Release 25