Merge branch 'blender-v2.83-release'
This commit is contained in:
@@ -1631,7 +1631,6 @@ class USERPREF_PT_ndof_settings(Panel):
|
||||
layout.use_property_decorate = False # No animation.
|
||||
|
||||
input_prefs = context.preferences.inputs
|
||||
|
||||
is_view3d = context.space_data.type == 'VIEW_3D'
|
||||
self.draw_settings(layout, input_prefs, is_view3d)
|
||||
|
||||
|
@@ -431,7 +431,7 @@ class _draw_tool_settings_context_mode:
|
||||
|
||||
row.prop(gp_settings, "use_material_pin", text="")
|
||||
|
||||
if brush.gpencil_tool in {'DRAW', 'FILL'} and ma:
|
||||
if brush.gpencil_tool in {'DRAW', 'FILL'}:
|
||||
row.separator(factor=1.0)
|
||||
subrow = row.row(align=True)
|
||||
row.prop_enum(settings, "color_mode", 'MATERIAL', text="", icon='MATERIAL')
|
||||
|
Reference in New Issue
Block a user