# This file contains metadata for your plugin.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=QGIS2Blender
qgisMinimumVersion=3.34
qgisMaximumVersion=4.99e
description=This plugin prepares DEMs for use in Blender.
version=0.1
author=Ben Leamon
email=ben.leamon@gmail.com

about=QGIS2Blender prepares DEM rasters for Blender heightmap workflows. It can mosaic multiple DEMs with a VRT, reproject to a target CRS, optionally clip by polygon AOI, fill NoData pixels before scaling, and export a UInt16 GeoTIFF scaled to 0-65535. No external Python dependencies are required.

homepage=https://github.com/benleamon/QGIS2Blender
tracker=https://github.com/benleamon/QGIS2Blender/issues
repository=https://github.com/benleamon/QGIS2Blender
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
# changelog=

# Tags are comma separated with spaces allowed 
tags=raster, processing, dem

category=Raster
icon=icon.png
# experimental flag
experimental=True

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=


# If the plugin can run on QGIS Server.
server=False

