mirror of
https://github.com/blender/blender
synced 2026-09-27 19:44:35 +03:00
Cleanup: Improve & correct comment for asset system file flag
This commit is contained in:
parent
45fadf8297
commit
ea9e390f69
1 changed files with 2 additions and 2 deletions
|
|
@ -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),
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue