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:
committed by
Falk David
parent
80ccab6175
commit
f8d2a3af38
@@ -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)],
|
||||
|
||||
Reference in New Issue
Block a user