Skip to content

Patch for auto_close warning#798

Merged
banesullivan merged 1 commit intomasterfrom
patch/auto-close
Jul 8, 2020
Merged

Patch for auto_close warning#798
banesullivan merged 1 commit intomasterfrom
patch/auto-close

Conversation

@banesullivan
Copy link
Copy Markdown
Member

Overview

I believe this is a fix for #791 - haven't tested because I'd have to boot up a windows VM

@rodrigomologni, would you be able to test this for us?

@banesullivan
Copy link
Copy Markdown
Member Author

We may want to test this manually with Panel and a few screenshotting scenarios to make sure it doesn't break anything

@xavArtley
Copy link
Copy Markdown

xavArtley commented Jun 15, 2020

FYI to be sure panel will capture the renderWindow when the VTK pane is constructed you should add serialize_on_instantiation =True:

 disp = panel_display(self.ren_win, sizing_mode='stretch_width',
                                     height=height, serialize_on_instantiation=True)

@banesullivan
Copy link
Copy Markdown
Member Author

Ah, thanks for catching this @xavArtley!

@rodrigomologni
Copy link
Copy Markdown
Member

@banesullivan, sorry for the delay. I was offline for a few days. I build my code with your changes in Windows 10. The bug was fixed. Thank you! :-)

Copy link
Copy Markdown
Member

@akaszynski akaszynski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this. Approving as we've had a Windows user test it out.

@banesullivan banesullivan merged commit 77946fa into master Jul 8, 2020
@banesullivan banesullivan deleted the patch/auto-close branch July 22, 2020 02:24
adeak added a commit to adeak/pyvista that referenced this pull request Nov 9, 2020
* upstream/master: (37 commits)
  🔧 Fix unused variables (pyvista#847)
  Add better Unstructured Grid Documentation (pyvista#845)
  Fix typo in plotting.py (pyvista#846)
  Feat: Implement compute_derivative (pyvista#837)
  New probe filter and massively improve interpolate filter (pyvista#842)
  Clarify clip filter docstring (pyvista#840)
  Update create-structured-surface.py (pyvista#844)
  Update topo-map.py (pyvista#841)
  Add release suffix to version string (pyvista#817)
  Add pathlib Support (pyvista#836)
  Add tolerance argument to sample_over_line (pyvista#828)
  vector slice from pyvista/pyvista-support#134 (pyvista#808)
  Fix is_all_triangles (pyvista#832)
  Misc. documentation fixes (pyvista#829)
  Follow up pyvista#793: fix get_data_range (pyvista#818)
  Fix GPU info in scooby report (pyvista#825)
  Patch for auto_close warning (pyvista#798)
  Add texture demo with scalar data (pyvista#821)
  MAINT: Log init start/stop (pyvista#819)
  Add PolyData strip filter (pyvista#807)
  ...
@banesullivan banesullivan added the bug Uh-oh! Something isn't working as expected. label Feb 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Uh-oh! Something isn't working as expected.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants