Skip to content
#

geodata

Here are 156 public repositories matching this topic...

domlysz
domlysz commented Mar 11, 2020

Please respect the following template to report a new issue, otherwise your issue will be automatically closed.

Before submitting, search through existing open or closed issues reports and through blender.stackexchange.com to check whether the issue already exists.

If the issue concerns an operator that grab geodata from an external web service (Basemaps, OSM, SRTM), then it can be a network

Karry
Karry commented Mar 28, 2022

Hi, I believe that using if constexpr (debugFlag) has many benefits in comparison of #ifdef.

  • it is more readable IMHO
  • static analyzers see the code in condition block, so refactoring is simpler, compilation fails when code is not correct even when condition is false...

![Screenshot_20220328_122131](https://user-images.githubusercontent.com/309458/160378310-9eb404fa-848b-4784-a1fc-

enhancement build good first issue

Improve this page

Add a description, image, and links to the geodata topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the geodata topic, visit your repo's landing page and select "manage topics."

Learn more