Page 1 of 1

Adding a dummyroot to an existing XSI using notepad

Posted: Sat Oct 29, 2011 11:23 am
by Ded10c
How would I go about this? Can I just copy-paste the HP in at the top, or do I need something more specific?

Re: Adding a dummyroot to an existing XSI using notepad

Posted: Sat Oct 29, 2011 4:47 pm
by MrTwosheds
You can just paste a

Frame frm-dummy {

FrameTransformMatrix {
1,0,0,0,
0,1,0,0,
0,0,1,0,
0,0,0,1;;
}
In above the first parts of the model.
Underneath the SI scene data entry's at its start
SI_CoordinateSystem coord {
SI_Angle {
SI_Camera Camera1 {
SI_Ambience {
SI_Fog {
SI_Light light1 {

It does not need a mesh, but you might want to give it one.
Generally though, they should not be required If you built the model right.

Re: Adding a dummyroot to an existing XSI using notepad

Posted: Sat Oct 29, 2011 5:07 pm
by Ded10c
The cloakmorphing works beautifully now. Once I've adjusted the animations they should be good to go. Thanks, TwoSheds.

Re: Adding a dummyroot to an existing XSI using notepad

Posted: Sat Oct 29, 2011 7:42 pm
by Nielk1
It did need a closing brace right? '}'

Re: Adding a dummyroot to an existing XSI using notepad

Posted: Sat Oct 29, 2011 8:13 pm
by Ded10c
It works fine with that code copypasta'd verbatim.