mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
* move updateZValuesFromTerrain() to QgsMeshTransformVerticesByExpression * update widget to work with new checkbox * move test to TestQgsMeshEditor * fix doc * add project to calculate() * change version * remove QgsExpressionContext and use QgsProject if needed * update tests * fix clang issue * Apply suggestions from code review - make more readable Co-authored-by: Stefanos Natsis <uclaros@gmail.com> * simplify Co-authored-by: Stefanos Natsis <uclaros@gmail.com> * fix text Co-authored-by: Stefanos Natsis <uclaros@gmail.com> * add note * add the in string * fix bracket and indentation * fix docstring * use new position if necessary * default elevation * do not skip values, use default Z value if not properly transformed * simplify code --------- Co-authored-by: Stefanos Natsis <uclaros@gmail.com>