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

Blender 4.0.0 API Changed breaks addon #41 #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Draise14
Copy link

@Draise14 Draise14 commented Jun 7, 2023

In reference to here, with some fixes.
#41

@SbstnDC
Copy link

SbstnDC commented Dec 31, 2023

Hi people, take a good new year 2024.

I have the Same problem here, copy log console error:

bpy.ops.object.ml_modifier_apply()

Python: Traceback (most recent call last):
File "C:\Users\sebas_pe87e9k\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\modifier_list\modules\operators\modifier_apply.py", line 184, in invoke
return self.execute(context)
File "C:\Users\sebas_pe87e9k\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\modifier_list\modules\operators\modifier_apply.py", line 130, in execute
success = self.apply_modifier(context, ml_active_ob, is_editmode)
File "C:\Users\sebas_pe87e9k\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\modifier_list\modules\operators\modifier_apply.py", line 188, in apply_modifier
override = context.copy()
File "C:\Program Files\Blender Foundation\Blender 4.0\4.0\scripts\modules\bpy_types.py", line 94, in copy
value = getattr(self, attr)
AttributeError: 'Context' object has no attribute 'grease_pencil'

image

Kind Regards.

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.

None yet

2 participants