Skip to content

Commit

Permalink
Fix get_set_name (in Organize)
Browse files Browse the repository at this point in the history
#9 
Thx to CAPA14
  • Loading branch information
SavMartin authored Jan 13, 2020
1 parent 4bae63c commit f44af5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op_bake_organize_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def sort_objects(self):
for obj_A in pairs_low_high:
obj_B = pairs_low_high[obj_A]
try:
obj_B.name = utilities_bake.get_bake_name(obj_A)+" high"
obj_B.name = utilities_bake.get_set_name(obj_A)+" high"

obj_A.select_set( state = True, view_layer = None)
obj_B.select_set( state = True, view_layer = None)
Expand Down

0 comments on commit f44af5d

Please sign in to comment.