fix [#27148] *Invalid Path* in all "operator presets" dropdowns
This commit is contained in:
@@ -581,7 +581,7 @@ class DATA_PT_modifiers(ModifierButtonsPanel, bpy.types.Panel):
|
||||
col.prop(md, "use_even_offset")
|
||||
col.prop(md, "use_quality_normals")
|
||||
col.prop(md, "use_rim")
|
||||
|
||||
|
||||
sub = col.column()
|
||||
sub.label()
|
||||
row = sub.split(align=True, percentage=0.4)
|
||||
|
||||
@@ -723,9 +723,9 @@ class TEXTURE_PT_pointdensity(TextureButtonsPanel, bpy.types.Panel):
|
||||
col.prop(pd, "falloff_soft")
|
||||
if pd.falloff == "PARTICLE_VELOCITY":
|
||||
col.prop(pd, "falloff_speed_scale")
|
||||
|
||||
|
||||
col.prop(pd, "use_falloff_curve")
|
||||
|
||||
|
||||
if pd.use_falloff_curve:
|
||||
col = layout.column()
|
||||
col.label(text="Falloff Curve")
|
||||
|
||||
@@ -370,7 +370,7 @@ class IMAGE_HT_header(bpy.types.Header):
|
||||
layout.prop(toolsettings, "use_uv_select_sync", text="")
|
||||
|
||||
if toolsettings.use_uv_select_sync:
|
||||
layout.template_edit_mode_selection()
|
||||
layout.template_edit_mode_selection()
|
||||
else:
|
||||
layout.prop(toolsettings, "uv_select_mode", text="", expand=True)
|
||||
layout.prop(uvedit, "sticky_select_mode", text="", icon_only=True)
|
||||
|
||||
Reference in New Issue
Block a user