What is the command to pick a curve on surface? Suppose you would like to set up marking menus to pick curves and curve on surface.
selectMode -object; selectType -allObjects false; selectType -curveOnSurface true;
Now you can drag the results to the shelf, and you’re ready to rock!
Alternatively, drag this to the shelf:
setObjectPickMask "All" 0; editMenuUpdate MayaWindow|mainEditMenu; setObjectPickMask "Curve" true; updateComponentSelectionMasks; updateObjectSelectionMasks;
Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License