You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improving the AssetProperties window (Previously AssetMetadataEditor)
`AssetMetadataEditor` has been renamed to `AssetProperties`.
`AssetProperties` and `MaterialEditor` are now more consistent.
Their use flow is now similar. You can either right click onto an asset
and choose to edit its metadata or edit the material if it is one OR
open the desired window (`AssetMetadataEditor` or `MaterialEditor`) and
then drag and drop an asset to this window.
The `AssetMetadataEditor` is now divided into two sections:
- Settings
- Info
The first one, "Settings", will show every metadata associated to this
asset and allow the user to modify their values.
The second one, "Info", only display information about the asset (File
type, file size, path...)
SizeConverter static class has been added to OvTools to allow size unit
conversions (Example: Bytes to Kilo Bytes, etc...).
0 commit comments