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:
committed by
Falk David
parent
1067112c11
commit
d2269441bb
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user