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

@@ -436,7 +436,7 @@ void RNA_def_main(BlenderRNA *brna)
"Annotation",
"Annotation data-blocks (legacy Grease Pencil)",
RNA_def_main_annotations},
{"grease_pencils_v3",
{"grease_pencils",
"GreasePencil",
"rna_Main_grease_pencils_begin",
"Grease Pencil",