Skip to content

Commit

Permalink
put default on real property
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisFloofyKitsune committed May 15, 2024
1 parent 81e9434 commit c43b9d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ambient_occlusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ def set_ao_dist(self, value):
)

building_plate_resolution_inner: IntProperty(
options={"HIDDEN"}
options={"HIDDEN"},
default=128
)

def get_building_plate_res(self):
Expand All @@ -146,7 +147,6 @@ def set_building_plate_res(self, value):
description="Output AO plate image resolution in pixels",
min=64,
soft_max=1024,
default=128,
get=get_building_plate_res,
set=set_building_plate_res,
)
Expand Down

0 comments on commit c43b9d6

Please sign in to comment.