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

Baking cache issue. #14

Open
OmidGhotbi opened this issue Apr 14, 2024 · 2 comments
Open

Baking cache issue. #14

OmidGhotbi opened this issue Apr 14, 2024 · 2 comments

Comments

@OmidGhotbi
Copy link

OmidGhotbi commented Apr 14, 2024

Baking the cache can cause error and process never will end after and continue working in background casing render issue and instability,
Python: Traceback (most recent call last):
File "\molecular\ops.py", line 429, in modal
fake_context = context.copy()
File "\blender-4.0.2\4.0\scripts\modules\bpy_types.py", line 94, in copy
value = getattr(self, attr)
AttributeError: 'Context' object has no attribute 'grease_pencil'

@PavelBlend
Copy link
Owner

I haven't tested the addon in blender 4. Blender 4.0 and higher does not start for me:
1

Most likely the Python API changed in 4.0+, which is why the addon stopped working. I haven't encountered such an error in blender 3.6. Try using 3.6. I can't fix bugs for 4.0.

@OmidGhotbi
Copy link
Author

Thank you i will check and patch it.

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

No branches or pull requests

2 participants