mirror of
https://github.com/drewcassidy/TexTools-Blender
synced 2024-09-01 14:54:44 +00:00
Fix
This commit is contained in:
parent
06a3c8ac3c
commit
408475dbbd
@ -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)))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user