Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove bogus newline from bl_info #167

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

Invader-Zim
Copy link

Starting Blender from the console produces the following error:
Syntax error 'ast.parse' can't read: '/Users/stephen/Documents/github/blendercam/scripts/addons/cam/__init__.py' Traceback (most recent call last): File "/Applications/Blender 4.0.2.app/Contents/Resources/4.0/scripts/modules/addon_utils.py", line 123, in _fake_module ast_data = ast.parse(data, filename=mod_path) File "/Applications/Blender 4.0.2.app/Contents/Resources/4.0/python/lib/python3.10/ast.py", line 50, in parse return compile(source, filename, mode, flags, File "/Users/stephen/Documents/github/blendercam/scripts/addons/cam/__init__.py", line 1 """BlenderCAM '__init__.py' © 2012 Vilem Novak ^ SyntaxError: '{' was never closed fake_module: addon missing 'bl_info' gives bad performance!: '/Users/stephen/Documents/github/blendercam/scripts/addons/cam/__init__.py'

The solution is to remove the extra newline in the bl_info

@pppalain pppalain merged commit 7739dbd into pppalain:master Aug 20, 2024
0 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants