Hidding Bones
Posted: Mon Jun 13, 2011 2:40 pm
Hi
I found a trick to hide a bone that does not need to manipulate.
First in Anime Studio, I named the bone as "bone hidden".
Then I opened my file with extension ". amne" using jEdit and
find the line where the bone appears:
("bone hidden" 3 -1 1 -1 1 1 -1 1 false 0.96694 1 -1 false);
and I changed the fourth "parameter" to 0 (zero).
Before:("bone hidden" 3 -1 1 -1 1 1 -1 1 false 0.96694 1 -1 false);
After: ("bone hidden" 3 -1 1 0 1 1 -1 1 false 0.96694 1 -1 false);
Saved the file.
I opened the file again in Anime Studio and chose the menu:
Bone>> Hide Controlled Bones.
And though the bone is not "controlled" by another bone he was hidden.
If I want to manipulate it, simply uncheck the option: Hide Controlled Bones.
Maybe it's possible to create a script to do it automatically ... does anyone know how?
It would be great!
I found a trick to hide a bone that does not need to manipulate.
First in Anime Studio, I named the bone as "bone hidden".
Then I opened my file with extension ". amne" using jEdit and
find the line where the bone appears:
("bone hidden" 3 -1 1 -1 1 1 -1 1 false 0.96694 1 -1 false);
and I changed the fourth "parameter" to 0 (zero).
Before:("bone hidden" 3 -1 1 -1 1 1 -1 1 false 0.96694 1 -1 false);
After: ("bone hidden" 3 -1 1 0 1 1 -1 1 false 0.96694 1 -1 false);
Saved the file.
I opened the file again in Anime Studio and chose the menu:
Bone>> Hide Controlled Bones.
And though the bone is not "controlled" by another bone he was hidden.
If I want to manipulate it, simply uncheck the option: Hide Controlled Bones.
Maybe it's possible to create a script to do it automatically ... does anyone know how?
It would be great!