Skip to content
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
wants to merge 45 commits into
base: master
Choose a base branch
from

Conversation

albertov
Copy link

@albertov albertov commented Mar 8, 2016

Without this ParaView can't be built with Python support from another project that includes it from it's CMakeLists.txt with add_subdirectory(ParaView)

Oblomov and others added 30 commits December 9, 2015 20:38
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.
Signed-off-by: Menno Deij - van Rijswijk <m.deij@marin.nl>
Signed-off-by: Menno Deij - van Rijswijk <m.deij@marin.nl>
d50b302 vtkProcessModule: store the current directory of the executable

Acked-by: Kitware Robot <kwrobot@kitware.com>
Reviewed-by: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
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 <kwrobot@kitware.com>
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 <kwrobot@kitware.com>
Reviewed-by: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Merge-request: !676
55c706d Tune FlatTreeView sizing

Acked-by: Kitware Robot <kwrobot@kitware.com>
Reviewed-by: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
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 <kwrobot@kitware.com>
Reviewed-by: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
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 <kwrobot@kitware.com>
Reviewed-by: Cory Quammen <cory.quammen@kitware.com>
Merge-request: !678
mathstuf and others added 15 commits March 14, 2016 11:32
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 <kwrobot@kitware.com>
Reviewed-by: Brad King <brad.king@kitware.com>
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 <kwrobot@kitware.com>
Merge-request: !685
03e7e55 Update VTK.
a1e085d Merge topic 'axes-grid-15672'

Acked-by: Kitware Robot <kwrobot@kitware.com>
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 <kwrobot@kitware.com>
Merge-request: !687
@mwestphal
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
8 participants