We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7272a7d commit 7195729Copy full SHA for 7195729
__init__.py
@@ -41,7 +41,7 @@
41
PYLUXCORE_VERSION = '2.10.0a2' # specifies the version of pyluxcore that corresponds to this version of BlendLuxCore
42
43
# Check the location of this init file. The init file in the local dev folder returns only 'BlendLuxCore'
44
-am_in_extension = __name__.startswith("bl_ext.")
+am_in_extension = __package__.startswith("bl_ext.")
45
46
# The environment variable BLC_DEV_PATH can be used to store a path
47
# to a local BlendLuxCore repository, which will then be imported
0 commit comments