Hi,
I'm using rvk to animate facial expressions of a character.
Now I want to remove unused channels from the action window, but the way described in the docs doesn't work.
I've tried to write a script (my first attempt in Blender) but the getActions() fuction returns a list of str instead of a list of actions.
Please, help me.
Thanks in advance,
ciacio
RVK's use the action window, but they don't really use actions
at all ... they just reuse the interface of the action window.
Deleting a 'channel' really means deleting an ipo curve. Go to
the IPO window, select 'Vertex' for type, then select and
delete some horizontal lines until you delete the right one
(save your work first).
Chris
P.S. Yes, the user interface for doing this is probably the
worst one known to man.
It would be also great if I can access the vertex information of my various rvks in python. Is it possible? I haven't found anything about it in the docs.
Thanks again,
ciacio
you could give us the solution