Blender Git Commit Log

Git Commits -> Revision f8bed5c

Revision f8bed5c by Antonio Vazquez (master)
May 2, 2019, 14:27 (GMT)
GPencil: New API to remove grease pencil material settings

This is required for some add-ons

Example use:
ma = bpy.data.materials[0]
# create settings
bpy.data.materials.create_gpencil_data(ma)
# remove settings
bpy.data.materials.remove_gpencil_data(ma)

Related to T63707

Commit Details:

Full Hash: f8bed5ccdccdd36e0ce4bfb8c95c50a30207da59
Parent Commit: b52a0c7
Lines Changed: +14, -0

1 Modified Path:

/source/blender/makesrna/intern/rna_main_api.c (+14, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021