Skip to content

Commit e90caab

Browse files
Create Controller, do not change settings when picking nodes.
1 parent e81b0a9 commit e90caab

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)