-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge topic 'backport-vtkCollection-deserialization-fix' into release
5d49f7b Fix deserialization when number of items in collection have not changed Acked-by: Kitware Robot <[email protected]> Acked-by: buildbot <[email protected]> Merge-request: !11677
- Loading branch information
Showing
2 changed files
with
8 additions
and
10 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
Documentation/release/dev/fix-deserialization-bug-in-vtkCollection.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Fix deserialization bug in vtkCollection | ||
|
||
Fixes a bug in the deserialization of `vtkRenderer`. When an actor in a renderer was replaced with another actor, | ||
and the scene reserialized with `vtkObjectManager`, the deserializer was unable to detect that the actor had | ||
changed. Instead, the renderer continued to show the old actor. This bug in deserialization of vtkCollection | ||
is now fixed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters