Cleanup: Improve & correct comment for asset system file flag
This commit is contained in:
@@ -320,8 +320,8 @@ enum {
|
||||
// #define G_FILE_GLSL_NO_ENV_LIGHTING (1 << 28) /* deprecated */
|
||||
/**
|
||||
* This file contains a single asset and its dependencies. Users may edit the asset through the
|
||||
* UI, at which point the file will be regenerated by the asset system (API in
|
||||
* #BKE_asset_edit.hh). Stored with a .asset.blend prefix.
|
||||
* UI and save the changes, at which point the file will be regenerated by the asset system to
|
||||
* include the edits (API in #BKE_asset_edit.hh). Stored with an .asset.blend file extension.
|
||||
*/
|
||||
G_FILE_ASSET_EDIT_FILE = (1 << 29),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user