Adverti horiz upsell

seNodeList - Utility Node List 1.2.1 for Maya (maya script)

Utility Nodes Lister With Node Type Filtering

License
Button download
1,105 Downloads

Compatibility

  • 2008, 8.x, 7.x, 6.x

Operating Systems

  • Irix
  • Linux
  • Mac
  • Windows

History

Created:02/02/2007
Last Modified:11/01/2008
File Size: 3.53 KB
per page
1-2 of 2

Reviews Love it? Or maybe you want to share some creative ways you're putting this item to use.

  • Iosif Kefalas

    Iosif Kefalas said over 17 years ago:

    Thank a lot. Very very handy for specially for rigging.
  • TopsoilArts

    TopsoilArts said almost 18 years ago:

    Very intuitive selector. Good clean code. Destined to be one of my hotkeys. I like to initialize my node filter with the following procedure. Feel free to incorporate it into seNodeList, if you wish!
    global string $nodeList[];
    $nodeList = `oaListNodeTypesInScene`;
    
    //Return all nodeTypes in the current scene, a subset of `ls -nodeTypes`.
    global proc string[] oaListNodeTypesInScene () {
    	string $nodeTypes[] = `ls -nodeTypes`;
    	string $nodeTypesInSceneString;
    	string $nodes[];
    	for ($type in $nodeTypes) {
    		$nodes = `ls -type $type`;
    		if (`size $nodes` > 0) $nodeTypesInSceneString += ($type+" ");
    	}
    	string $nodeTypesInScene[];
    	tokenize $nodeTypesInSceneString " " $nodeTypesInScene;
    	return $nodeTypesInScene;
    }
    
    You can also jump around in the scroll list by typing the first letter of the nodeType. For example, "C" will jump to "camera". Thank you! Oleg Alexander

Post a review:

Rate this item: