RNA: move headers to C++

Also see #103343.

Pull Request: https://projects.blender.org/blender/blender/pulls/111022
This commit is contained in:
Jacques Lucke
2023-08-10 22:40:27 +02:00
parent 72d3e43a3b
commit cc4d5c432c
794 changed files with 1397 additions and 1437 deletions

View File

@@ -79,7 +79,7 @@ SCRIPT_DIR = os.path.abspath(os.path.dirname(__file__))
USE_ONLY_BUILTIN_RNA_TYPES = True
# Write a page for each static enum defined in:
# `source/blender/makesrna/RNA_enum_items.h` so the enums can be linked to instead of being expanded everywhere.
# `source/blender/makesrna/RNA_enum_items.hh` so the enums can be linked to instead of being expanded everywhere.
USE_SHARED_RNA_ENUM_ITEMS_STATIC = True
if USE_SHARED_RNA_ENUM_ITEMS_STATIC: