- 01 Dec, 2021 2 commits
-
-
2a677380 Post 21.11 Release Commit Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
John Tourtellott <john.tourtellott@kitware.com> Merge-request: !2594
-
10f53224 BUG: Fix findByRole template methods Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !2578
-
- 30 Nov, 2021 1 commit
-
-
Bob Obara authored
* Updated Version to 21.11.100 * Removed method deprecated in 21.09 * Fixed a couple typos in the new release template
-
- 23 Nov, 2021 7 commits
-
-
-
bff06398 Update version number to 21.11.0 c1b4e011 Compile release notes for 21.11.0 Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
John Tourtellott <john.tourtellott@kitware.com> Merge-request: !2593
-
Bob Obara authored
-
Bob Obara authored
-
Bob Obara authored
-
fe44fc86 ENH: Changes to appendValue for Reference related items Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
John Tourtellott <john.tourtellott@kitware.com> Merge-request: !2592
-
Bob Obara authored
* Added the ability to indicate whether append or append unique for Resource and Component Items * Changed the default to do a non-unique append instead of the previous append unique behavior.
-
- 18 Nov, 2021 4 commits
-
-
6bc5214f gitlab-ci: build up PATH incrementally e6dd6d53 ci: read VCVARS variables from the environment e0888881 gitlab-ci: move job name prefixes to be suffixes Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !2590
-
Ben Boeckel authored
Also execute the scripts in a subshell instead of sourcing them.
-
Ben Boeckel authored
Previously, these variables had been read from script variables, but they are actually environment variables, so read them directly.
-
Ben Boeckel authored
Due to the way GitLab renders job names, common prefixes end up obscuring the "important" parts of names by pushing them off of the bubbles and requiring a tooltip to distinguish between similar jobs. With this naming, jobs with similar prefixes are more closely related to each other and any rendering of GitLab will either have them in different stages or deeper in the dependency graph.
-
- 17 Nov, 2021 2 commits
-
-
a0b8d14f Fix python operation tracing - set operation parameters explicitly Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !2589
-
Aron Helser authored
Operation parameters must be retrieved and set during restoreTrace() after being deserialized from xml.
-
- 16 Nov, 2021 4 commits
-
-
180f36d2 Add operation python tracing. Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !2588
-
Aron Helser authored
Add an operation observer to pqSMTKAppComponentsAutoStart which will record any smtk Operations to the python trace. Uses an xml encoding of the inputs and associations in the recorded operation.
-
69cf89fc Provide a way to omit, rather than include, attribute... Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
Bob Obara <bob.obara@kitware.com> Merge-request: !2586
-
David Thompson authored
... definitions and instances in smtk::io::AttributeWriter.
-
- 15 Nov, 2021 5 commits
-
-
25c36e5c Provide python binding for `smtk::operation::MarkGeometry`. 9a0d7141 Fix pybind VTK type-caster to include what it needs. Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
Aron Helser <aron.helser@kitware.com> Merge-request: !2583
-
55bba837 Add `restoreTrace` method to Operation, supporting python tracing. Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !2584
-
Aron Helser authored
restoreTrace takes a string containing xml descriptions of the input parameters used to run an operation previously, and restores them to the current operation to be run again.
-
David Thompson authored
Without it, python operations cannot properly mark components that have geometry for GUI updates.
-
David Thompson authored
-
- 14 Nov, 2021 1 commit
-
-
bd11da17 CTestCustom: remove old ParaView exclusions ea7ee88b ci: update dependency bundles Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !2582
-
- 12 Nov, 2021 1 commit
-
-
Ben Boeckel authored
ParaView has fixed these problems.
-
- 11 Nov, 2021 3 commits
-
-
Ben Boeckel authored
-
102fc57d Version.h: store in the right place Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !2581
-
Ben Boeckel authored
The file living in `CMake/` doesn't make much sense because it is pinned to a specific library due to its export macro name anyways.
-
- 10 Nov, 2021 2 commits
-
-
f9f0c346 smtk/attribute/testing: hide unitAssociationRulesTest without Python Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !2580
-
Ben Boeckel authored
-
- 09 Nov, 2021 8 commits
-
-
2c132ef9 Add a release note. 9268c855 Python binding for the resource Registrar. 03e1b2d5 Expose resource and component property maps in python. 7ba8e5df Declare static class member as required. b51b903e Add missing headers to resource link classes. 1a10de05 Eliminate dead `resource::Wrapper` class. bbaadde7 More python documentation. cd468273 Minimal working wrapping of pqSMTKBehavior. ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
Aron Helser <aron.helser@kitware.com> Merge-request: !2576
-
David Thompson authored
-
David Thompson authored
-
David Thompson authored
-
David Thompson authored
-
David Thompson authored
-
David Thompson authored
-
David Thompson authored
-