Reply
Reply
 
Thread Tools Display Modes
Ruz's Avatar
Old (#1)
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
Offline , veteran polycounter, 4,391 Posts, Join Date Oct 2004, Location Uk(London)  
   Reply With Quote

Rob Galanakis's Avatar
Old (#2)
Open up your listener, select your skinned object, and evaluate this:
Code:
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.
Offline , polycounter, 927 Posts, Join Date Jan 2007, Location Reykjavik, Iceland  
   Reply With Quote

Ruz's Avatar
Old (#3)
cheers man , you are a star
Offline , veteran polycounter, 4,391 Posts, Join Date Oct 2004, Location Uk(London)  
   Reply With Quote

Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Copyright 1998-2012 A. Risch