Blender 4.0.0 API Changed breaks addon #41
In reference to here, with some fixes. https://github.com/Symstract/modifier_list/issues/41
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'
Kind Regards.
This seems to be maintained as an extension now.