From 3a9729677968c52077cf222a07e4dec19e7cdc66 Mon Sep 17 00:00:00 2001 From: dkunhamb Date: Fri, 10 Apr 2026 22:29:01 -0500 Subject: [PATCH 1/2] update kil --- doc/source/kil/mechanical.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/source/kil/mechanical.rst b/doc/source/kil/mechanical.rst index c49707b063..744676089f 100644 --- a/doc/source/kil/mechanical.rst +++ b/doc/source/kil/mechanical.rst @@ -12,6 +12,10 @@ please refer Known issues and limitations ---------------------------- +- The ``Background`` property of ``AnimationExportSettings`` has no effect when using + ``ExportAnimation()``. The background color cannot be changed programmatically for + exported animations (`#1406 `_). + 24R2 ^^^^ @@ -22,3 +26,6 @@ Known issues and limitations - On Linux based platforms, Ansys Motion and LSDYNA analysis support are limited. - A fatal error currently exists when you are shutting down Mechanical on the Linux platform using Embedding (`#85 `_). +- Geometry children are not populated when running the cooling holes thermal analysis example, + causing an ``ArgumentOutOfRangeException``. This was fixed in 25R2 and later versions + (`#1549 `_). From 6edb1f874d3e9f62bfb83a6b138260dd475ce7b9 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Sat, 11 Apr 2026 03:33:44 +0000 Subject: [PATCH 2/2] chore: adding changelog file 1591.fixed.md [dependabot-skip] --- doc/changelog.d/1591.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/1591.fixed.md diff --git a/doc/changelog.d/1591.fixed.md b/doc/changelog.d/1591.fixed.md new file mode 100644 index 0000000000..a7d8e0af00 --- /dev/null +++ b/doc/changelog.d/1591.fixed.md @@ -0,0 +1 @@ +Update kil section