- Jun 22, 2017
-
-
T.J. Corona authored
-
- Jun 21, 2017
-
-
ab9ee17b Add "AdH - Generate Hot Start Data" operator. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !691
-
T.J. Corona authored
-
5a53a75e Add documentation. b08043b3 Refactor smtk::mesh elevation, interpolate. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !674
-
T.J. Corona authored
-
T.J. Corona authored
-
ffe4b73c Delaunay: add Delaunay mesh worker. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Haocheng Liu <haocheng.liu@kitware.com> Merge-request: !690
-
T.J. Corona authored
Also, create and test MeshServerLauncher.
-
576825b2 Document operators with user help. 7306eae6 Fix polygon-session header install. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Haocheng Liu <haocheng.liu@kitware.com> Merge-request: !689
-
David Thompson authored
-
David Thompson authored
This should close issue #128.
-
- Jun 20, 2017
-
-
d1761cdc BUG: Show available operators for session's context menu Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !688
-
Haocheng LIU authored
-
f1003401 Cleanup unused files and extended documentation. 72ba3bce Moved from ./smtk/extensions to ./applications. f534ee77 Added remaining concrete ItemDef Handlers. 978995b3 Preview updates on ItemDef / AttDef changes. cb3a3a3a Added simple AttributeDef search. ea9e95ab Added shortcut to aid TreeView navigation. 5dd4d517 Attribute system changes are caught by Main. 41cd5d7e Moved removeRows definition into AbstractDataModel. ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !687
-
abac3af3 Test clean geometry and fix bug Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !686
-
Jie Cheng authored
-
- Jun 19, 2017
-
-
Added labels to item definition views. Removed unused variables and fixed unused parameter warnings.
-
4913b7d5 Delaunay: add Delaunay mesh worker. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !676
-
T.J. Corona authored
Also, create and test MeshServerLauncher.
-
- Jun 16, 2017
-
-
ee054a72 BUG: Update attribute system when entities have been expunged Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !679
-
Haocheng LIU authored
Now smtk would update all modelEntityItems inside the attribute system when entities have been expunged. A utility function is added into attribute so that developers now could find certain types of items without any miss.
-
- Jun 15, 2017
-
-
1c1cdd6d SMTK-discrete tests Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Haocheng Liu <haocheng.liu@kitware.com> Merge-request: !685
-
Jie Cheng authored
-
db5be531 Polygon import test Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !684
-
Jie Cheng authored
-
- Jun 14, 2017
-
-
857fcd04 PybindAttributeWriter: modify writeContents() to return contents string. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
John Tourtellott <john.tourtellott@kitware.com> Merge-request: !683
-
T.J. Corona authored
As per pybind11's FAQ, certain basic Python types (like str) are immutable. They cannot be passed as parameters into a function with the expectation that the function will modify their contents. So, we instead return the string value in AttributeWriter::writeContents().
-
08c4714c ENH: Generalized the qtOperatorInfoDialog to be used in any qt View class Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !681
-
Robert M. O'Bara authored
The functionality was moved to qtBaseView and extended to display information captured in a View's Description Component. The only method that needs to be overridden is qtBaseView's setInfoToBeDisplayed() method
-
3601178d CMBGeometryReader test Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !677
-
5f96968a Shorten test name to preserve 80 char ctest output. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !682
-
T.J. Corona authored
-
- Jun 13, 2017
-
-
Jie Cheng authored
-
2c05d3fb Fix a minimal build. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !678
-
David Thompson authored
The mhdf library is not always a target when building moab as a third-party library (specifically, when building without hdf. duh.). Do not attempt to modify nonexistent targets.
-
- Jun 12, 2017
-
-
02aeaed6 Use relative paths in mesh URLs... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !675
-
David Thompson authored
... and rename `location` to `url` in ".smtk" files to match the existing model and auxiliary geometry filename convention. This should not break old SMTK files with "location" in the name since we look for "location" when "url" is missing and only SMTK files with "url" should use relative paths.
-
- Jun 09, 2017
-
-
253d1bb3 Do not expose users to "Model - Save" if possible. 4c63f3d3 Fix bad URL rewrite. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !672
-
David Thompson authored
It may be harmful to their health.
-
David Thompson authored
The Exodus session should not attempt to rewrite the URL string property on each model; that is now done (in a less error-prone manner) by `SaveJSON::prepareToSave()`. The code this commit removes was rewriting an already-relative path to be relative using a method that did not check whether the new URL existed or not. This commit also includes logic to properly turn the Exodus session's superfluous "modelFiles" JSON entry containing relative paths into absolute paths based on the SMTK URL.
-