fix [#27148] *Invalid Path* in all "operator presets" dropdowns
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user