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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user