Advertisement
Guest User

Untitled

a guest
Apr 13th, 2017
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. localDimensions = [dx_local*ob.scale[0], dy_local*ob.scale[1], dz_local*ob.scale[2]]
  2. longest_side = max(localDimensions)
  3. localDimensions.remove(longest_side)
  4. second_longest_side = max(localDimensions)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement