1
0
mirror of https://github.com/drewcassidy/TexTools-Blender synced 2024-09-01 14:54:44 +00:00
This commit is contained in:
SavMartin 2019-06-15 17:34:05 +01:00 committed by GitHub
parent 06a3c8ac3c
commit 408475dbbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,10 +99,10 @@ def sort_objects(self):
try:
obj_B.name = utilities_bake.get_bake_name(obj_A)+" high"
obj_A.select = True
obj_B.select = True
obj_A.select_set( state = True, view_layer = None)
obj_B.select_set( state = True, view_layer = None)
except:
print("Fallo")
print("Fail")
print("Matched {}x".format(len(pairs_low_high)))