Context: remove active_gpencil_brush
We don't have this for other painting modes, no need for a special case here.
This commit is contained in:
@@ -984,7 +984,6 @@ context_type_map = {
|
||||
# context_member: (RNA type, is_collection)
|
||||
"active_base": ("ObjectBase", False),
|
||||
"active_bone": ("EditBone", False),
|
||||
"active_gpencil_brush": ("GPencilSculptBrush", False),
|
||||
"active_gpencil_frame": ("GreasePencilLayer", True),
|
||||
"active_gpencil_layer": ("GPencilLayer", True),
|
||||
"active_node": ("Node", False),
|
||||
|
Reference in New Issue
Block a user