Python: Rename bpy.data.grease_pencils_v3 to bpy.data.grease_pencils

This renames `bpy.data.grease_pencils_v3` to `bpy.data.grease_pencils`.

Part of #125058.

Pull Request: https://projects.blender.org/blender/blender/pulls/146904
This commit is contained in:
Casey Bianco-Davis
2025-09-29 12:32:08 +02:00
committed by Falk David
parent 1067112c11
commit d2269441bb
10 changed files with 17 additions and 17 deletions

View File

@@ -135,7 +135,7 @@ class Library(_types.ID):
# we could make this an attribute in rna.
attr_links = (
"actions", "armatures", "brushes", "cameras",
"curves", "grease_pencils_v3", "collections", "images",
"curves", "grease_pencils", "collections", "images",
"lights", "lattices", "materials", "metaballs",
"meshes", "node_groups", "objects", "scenes",
"sounds", "speakers", "textures", "texts",