Skip to content

Commit

Permalink
optimized default map size for plates
Browse files Browse the repository at this point in the history
  • Loading branch information
chenkasirer committed Sep 12, 2024
1 parent 34c4930 commit f32f356
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ def RunScript(self, model, map_size, swap_uv, bake):
dimx, dimy, dimz = map_size
else:
# for the pine 251 material bitmap, rotated
dimx = 0.2
dimy = 0.2
dimx = 1.0
dimy = 1.0
dimz = 1.0

if not model:
Expand Down

0 comments on commit f32f356

Please sign in to comment.