View Full Version : bone list
how can I export a list of my characters bones under the skmin modfiier.
I just want to write out the bone names to a txt file.
I bet there is a script that does this:)
Rob Galanakis
08-19-2008, 08:28 AM
Open up your listener, select your skinned object, and evaluate this:
skinmod = $.modifiers[#Skin]
for i = 1 to (skinops.getnumberbones skinmod) do
(
format "%n" (skinops.getbonename skinmod i 1)
)
It will print the bones to your listener, paste into a text file of your choice.
cheers man , you are a star:)
vBulletin® v3.8.4, Copyright ©2000-2013, Jelsoft Enterprises Ltd.