Skip to content

Commit 78a7fcd

Browse files
Create Controller - Do not override bake mode or space mode type in UI.
1 parent edbd04e commit 78a7fcd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

python/mmSolver/tools/createcontroller2/ui/createcontroller_layout.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,6 @@ def get_main_object(self):
169169
LOG.warn('Please select exactly one transform object.')
170170
return
171171
self.main_object_text.setText(str(selection[0]))
172-
self.full_bake_rdo_btn.setChecked(True)
173-
self.object_space_rdo_btn.setChecked(True)
174172

175173
def smart_bake_radio_button_clicked(self):
176174
self.world_space_rdo_btn.setEnabled(False)

0 commit comments

Comments
 (0)