[GRASS-git] [OSGeo/grass] b59a04: modules: Always use current major version in VTK o...
Vaclav Petras
noreply at github.com
Tue Feb 14 16:49:32 PST 2023
Branch: refs/heads/main
Home: https://github.com/OSGeo/grass
Commit: b59a04717bc6571117c7c71ed56325ae18a3b3e6
https://github.com/OSGeo/grass/commit/b59a04717bc6571117c7c71ed56325ae18a3b3e6
Author: Vaclav Petras <wenzeslaus at gmail.com>
Date: 2023-02-14 (Tue, 14 Feb 2023)
Changed paths:
M raster/r.out.vtk/writeascii.c
R raster3d/r3.out.vtk/test.r3.out.vtk.sh
R raster3d/r3.out.vtk/test_volume_null_1_cells.ref
R raster3d/r3.out.vtk/test_volume_null_1_cells_elevation.ref
R raster3d/r3.out.vtk/test_volume_null_1_cells_rgb_vect.ref
R raster3d/r3.out.vtk/test_volume_null_1_points.ref
R raster3d/r3.out.vtk/test_volume_null_1_points_elevation.ref
R raster3d/r3.out.vtk/test_volume_null_1_points_rgb_vect.ref
A raster3d/r3.out.vtk/testsuite/test_r3_out_vtk.sh
A raster3d/r3.out.vtk/testsuite/test_volume_null_1_cells.ref
A raster3d/r3.out.vtk/testsuite/test_volume_null_1_cells_elevation.ref
A raster3d/r3.out.vtk/testsuite/test_volume_null_1_cells_rgb_vect.ref
A raster3d/r3.out.vtk/testsuite/test_volume_null_1_points.ref
A raster3d/r3.out.vtk/testsuite/test_volume_null_1_points_elevation.ref
A raster3d/r3.out.vtk/testsuite/test_volume_null_1_points_rgb_vect.ref
M raster3d/r3.out.vtk/writeVTKHead.c
M vector/v.out.vtk/head.c
Log Message:
-----------
modules: Always use current major version in VTK outputs (r.out.vtk, r3.out.vtk, v.out.vtk) (#2343)
r.out.vtk, r3.out.vtk, and v.out.vtk include software name in the VTK header line for the 'exported from' description text. This removes the hard-coded major version from the string and uses the current major version instead.
More information about the grass-commit
mailing list