- 06 Nov, 2018 1 commit
-
-
T.J. Corona authored
-
- 05 Nov, 2018 2 commits
-
-
T.J. Corona authored
0ba63321 vtkSMTKModelRepresentation: check for association before using it Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !1336
-
T.J. Corona authored
-
- 03 Nov, 2018 2 commits
-
-
David Thompson authored
80050a43 Remove some dead code. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !1335
-
David Thompson authored
-
- 02 Nov, 2018 8 commits
-
-
T.J. Corona authored
f44c1371 Some less-than-reputable changes to improve export LaF Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
John Tourtellott <john.tourtellott@kitware.com> Merge-request: !1334
-
T.J. Corona authored
-
David Thompson authored
5218f9cf Aim to make mesh + mesh-set visibility toggle-able. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !1332
-
T.J. Corona authored
16ac1211 Updates for export scripts Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
John Tourtellott <john.tourtellott@kitware.com> Merge-request: !1333
-
T.J. Corona authored
Guard python operations with a C++ try/catch and log exceptions, and update the export simulation window to facilitate repeated export attempts.
-
David Thompson authored
The mesh representation (currently a vtkSMTKModelRepresentation) can now be toggled on/off properly. However, block visibilities are toggled but not reflected in the render view since the vtkMeshMultiBlockSource does not annotate its output with UUIDs the same way the model source does. There's probably also some code in vtkSMTKModelRepresentation that specifically looks for an upstream source of the wrong type.
-
David Thompson authored
3a97d417 Fix icons in resource tree. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !1331
-
David Thompson authored
-
- 01 Nov, 2018 12 commits
-
-
T.J. Corona authored
2c3d6986 smtk::mesh::ExtractTessellation: use hash map for point id lookup Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !1330
-
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 5 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
-