- 01 Nov, 2018 11 commits
-
-
T.J. Corona authored
The method smtk::mesh::PointSet::find is extremely slow, and should be used only as a last resort. This commit replaces a call to find() within a tight loop with the construction and repeated query of a hash map. NOTE: with this update, the mesh session now loads large datasets as quickly as the VTK session.
-
T.J. Corona authored
3cf945c2 Updates to paraview plugins that simplify resource loading 3d9b9c9f CreateUniformGrid: set mesh collection as model tessellation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1329
-
T.J. Corona authored
This update enforces the following behaviors: 1. When resoures are loaded via File->Open, ParaView semantics apply: the apply button must be pressed to complete opening the file. This matches the functionality of the other ParaView readers (that are selectable when there are multiple readers for a file type). 2. When a resource is created via File->New Resource, a modal dialog is presented to the user. When the user presses apply on the dialog, the resource is generated and its representation is rendered. The Properties Panel's apply button is never enabled. NOTE: the original plan was to move the contents of the modal dialog to the Properties Panel. This worked, but it looked pretty bad and was not intuitive. 3. When a resource is created by an operation from the Operation Panel, the resource is generated and its representation is rendered. The Properties Panel's apply button is never enabled.
-
T.J. Corona authored
-
Haocheng LIU authored
5ab37ce5 Restore function evaluation feature in SimpleExpression view Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1327
-
David Thompson authored
154bd374 Edit the mesh component release note. e0800f3e Make mesh names editable. 4cd942d7 mesh/moab/Tags: create name tag if necessary. 5796503f Assign default names to meshes upon import. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !1328
-
David Thompson authored
-
Haocheng LIU authored
The function evaluation feature in SimpleExpression view relies on VTK. However, also do we want to be able to preview this view with only Qt enabled. In order to do so this MR creates a subclass of qtSimpleExpressionView and it would override the SimpleExpression view constructor at runtime. That being said now users can preview it with only Qt enabled and do function evaluation when both Qt and VTK are enabled.
-
David Thompson authored
-
T.J. Corona authored
-
David Thompson authored
-
- 31 Oct, 2018 10 commits
-
-
T.J. Corona authored
b35321e4 Add SetMeshName operator Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1326
-
T.J. Corona authored
-
David Thompson authored
9bdd7c40 Preliminary mesh support in the resource tree. 3d042810 Eliminate warnings. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1324
-
T.J. Corona authored
0f45595d smtk::mesh::MeshSet: add name/setName methods Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !1323
-
David Thompson authored
-
David Thompson authored
-
T.J. Corona authored
-
David Thompson authored
b56cde38 smtk::mesh::Collection: visit() Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !1322
-
T.J. Corona authored
-
T.J. Corona authored
30e30ea3 Update mesh visualization a3f04ed8 Update mesh I/O operations. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !1321
-
- 30 Oct, 2018 14 commits
-
-
T.J. Corona authored
-
T.J. Corona authored
-
David Thompson authored
32f32b8a Better rendering of unrenderable selections. e798cbb9 Attribute selections highlight associations. eb91a926 Representation fixes. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !1320
-
David Thompson authored
Render the footprint of selected items without renderable geometry instead of doing nothing.
-
T.J. Corona authored
e80a524f Use mesh::Component for mesh operations 3671e1eb Introduce smtk::mesh::Component Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !1318
-
T.J. Corona authored
ee683d96 When creating a PV pipeline for created resources, use SMTKSource proxy. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !1319
-
David Thompson authored
-
T.J. Corona authored
-
T.J. Corona authored
-
T.J. Corona authored
The current pattern in SMTK is to have resources and components. To retrofit smtk::mesh to fit this pattern, we introduce smtk::mesh::Component, a lightweight, shared object that provides access to a meshset.
-
T.J. Corona authored
6ca8bbb4 Surrogate: warn when read resource differs from expected value. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !1317
-
T.J. Corona authored
-
David Thompson authored
+ Fix so that colors are recomputed when input multiblock changes. + Fix translucent geometry handling to account for all actors. + Note a potential issue with glyph coloring until we have data and a test case to investigate.
-
David Thompson authored
f60e6e18 Fix qtComponentItem to accept any components... 174b23aa Implement simple attribute query filtering. d0d9d984 Wrap the `Resource::find()` query method. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !1316
-
- 29 Oct, 2018 4 commits
-
-
David Thompson authored
... not just model components.
-
David Thompson authored
-
David Thompson authored
-
David Thompson authored
bfcb8680 Mark each dirty resource with an asterisk... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !1315
-
- 28 Oct, 2018 1 commit
-
-
David Thompson authored
... in Qt descriptive phrase views.
-