8,452
edits
Paradox-01 (talk | contribs) mNo edit summary |
Paradox-01 (talk | contribs) m (logmessage selection(0).Materials(0).Library.name logmessage selection(0).Materials(0).shaders(0).name) |
||
Line 486: | Line 486: | ||
| Logs the object name. | | Logs the object name. | ||
|- | |- | ||
| logmessage selection(0). | | logmessage selection(0).Materials(0).Name | ||
| Logs the material name. | | Logs the material name. | ||
|- | |- | ||
|valign=top| logmessage selection(0). | | logmessage selection(0).Materials(0).Library.name | ||
| Logs the material library name. | |||
|- | |||
| logmessage selection(0).Materials(0).shaders(0).name | |||
| Logs the material shader (e.g. phong). | |||
|- | |||
|valign=top| logmessage selection(0).Materials(0).CurrentImageClip.source.filename.value | |||
| Logs absolute path of the texture. Output example: | | Logs absolute path of the texture. Output example: | ||
: ''C:\Users\RRM\Desktop\TV_tex.png'' | : ''C:\Users\RRM\Desktop\TV_tex.png'' | ||
|- | |- | ||
|valign=top| logmessage selection(0). | |valign=top| logmessage selection(0).Materials(0).CurrentImageClip.source.Parameters("XRes").Value<br>logmessage selection(0).Material.CurrentImageClip.source.Parameters("YRes").Value | ||
| Logs the horizontal (X) and vertical (Y) pixel length of the texture. Output example: | | Logs the horizontal (X) and vertical (Y) pixel length of the texture. Output example: | ||
: ''512'' | : ''512'' |
edits