| Summary: | NodeUtils.getGeometricOutline() should have specific treatment for GeometryNodes with ITranslatable geometry. | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Alexander Nyßen <nyssen> |
| Component: | GEF FX | Assignee: | Alexander Nyßen <nyssen> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 0.2.0 | ||
| Target Milestone: | 4.0.0 (Neon) RC2 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Alexander Nyßen
I pushed the following changes to origin/master: - Ensured that NodeUtils.getGeometricOutline() has a special treatment for GeometryNodes with an ITranslatable geometry. This improves performance significantly, as Rectangle geometries will be preserved. - Added a NodeUtilsTests class to confirm the expected behavior. Resolving as fixed in 4.0.0 RC3. Reschedule to 4.0.0 RC2, as this was included in an contribution update. |