Skip to main content

All Changelog

Subscribe to "All Changelog" posts via RSS, Atom, JSON. Check all versions here or follow Changelog on RRSS to stay updated on everything we ship.

RailClone 5.2.3

New features, improvements and fixes in this new version of RailClone 5.2.3. Below, discover all the changes.

New Features

  • Added new Expression Attributes: XSectionAdjustedLength. YSectionAdjustedLength.
    • Return the size of the current spline section, substracting size of Start/End/Evenly and Top/Bottom/Evenly segments (for X and Y, respectively).
    • It allows you to fit Default segments (simple or from a nested generator) in the spline section, taking into account the start and end segments.
    • We suggest not to use the new attributes to modify segments other than Default, because it would lead to recursion and return wrong values.

Fixes

  • Fixed behaviour of Y Sequence operator when using multiple X Splines.
  • Fixed: Conditional->Line/Curve doesn't work well.
  • Fixed support of non-geometric objects in nested Generators for some renderers (as Corona Renderer).
    • This issue cannot be fixed for renderers which have not support for RailClone API (as FStorm).
  • This fix introduced on 5.2.0 has been removed, because was affecting to existing styles: "Fixed wrong input order when using nested Sequence operators on Y mode."