- Jul 27, 2017
-
-
Haocheng LIU authored
This MR creates the UI components for the terrain extraction(TE) operator. A custom view as smtkTerrianExtractionView is added and a new extension VXL is introduced.
-
- Jul 26, 2017
-
-
95780c83 Install PythonAutoInit.h Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !742
-
9288a7cf PybindOperator: add associatedEntities() method. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !741
-
T.J. Corona authored
-
T.J. Corona authored
-
323fd3b9 Python: add log messages (analog to C++ log macros). Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !739
-
T.J. Corona authored
-
- Jul 25, 2017
-
-
5bead4dc Multiscale: import DEFORM file is now a python operator. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !715
-
T.J. Corona authored
-
f2eba8e6 GenerateHotStartData: add double braces for array initialization. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !737
-
5de270a3 Add an operator to compute the Euler characteristic. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
John Tourtellott <john.tourtellott@kitware.com> Merge-request: !729
-
T.J. Corona authored
-
- Jul 24, 2017
-
-
f0f05a89 Install EncodePyStringFunctions.cmake Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !736
-
T.J. Corona authored
-
Ben Boeckel authored
-
Ben Boeckel authored
* topic 'Fix-qtGroupItem-expand-bug': BUG: qtGroupItem should expand to contents Merge-request: !733
-
b63380ee BUG: qtGroupItem should expand to contents Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Bob Obara <bob.obara@kitware.com> Merge-request: !733
-
d7445d18 GenerateHotStartData: warn if input pointcloud does not span input mesh Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
John Tourtellott <john.tourtellott@kitware.com> Merge-request: !734
-
Haocheng LIU authored
-
T.J. Corona authored
-
- Jul 21, 2017
-
-
4ba08b83 Update required python packages for read-the-docs. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !730
-
David Thompson authored
-
T.J. Corona authored
-
- Jul 20, 2017
-
-
b63ebe6d Add operator convention: "allow camera reset" Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Haocheng Liu <haocheng.liu@kitware.com> Merge-request: !728
-
David Thompson authored
If operators have an enabled void item named "allow camera reset" then the camera _may_ automatically be reset by applications when processing the result. Otherwise, applications should not alter the camera in response to the operation.
-
- Jul 19, 2017
-
-
47f1f67b ENH: Fixed issues related to Qt5 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !727
-
Robert M. O'Bara authored
1. There seems ot be a bug w/r to QT5's signal and slots concerning when passing a reference to const JSON data - pqPresetDialog's apply preset signal should pass JSON data when a preset is selected. If the signal is connected to a slot that takes in no argumenets the signal is properly connected. However, if you connect the signal to a slot that taked in the reference to the JSON object, the connect method says there is no such slot. Workaround - changed the slot signature to take in no arguements. 2. In Qt5 , Frames no longer have a setShown method but instead now use setVisible.
-
2528346f Fix failing version test. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !726
-
David Thompson authored
-
- Jul 18, 2017
-
-
52565a79 Documentation fixes. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !725
-
David Thompson authored
-
66ef41dd BUG: Install vtkTracksAllInstances.h header Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !724
-
Haocheng LIU authored
-
0a511164 BUG: Add widget componment into cumulus for qt5 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !723
-
Haocheng LIU authored
-
9b821524 FEATURE: Add qt5 support for cumulus Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !721
-
Haocheng LIU authored
-
- Jul 17, 2017
-
-
809c5139 Initial support for _instance_ entities in SMTK. 62066c29 Fix header style. bb24190b Fix poor handling of `Instance`s in model tree-view. 880443f2 Mark const inputs as const on `Tessellation`. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !703
-
4ed447e4 Attempt to fix read-the-docs. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !722
-
David Thompson authored
The errors appear to be related to pyparsing being newer than sphinx-doxylink (which has not been updated in years). Explicitly list the requirements file and force a contemporaneous version of pyparsing.
-