Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/startup/bl_operators/uvcalc_lightmap.py
| Context not available. | |||||
| max_int_dimension = int(((side_len / float_to_int_factor)) / PREF_BOX_DIV) | max_int_dimension = int(((side_len / float_to_int_factor)) / PREF_BOX_DIV) | ||||
| ok = True | ok = True | ||||
| else: | else: | ||||
| max_int_dimension = 0.0 # wont be used | max_int_dimension = 0.0 # won't be used | ||||
| ok = False | ok = False | ||||
| # RECURSIVE pretty face grouping | # RECURSIVE pretty face grouping | ||||
| Context not available. | |||||