Python: Rename bpy.types.GreasePencilv3 to bpy.types.GreasePencil

This renames python Grease Pencil type
from `bpy.types.GreasePencilv3` to `bpy.types.GreasePencil`.

Part of #125058.

Pull Request: https://projects.blender.org/blender/blender/pulls/146902
This commit is contained in:
Casey Bianco-Davis
2025-09-29 12:25:23 +02:00
committed by Falk David
parent 80ccab6175
commit f8d2a3af38
13 changed files with 23 additions and 23 deletions

View File

@@ -1212,7 +1212,7 @@ context_type_map = {
"editable_fcurves": [("FCurve", True)],
"fluid": [("FluidSimulationModifier", False)],
"gpencil": [("GreasePencil", False)],
"grease_pencil": [("GreasePencilv3", False)],
"grease_pencil": [("GreasePencil", False)],
"curves": [("Hair Curves", False)],
"id": [("ID", False)],
"image_paint_object": [("Object", False)],