Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-10-28 08:00:26 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-10-28 08:00:26 +0300
commit1be819ea666058977510d907f7eae88fa1de9581 (patch)
tree6b5a0d65a5db7ee92ad4e3d28b9b42e97c70423d /source/creator/creator.c
parenta0f2866a8e330d7f04dd2f330051b79e3eec98be (diff)
Cleanup: update comments
Some references to argument levels were still in comments.
Diffstat (limited to 'source/creator/creator.c')
-rw-r--r--source/creator/creator.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 90d918f71ac..4f5af4bf4ac 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -411,7 +411,8 @@ int main(int argc,
G.factory_startup = true;
#endif
- /* After parsing '0' level args such as `--env-*`, since they impact `BKE_appdir` behavior. */
+ /* After parsing #ARG_PASS_ENVIRONMENT such as `--env-*`,
+ * since they impact `BKE_appdir` behavior. */
BKE_appdir_init();
/* Initialize sub-systems that use `BKE_appdir.h`. */
@@ -432,7 +433,7 @@ int main(int argc,
IMB_ffmpeg_init();
#endif
- /* After level 1 arguments, this is so #WM_main_playanim skips #RNA_init. */
+ /* After #ARG_PASS_SETTINGS arguments, this is so #WM_main_playanim skips #RNA_init. */
RNA_init();
RE_engines_init();