Refactor: Rename grease pencil files to legacy

This renames the `BKE_gpencil_*` as well as the `DNA_gpencil_types.h`
files to indicate that it's the legacy grease pencil.

Pull Request: blender/blender#105597
This commit is contained in:
2023-03-13 10:42:51 +01:00
parent 6567ff558c
commit df0c2693b6
199 changed files with 429 additions and 429 deletions

View File

@@ -20,7 +20,7 @@
#include "DNA_collection_types.h"
#include "DNA_defaults.h"
#include "DNA_gpencil_types.h"
#include "DNA_gpencil_legacy_types.h"
#include "DNA_mask_types.h"
#include "DNA_scene_types.h"
#include "DNA_screen_types.h"
@@ -38,7 +38,7 @@
#include "BLT_translation.h"
#include "BKE_gpencil.h"
#include "BKE_gpencil_legacy.h"
#include "BKE_icons.h"
#include "BKE_idprop.h"
#include "BKE_idtype.h"