Fix: GPv3: Adjustment panel in dopesheet
Missed inb4881f6b0aExpose adjustment panel in Grease pencil dopesheet side panel as done for others in6e137f957fPull Request: https://projects.blender.org/blender/blender/pulls/130311
This commit is contained in:
committed by
Falk David
parent
64198971ea
commit
7e12131aaf
@@ -13,6 +13,7 @@ from bl_ui.properties_data_grease_pencil import (
|
||||
GreasePencil_LayerMaskPanel,
|
||||
GreasePencil_LayerTransformPanel,
|
||||
GreasPencil_LayerRelationsPanel,
|
||||
GreasePencil_LayerAdjustmentsPanel,
|
||||
)
|
||||
|
||||
from rna_prop_ui import PropertyPanel
|
||||
@@ -961,6 +962,15 @@ class DOPESHEET_PT_grease_pencil_layer_relations(
|
||||
bl_options = {'DEFAULT_CLOSED'}
|
||||
|
||||
|
||||
class DOPESHEET_PT_grease_pencil_layer_adjustments(
|
||||
GreasePencilLayersDopeSheetPanel,
|
||||
GreasePencil_LayerAdjustmentsPanel,
|
||||
Panel):
|
||||
bl_label = "Adjustments"
|
||||
bl_parent_id = "DOPESHEET_PT_grease_pencil_mode"
|
||||
bl_options = {'DEFAULT_CLOSED'}
|
||||
|
||||
|
||||
classes = (
|
||||
DOPESHEET_HT_header,
|
||||
DOPESHEET_PT_proportional_edit,
|
||||
@@ -986,6 +996,7 @@ classes = (
|
||||
DOPESHEET_PT_grease_pencil_mode,
|
||||
DOPESHEET_PT_grease_pencil_layer_masks,
|
||||
DOPESHEET_PT_grease_pencil_layer_transform,
|
||||
DOPESHEET_PT_grease_pencil_layer_adjustments,
|
||||
DOPESHEET_PT_grease_pencil_layer_relations,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user