Search found 202 matches

Go to advanced search

by louisVottero
Mon Jan 04, 2016 11:10 am
Forum: Bugs
Topic: Project Settings and PyQt [FIXED]
Replies: 1
Views: 3475
 
Jump to post

Project Settings and PyQt [FIXED]

Project settings was not working with PyQt. It was saving out a QString instead of a string. This is now fixed and will be in the next beta release.
by louisVottero
Mon Jan 04, 2016 10:08 am
Forum: Bugs
Topic: manifest item disappears beta 0.1.4 [FIXED]
Replies: 1
Views: 3485
 
Jump to post

Re: manifest item disappears beta 0.1.4

Also it seems click drag reorder of scripts doesn't always work. Safest is to right click refresh after dragging to see if it worked.
by louisVottero
Mon Jan 04, 2016 9:52 am
Forum: Requests
Topic: Manifest Caching
Replies: 0
Views: 3270
 
Jump to post

Manifest Caching

The suggestion was made to be able to have a cache of the manifest that would save out the rig after each code runs, and be able to show which scripts have become out of date.
caching.jpg
caching.jpg (30.95 KiB) Viewed 3270 times
by louisVottero
Mon Jan 04, 2016 9:47 am
Forum: Bugs
Topic: manifest item disappears beta 0.1.4 [FIXED]
Replies: 1
Views: 3485
 
Jump to post

manifest item disappears beta 0.1.4 [FIXED]

There is a bug with the beta release 0.1.4 of Vetala. If you drag an item to the end of the list it will disappear. You can get it back by right clicking and refreshing. I'm working on getting hierarchy working in the manifest item view under Code tab. Being able to click drag one code.py under anot...
by louisVottero
Mon Jan 04, 2016 9:42 am
Forum: Requests
Topic: Manifest Versions
Replies: 2
Views: 3810
 
Jump to post

Re: Manifest Versions

I'm proposing having a sandbox version of the manifest and a final version. This would be toggled on and off with a checkbox in the item view. If sandbox is checked on, changes to the manifest would be saved to sandbox. If sandbox is checked off, changes to the manifest would be saved to final. If y...
by louisVottero
Tue Dec 22, 2015 9:52 am
Forum: Beta Releases
Topic: Vetala Rig Beta 0.1.4
Replies: 1
Views: 163
 
Jump to post

Vetala Rig Beta 0.1.4

Updates
  • Much work has been done on the facial rig.
    Some work has been done to fix the corrective bugs.
    Bug in Maya 2014 where Maya would crash when switching processes is now fixed.
by louisVottero
Mon Nov 23, 2015 5:53 pm
Forum: Beta Releases
Topic: Vetala Rig Beta 0.1.3
Replies: 0
Views: 175
 
Jump to post

Vetala Rig Beta 0.1.3

Major changes in this release.

Check the documentation for how libraries are now organized.
http://www.vetalarig.com/docs/html/index.html

vtool.maya_lib.util has been split up into multiple modules, however there is still the old util.py file for legacy.
by louisVottero
Mon Nov 02, 2015 2:37 pm
Forum: Bugs
Topic: deformer_weights - multiple geometry
Replies: 0
Views: 3298
 
Jump to post

deformer_weights - multiple geometry

If one deformer is affecting multiple pieces of geometry the export/import behaviour is currently undefined.

Need to do some tests and revisions to get it exporting properly in this case.
by louisVottero
Fri Oct 30, 2015 9:20 am
Forum: Bugs
Topic: Bug in Beta 0.1.2 chad_extract_shape [FIXED]
Replies: 0
Views: 3373
 
Jump to post

Bug in Beta 0.1.2 chad_extract_shape [FIXED]

Code: Select all

from vtool.maya_lib import util
util.chad_extract_shape()
chad_extract_shape has a bug where if there is no blendshape on the mesh it will error. This is now fixed and will get published in the next release.
by louisVottero
Tue Oct 27, 2015 8:42 pm
Forum: Beta Releases
Topic: Vetala Rig Beta 0.1.2
Replies: 1
Views: 119
 
Jump to post

Re: Vetala Rig Beta 0.1.2

Actually documentation will now be available online here:

http://www.vetalarig.com/docs/html/index.html
In future releases the ? button will link to this site online and will no longer be distributed with the installer.

Go to advanced search