Mod Tool: Difference between revisions

285 bytes added ,  17 January 2014
m
scripting: get all used textures
m (scripting: get vertex color)
m (scripting: get all used textures)
Line 618: Line 618:
| [41] onisplit update
| [41] onisplit update
| [42] get vertex color
| [42] get vertex color
|-
| [43] get all used textures
|
|
|}
|}


Line 1,880: Line 1,884:
           oColor.alpha & ")"
           oColor.alpha & ")"
     next
     next
next
' '''[43] get all used textures'''
DeleteAllUnusedMaterials
DeleteUnusedImageClips
'DeleteUnusedImageSources
for each i in Application.ActiveProject.ActiveScene.ExternalFiles
if i.filetype = "Pictures" then
logmessage i
end if
  next
  next


8,452

edits