-
Notifications
You must be signed in to change notification settings - Fork 420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removed hard-coded path of VTK_BINARY_DIR #7
Open
albertov
wants to merge
45
commits into
Kitware:master
Choose a base branch
from
meteogrid:etesio
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
When running ParaView on HiDPI screens, where the IndentWidth may be smaller than the font height, lines in the Pipeline browser may get squashed together. Fix this by defaulting to a preferredHeight for FlatTreeView items which is the maximum between the font height and the IndentWidth, and only adjusting upwards for items with a larger font.
Other ParaView client applications may have other paths they would like to derive from this path, so store it and make it available from the vtkProcessModule class.
…into NFACE_n-NGON_n-CGNSReader
Signed-off-by: Menno Deij - van Rijswijk <[email protected]>
Signed-off-by: Menno Deij - van Rijswijk <[email protected]>
d50b302 vtkProcessModule: store the current directory of the executable Acked-by: Kitware Robot <[email protected]> Reviewed-by: Utkarsh Ayachit <[email protected]> Merge-request: !631
This ensures that the linked libraries work as expected when Kits are enabled.
Repeatable vector properties were not being restored when vtkSMProperty::RestoreToXMLDefaults() was called because no defaults for such properties are typically defined in the proxy XML. This patch handles this case by clearing out the vector elements, setting the size to zero.
0284bf3 Use `vtk_module_link_libraries` for modules. Acked-by: Kitware Robot <[email protected]> Merge-request: !680
Make setting of vtkSMDoubleVectorProperty elements consistent with setting of vtkSMIntVectorProperties when the property is repeatable. This fixes a bug that made it impossible to change double vector properties to zero elements, e.g., clearing out the Isosurface values in the Contour filter.
This causes properties with domain defaults to be reset to the domain default. If no domain default is available, it uses the XML default.
e50f934 When resetting values, reset to default rather than XML default ac4f824 Added another acceptable condition for setting property elements 743036c BUG #16020: restore defaults for repeatable vector properties Acked-by: Kitware Robot <[email protected]> Reviewed-by: Utkarsh Ayachit <[email protected]> Merge-request: !676
55c706d Tune FlatTreeView sizing Acked-by: Kitware Robot <[email protected]> Reviewed-by: Utkarsh Ayachit <[email protected]> Merge-request: !493
d374b02 Merge remote-tracking branch 'origin' into NFACE_n-NGON_n-CGNSReader 0de03c4 Added CGNS_ENUMV(NGON_n). Applied diffs from code review. 589f5b1 Remove CGNS headers from vtkCGNSReader.h. edbab0d Cleanup testing code. a9f4a8f Merge branch 'master' of https://gitlab.kitware.com/paraview/paraview into NFACE_n-NGON_n-CGNSReader 1790933 added tests 7801712 Merge remote-tracking branch 'origin' into NFACE_n-NGON_n-CGNSReader 90f5fc5 working on testing ... Acked-by: Kitware Robot <[email protected]> Reviewed-by: Utkarsh Ayachit <[email protected]> Merge-request: !639
vtkCleanArrays now allows removing/filling of partial arrays for composite datasets as well. That way, the filter can now be used to sycn arrays on composite datasets locally or in parallel along with non-composite datasets in parallel. Added a new test "TestCleanArrays" to test this filter.
Spreadsheet representation now allows the user to choose multiple blocks from a composite dataset to be shown in the view. Multiple blocks are merged and hence will loose partial arrays, if any. To still support picking the default value as the first non-empty leaf node for Spreadsheet representation, added a mechanism to vtkSMCompositeTreeDomain to select a default mode.
3f4dc4a BUG #15672: Axes Grid dissapears in parallel projection.
Brings in fix for the EnsightGold reader failing to stat() large files on windows.
5f60463 Adding test for testing spreadsheet with multiblock f136c67 BUG #15167: Show multiple blocks in spreadsheet view. 080622a vtkCleanArrays now support cleaning composite datasets. fcd0436 Remove unused header. Acked-by: Kitware Robot <[email protected]> Reviewed-by: Cory Quammen <[email protected]> Merge-request: !678
When building with Kits, the libraries listed here don't exist.
GCC6 is detecting this as a literal constructor (operator ""X) instead of doing literal string concatenation. A space removes the ambiguity.
Avoiding configure time file copying and adding dependencies on source *.py to have them copied and compiled.
When building with Kits, the libraries listed here don't exist.
f60c8e7 eigen: add a space between strings Acked-by: Kitware Robot <[email protected]> Reviewed-by: Brad King <[email protected]> Merge-request: !683
Using paraview.vtk instead of vtk avoid importing all of VTK's Python wrapped modules which is huge benefit when dealing with slow file systems, often encountered in ParaView use-cases.
This circumvents rendering issues with rendering selection wireframe on certain systems.
fd0e9d4 Update VTK to bring kits+static+python fixes. 10f61cf Making PythonSelection test more robust. 30de5e1 Fix incorrect imports. aadfe86 Prefer `vtk` package from `paraview`. d179bff Python: import the API module, not the Python library 4c46737 Cleanup ParaView's python package generation. 85c8699 Python: import the API module, not the Python library 7a35f41 Update vtk_add_python_wrapping calls to use new signatures ... Acked-by: Kitware Robot <[email protected]> Merge-request: !685
03e7e55 Update VTK. a1e085d Merge topic 'axes-grid-15672' Acked-by: Kitware Robot <[email protected]> Merge-request: !682
* vtk_for_pv_5.0.1: Update VTK.
9e856f7 Merge branch 'vtk_for_pv_5.0.1' into release Acked-by: Kitware Robot <[email protected]> Merge-request: !687
MR should be opened on gitlab, read this : https://gitlab.kitware.com/paraview/paraview/-/blob/master/Documentation/dev/git/develop.md |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Without this ParaView can't be built with Python support from another project that includes it from it's
CMakeLists.txt
withadd_subdirectory(ParaView)