Skip to content

Commit

Permalink
Rename BLC_DEV_MODE to BLC_DEV_PATH for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeFHD committed Feb 2, 2025
1 parent 8faf004 commit 8cf6683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
}
version_string = f'{bl_info["version"][0]}.{bl_info["version"][1]}{bl_info["warning"]}'

# The environment variable BLC_DEV_MODE can be used to store a path
# The environment variable BLC_DEV_PATH can be used to store a path
# to a local BlendLuxCore repository, which will then be imported
blc_dev_path = os.environ.get("BLC_DEV_MODE")
blc_dev_path = os.environ.get("BLC_DEV_PATH")
am_in_extension = __name__.startswith('bl_ext.') # the init file in the local dev folder returns only BlendLuxCore

if am_in_extension:
Expand Down

0 comments on commit 8cf6683

Please # to comment.