wigiaji.blogspot.com
wigi_works: March 2009
http://wigiaji.blogspot.com/2009_03_01_archive.html
1st walkcycle and runcycle. in 2006. Subscribe to: Posts (Atom). Wigianim. Awesome Inc. template. Powered by Blogger.
wigiaji.blogspot.com
wigi_works: May 2010
http://wigiaji.blogspot.com/2010_05_01_archive.html
Leonard la serie TV. Http:/ www.leonard-la-serie.com/. Subscribe to: Posts (Atom). Leonard la serie TV. Wigianim. Awesome Inc. template. Powered by Blogger.
wigiaji.blogspot.com
wigi_works: PYTHON: Get Current Date and Time
http://wigiaji.blogspot.com/2015/05/python-get-current-date-and-time.html
PYTHON: Get Current Date and Time. 24 hour format #. 12 hour format #. Text-to-speech function is limited to 100 characters. Label: Python for Maya. Subscribe to: Post Comments (Atom). PYTHON: Get Current Date and Time. Wigianim. Awesome Inc. template. Powered by Blogger.
wigiaji.blogspot.com
wigi_works: November 2008
http://wigiaji.blogspot.com/2008_11_01_archive.html
Rollbots ( TV Series ). Sing to the dawn ( Feature Film ). Panshel ( TV Series ). Subscribe to: Posts (Atom). Rollbots ( TV Series ). Sing to the dawn ( Feature Film ). Panshel ( TV Series ). Wigianim. Awesome Inc. template. Powered by Blogger.
wigiaji.blogspot.com
wigi_works: December 2008
http://wigiaji.blogspot.com/2008_12_01_archive.html
Subscribe to: Posts (Atom). Wigianim. Awesome Inc. template. Powered by Blogger.
wigiaji.blogspot.com
wigi_works: October 2009
http://wigiaji.blogspot.com/2009_10_01_archive.html
Subscribe to: Posts (Atom). Wigianim. Awesome Inc. template. Powered by Blogger.
wigiaji.blogspot.com
wigi_works: March 2011
http://wigiaji.blogspot.com/2011_03_01_archive.html
Animlib is a tool to manage characters animation clips (share,export,import) in Maya (2008 and2009),With this tool you could create animation clips and organize them in projects. Label: Python for Maya. Import maya.cmds as mc. Obj=[str(o) for o in mc.ls( sl=True,tr=True)]. For i in obj:. Cons= mc.parentConstraint( i, objctrl,mo=False ). McsetAttr (name ".overrideEnabled", 1). McsetAttr(name ".overrideColor", 30). Label: Python for Maya. Subscribe to: Posts (Atom).
wigiaji.blogspot.com
wigi_works: Animaton Library for maya v.02
http://wigiaji.blogspot.com/2012/07/character-animaton-library-v02.html
Animaton Library for maya v.02. Work in maya 201x 32/64 bit. Label: Python for Maya. Theres no way to download v.02 so I cant really have an opinion of it ;-). Subscribe to: Post Comments (Atom). Animaton Library for maya v.02. Wigianim. Awesome Inc. template. Powered by Blogger.
wigiaji.blogspot.com
wigi_works: September 2009
http://wigiaji.blogspot.com/2009_09_01_archive.html
OObj = Application.Selection(0). Application.LogMessage( oObj.FullName ). Application.GetPrim("Null", " , " , " ). Application.SetValue("null.null.shadow icon", 1, " ). Application.SetValue("null.null.primary icon", 1, " ). Application.SetValue("null.null.shadow colour custom", True, " ). Application.SetValue("null.null.R", 1, " ). Application.SetValue("null.null.B", 0.5, " ). Application.SetValue("null.Name", "oTARGET" , " ). Application.MatchTransform ("oTARGET", oObj). Label: Pyton for XSI.
wigiaji.blogspot.com
wigi_works: November 2009
http://wigiaji.blogspot.com/2009_11_01_archive.html
XSI to Maya Navigation. This simple script for change navigation from XSI to Maya in xsi software-. X = Application.GetValue("preferences.Camera.navaltkey");. If x = 0:. Application.SetValue("preferences.Camera.navaltkey", 1, " ). Application.SetValue("preferences.Camera.navaltmapping", 1, " ). Application.LogMessage( "maya user" ). Application.SetValue("preferences.Camera.navaltkey", 0, " ). Application.SetValue("preferences.Camera.navaltmapping", 0, " ). Application.LogMessage( "xsi user" ).