- 08 Nov, 2018 1 commit
-
-
Bob Obara authored
-
- 07 Nov, 2018 7 commits
-
-
T.J. Corona authored
7b772867 Silence warnings Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1342
-
T.J. Corona authored
-
T.J. Corona authored
82d888ff Add python incantations for matplotlib visualization on OS X Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1340
-
T.J. Corona authored
08685886 VTK session: fix Read/Import ops to enable persistent model properties 8db6edcd Remove superfluous conversion to/from string Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !1339
-
T.J. Corona authored
-
T.J. Corona authored
-
T.J. Corona authored
-
- 06 Nov, 2018 4 commits
-
-
T.J. Corona authored
ecb442a8 Discrete session: enable python bindings for import op Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !1337
-
T.J. Corona authored
a484c359 Mesh session: fix Read op to enable persistent model properties Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !1338
-
T.J. Corona authored
-
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 4 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
-