Skip to content

Commit b5d1de6

Browse files
Select the created controller node after creating it.
1 parent 7aa2c97 commit b5d1de6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ def create_controller_button_clicked(self):
258258
space,
259259
smart_bake,
260260
camera)
261+
cmds.select(controller_nodes, replace=True)
261262
LOG.warn('Success: Create Controller.')
262263

263264
def reset_options(self):

0 commit comments

Comments
 (0)