mirror of
https://github.com/drewcassidy/TexTools-Blender
synced 2024-09-01 14:54:44 +00:00
Remove autopep8 error
This commit is contained in:
parent
cad078d85d
commit
04f3b0f091
12
op_bake.py
12
op_bake.py
@ -570,14 +570,4 @@ def cycles_bake(mode, padding, sampling_scale, samples, ray_distance, is_multi,
|
||||
)
|
||||
|
||||
|
||||
bpy.utils.register_class(op)
|
||||
use_selected_to_active=is_multi,
|
||||
normal_space=modes[mode].normal_space,
|
||||
|
||||
# Use Cage and assign object
|
||||
use_cage=True,
|
||||
cage_object=obj_cage.name
|
||||
)
|
||||
|
||||
|
||||
bpy.utils.register_class(op)
|
||||
bpy.utils.register_class(op)
|
Loading…
Reference in New Issue
Block a user