DRLing2021

Results 18 comments of DRLing2021

ps, we did not find any of hook-vtk-?????.py or similar file names under pyinstaller/hook folder. So we changed the spec file directly.

Hi Rokm, We changed the import line to import vtkmoudules.xxx, then verything is fine now. Thank you very much for your quick response. Is there any way to fix it...

Thank you Marcomusy! The code above did work initially. Unfortunately, we passed the first plot but the later plot causes fatal errors. Due to biz reason we can't provide the...

BTW, we did plt.clear() before the plotting

The code was running in a spyder console, The final error msg following above are : Main thread: Current thread 0x00002ac0 (most recent call first): File "our_env\lib\site-packages\vedo\plotter.py", line 3235 in...

Hello,2024.5.0+dev31 installed. where to pu the following settings? in my working py or vedo setting files? settings.enable_default_mouse_callbacks = False settings.enable_default_keyboard_callbacks = False settings.enable_pipeline = False

Installed dev31 and put settings into our py code. The result2 are: 1. The initial plot disappared from plot window but move to somewhere outside view. We need to zoom...

We did further tests ,here are some information: 1. comment out the mouse and keyboard call back settting (=False), the inital plotter remains at the central of window without errors...

There are problems connecting to git. Just a quick question: where to put those settings? 发自我的荣耀手机 -------- 原始邮件 -------- 发件人: Marco Musy ***@***.***> 日期: 2024年1月30日周二 半夜11:03 收件人: marcomusy/vedo ***@***.***> 抄送:...

Hi Marco, would you please advise what to do to deal with the new error messages? File our_env\site-packages\vedo\plotter.py:3288 in show bns = self.renderer.ComputeVisiblePropBounds() AttributeError: 'NoneType' object has no attribute 'ComputeVisiblePropBounds'