8,452
edits
Paradox-01 (talk | contribs) m (scripting: get vertex color) |
Paradox-01 (talk | contribs) 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 | ||
edits