Skip to content

Commit

Permalink
padding property limits and better description
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjian0 committed Nov 20, 2024
1 parent 58ca950 commit dd81774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions btools/building/floor/floor_props.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ class FloorProperty(bpy.types.PropertyGroup):
decoration_padding: FloatProperty(
name="Decoration Padding",
min=get_scaled_unit(0.01),
max=get_scaled_unit(10.0),
max=get_scaled_unit(1.0),
default=get_scaled_unit(0.01),
unit="LENGTH",
description="Space column decorations",
description="Space between decoration steps",
)

decoration_ratio: FloatProperty(
Expand Down

0 comments on commit dd81774

Please sign in to comment.