1
1

Fix (unreported) broken Py API doc after adding gpencil to buttons_context...

This commit is contained in:
2019-03-18 14:42:07 +01:00
parent 29039e5c74
commit 94f55d14c3

View File

@@ -1009,7 +1009,8 @@ context_type_map = {
"editable_gpencil_strokes": ("GPencilStroke", True),
"editable_objects": ("Object", True),
"fluid": ("FluidSimulationModifier", False),
"gpencil_data": ("GreasePencel", False),
"gpencil": ("GreasePencil", False),
"gpencil_data": ("GreasePencil", False),
"gpencil_data_owner": ("ID", False),
"image_paint_object": ("Object", False),
"lattice": ("Lattice", False),