Páginas

terça-feira, 19 de novembro de 2013

from RenatoLeoncio import QuickFilterbox as quick

  I don't know if you already notice, but Maya is extremely stupid search things and it start when we use that useless Outliner options to find nothing.

  Based on Quick Filter Box in Softimage, I made Quick Filterbox for Maya.


  tool functions:
  • Search while you type.
  • For each shapenode type checked, show its transform node.


  Base Code:
number = ["one", "two", "three", "four", "five"]

search = "Type your search here"

for n in number:
    if search in n:
        print n

  Developed with Python and PyQt.
  Thanks Rodrigo Tebisx(Gaúcho) for the idea, Henrique Freitas, Richard Kazuo and Rosenio Pinto for help me and Thales Simonato for research.

Nenhum comentário:

Postar um comentário