found it from the img still containing som of it. u should just use atools
Code:
(
GetVertexWeightCount = skinOps.GetVertexWeightCount
GetVertexWeight = skinOps.GetVertexWeight
GetVertexWeightBoneID = skinOps.GetVertexWeightBoneID
GetBoneName = skinOps.GetBoneName
--FUNCTION
fn saveSkin obj =
(
objskin = obj.skin
modPanel.setCurrentObject objskin
createms = "" as stringstream
numVerts = getNumVerts obj.mesh
format "*SKIN_VERTEX_DATA % {\n" numVerts to:createms
for v = 1 to numVerts do
(
--GET THE WEIGHTS
weights = #()
_bones = #()
for b = 1 to GetVertexWeightCount objskin v do
(
append weights (weight = GetVertexWeight objskin v b)
append _bones (_bone = (GetBoneName objskin (GetVertexWeightBoneID objskin v b) 1))
)
--PRINT THE WEIGHTS
numBones = _bones.count
format "\t*VERTEX % % {\n" (v-1) numBones to:createms
for n = 1 to numBones do
(
format "\t\t*BONE \t\"%\" \t%\n" _bones[n] weights[n] to:createms
)
format "\t}\n" to:createms
)
format "}\n" numVerts to:createms
--SAVE
skinFile = createFile ("C:\\" + obj.name + ".txt")
format "%" (createms as string) to:skinFile
close skinFile
)
for obj in selection do
(
if isProperty obj #skin do saveSkin obj
)
[S] Facebook-Like Script oder Twitter Mass Follow Script [B] e*gold 03/06/2013 - General Coding - 2 Replies Hey, Leute..
Ich suche ein Facebook-Like Script oder ein Twitter Mass Follow Script das mit GreaseMonkey funkt.
Entweder selber coden oder im Internet danach suchen. Wer mir es liefert wird auch entsprechend belohnt.
[Biete] Scripteen Ajax Photo Rating Script V2 License (Hot or Not Script) [S] Paypal 01/31/2013 - Trading - 0 Replies Hey,
und zwar brauche ich das Script nicht mehr und stelle meine License deshalb hier zum Verkauf.
Link zum Script: Hot or Not Script | Photo Rating Script | Scripteen PHP Scripts
Macht mir Angebote suche Paypal.
Screenshots:
http://scripteen.com/uploads/156-Screen%20Shot%20 2012-05-19%20at%2010.32.56%20AM.png
http://scripteen.com/uploads/381-Screen%20Shot%20 2012-05-19%20at%2010.33.07%20AM.png