Dynamic Velocity Output

Objective

Remove the velocity inversion, so that the dynamic mapping graphs representation is accurate.

Related Links

Design Revisions

RevisionCurrent DesignIssuesChanges
1. Remove Velocity InversionThe velocity calculations are invertedThe maximum and minimum values are inverted in the spacing curve graphThe velocity calculations are no longer inverted, and the velocity mapping graph is accurate

MR Description

This merge request removes the velocity inversion in dynamics, simplifying the velocity mapping for easier use.

Changes

  • Remove Velocity Inversion:
    • The velocity is no longer inverted (1.0 - coords->velocity removed).
    • coords->velocity is mapped directly, making the graph for velocity mapping more accurate.

Benefit

  • This change corrects the velocity mapping in dynamic features, helping users understand and control brush settings without dealing with inverted values.