PDA

View Full Version : Changing Color of Individual Bone


dsommers
04-17-2008, 06:21 PM
I'm brand new to XSI and I absolutely LOVE it.
I have a little experience in the 3D package "Animation Master" and moving over to XSI is like driving a porsche compared to trying to drive a stubborn mule. Thank you for a beautiful program.

Now my question. I've been working my way through Digital-Tutors. In the reverse foot control section the instructor changes the colors of the bone chains. When I try to do this my whole skeleton changes color, somehow I can't color individual bones. I must have grouped them all together in some way, unknowingly, but can't figure out how to undo this.
Thank you to anyone who can put me on the right path.

David

4602
04-17-2008, 09:08 PM
hello
as you might have seen in the explorer, when you expand an object's nodes, some properties are on normal letters some are in italic. the properties in italic (in the explorer or where ever) are shared properties.
in order to change them in a sole object you need to make a local property.
n this case you are looking for the display property which is by default a shared property, depending on the type of object.
eg. now if you open the explorer go to a chain, and expand the root, you will see the display node (on italic = shared). if you double click on it, xsi will open the property page, and at the same time ask if you want to make a local property out it. click yes, and now, change the color at the bottom of the property page. voilą!
as a short cut, if you go to the "palette and script tool bar" (palette icon, bottom left, just by the side of the time line), then pick a color, xsi will open a "pick setion" where you can select object/s to have this particular property/color.
hope it wasn't too long...
4602

dsommers
04-18-2008, 10:33 AM
Thanks for your quick response 4602 but somehow it isn't working...

So I expanded the root of the chain in explorer, double clicked the shared display said yes to making a local property out it. When I changed the color, all of the bones changed color(not just the chain or individual root) "palette and script tool bar" gave me the same results even though only 1 bone was picked. Help...what am I doing wrong?

4602
04-18-2008, 06:25 PM
hmm... that's odd. have you tried doing so on a new scene? do all objects change display color? or just your chain?
that shared property comes from the scene root. so if you change that one, you would change all objects. but once you've made a local property for an object you should be able to change it... well locally.
try writing this in the script editor:
MakeLocal("*.*.display", siNodePropagation);
replace *.* with modelname.object name, if he is directly under the scene root just type his name.

dsommers
04-21-2008, 11:31 AM
In the SDK Wizards,(not sure what that is) I deleted the Display (bones) and it works now.
Next time I'll give you a screen capt of my explorer, I'm sure that would have given you the answer.

Thanks again.

norvman
04-24-2008, 06:57 PM
goto palette symbol bottom left hand corner of screen just below the left hand MCP....
that will bring up a 'WireColors' pallette....

pick a color...
pick a bone...
Right click to escape...

Done...

Can't see that a grouping would prevent the above proceedure