Skip to content

AlbertoGZ-dev/modelLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

modelLoader

modelLoader for B.Water Animation Studios pipeline helps to import published MODEL, by all or selected objects, avoid file browsing.

Setup

Manual installation

Place the modelLoader.py and __init__.py files in a folder named modelLoader in your Maya scripts directory and create a python shell button with the following code:

from modelLoader import modelLoader

try:
    md_win.close()
except:
    pass
md_win = modelLoader.modelLoader(parent=modelLoader.getMainWindow())
md_win.show()
md_win.raise_()

About

modelLoader for BWater pipeline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages