Skip to content

Commit 423fe7d

Browse files
Add reparent v2 and create/remove controller v2 to Marking Menu.
1 parent e8b80f6 commit 423fe7d

File tree

1 file changed

+54
-6
lines changed

1 file changed

+54
-6
lines changed

mel/menu_mmSolver_markingMenu.mel

Lines changed: 54 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@
370370
-divider 0
371371
-subMenu 0
372372
-tearOff 0
373-
-command "python(\"import mmSolver.tools.reparent.tool as tool;tool.reparent_under_node();\")"
373+
-command "python(\"import mmSolver.tools.reparent2.tool as tool;tool.reparent_under_node();\")"
374374
-altModifier 0
375375
-optionModifier 0
376376
-commandModifier 0
@@ -389,12 +389,36 @@
389389
-longDivider 1
390390
menuEditorMenuItem19;
391391

392+
menuItem
393+
-label "Reparent under Node (option box)"
394+
-divider 0
395+
-subMenu 0
396+
-tearOff 0
397+
-command "python(\"import mmSolver.tools.reparent2.tool as tool;tool.reparent_under_node_open_window();\")"
398+
-altModifier 0
399+
-optionModifier 0
400+
-commandModifier 0
401+
-ctrlModifier 0
402+
-shiftModifier 0
403+
-optionBox 1
404+
-enable 1
405+
-data 0
406+
-allowOptionBoxes 1
407+
-postMenuCommandOnce 0
408+
-enableCommandRepeat 0
409+
-echoCommand 0
410+
-italicized 0
411+
-boldFont 0
412+
-sourceType "mel"
413+
-longDivider 1
414+
menuEditorMenuItem191;
415+
392416
menuItem
393417
-label "Unparent to World"
394418
-divider 0
395419
-subMenu 0
396420
-tearOff 0
397-
-command "python(\"import mmSolver.tools.reparent.tool as tool;tool.unparent_to_world();\")"
421+
-command "python(\"import mmSolver.tools.reparent2.tool as tool;tool.unparent_to_world();\")"
398422
-altModifier 0
399423
-optionModifier 0
400424
-commandModifier 0
@@ -413,6 +437,30 @@
413437
-longDivider 1
414438
menuEditorMenuItem20;
415439

440+
menuItem
441+
-label "Unparent to World (option box)"
442+
-divider 0
443+
-subMenu 0
444+
-tearOff 0
445+
-command "python(\"import mmSolver.tools.reparent2.tool as tool;tool.unparent_to_world_open_window();\")"
446+
-altModifier 0
447+
-optionModifier 0
448+
-commandModifier 0
449+
-ctrlModifier 0
450+
-shiftModifier 0
451+
-optionBox 1
452+
-enable 1
453+
-data 0
454+
-allowOptionBoxes 1
455+
-postMenuCommandOnce 0
456+
-enableCommandRepeat 0
457+
-echoCommand 0
458+
-italicized 0
459+
-boldFont 0
460+
-sourceType "mel"
461+
-longDivider 1
462+
menuEditorMenuItem201;
463+
416464
menuItem
417465
-label "separator"
418466
-divider 1
@@ -437,11 +485,11 @@
437485
menuEditorMenuItem22;
438486

439487
menuItem
440-
-label "Create Controller"
488+
-label "Create Controller..."
441489
-divider 0
442490
-subMenu 0
443491
-tearOff 0
444-
-command "python(\"import mmSolver.tools.createcontroller.tool as tool;tool.create();\")"
492+
-command "python(\"import mmSolver.tools.createcontroller2.tool as tool;tool.open_window();\")"
445493
-altModifier 0
446494
-optionModifier 0
447495
-commandModifier 0
@@ -461,11 +509,11 @@
461509
menuEditorMenuItem23;
462510

463511
menuItem
464-
-label "Remove Controller"
512+
-label "Remove Controllers"
465513
-divider 0
466514
-subMenu 0
467515
-tearOff 0
468-
-command "python(\"import mmSolver.tools.createcontroller.tool as tool;tool.remove();\")"
516+
-command "python(\"import mmSolver.tools.removecontroller2.tool as tool;tool.main();\")"
469517
-altModifier 0
470518
-optionModifier 0
471519
-commandModifier 0

0 commit comments

Comments
 (0)