Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eavp-dev] [eclipse/eavp] 495455: Persistence improvements and bug fixes

  Branch: refs/heads/Robert/JAXB
  Home:   https://github.com/eclipse/eavp
  Commit: 4954554be732eb3fc0264d871ca648555c02c32f
      https://github.com/eclipse/eavp/commit/4954554be732eb3fc0264d871ca648555c02c32f
  Author: Robert Smith <SmithRW@xxxxxxxx>
  Date:   2016-05-18 (Wed, 18 May 2016)

  Changed paths:
    M org.eclipse.eavp.viz.service.geometry/src/org/eclipse/eavp/viz/service/geometry/persistence/PersistableShape.java
    M org.eclipse.eavp.viz.service.javafx.mesh/src/org/eclipse/eavp/viz/service/javafx/mesh/FXMeshCanvas.java
    M org.eclipse.eavp.viz.service.javafx.mesh/src/org/eclipse/eavp/viz/service/javafx/mesh/FXMeshViewer.java
    M org.eclipse.eavp.viz.service.mesh/src/org/eclipse/eavp/viz/service/mesh/datastructures/MeshDescription.java

  Log Message:
  -----------
  Persistence improvements and bug fixes

PersistableShapes now store their scale, rotation, and translation as
separate attributes. Fixed a bug whereby the Mesh Editor would reassign
ID numbers already in use after opening a persisted mesh. Fixed a bug in
which PersistableShapes were ignoring the compressed object's size.

Signed-off-by: Robert Smith <SmithRW@xxxxxxxx>



Back to the top