modifier_list icon indicating copy to clipboard operation
modifier_list copied to clipboard

Blender 4.0.0 API Changed breaks addon #41

Open Draise14 opened this issue 2 years ago • 2 comments

In reference to here, with some fixes. https://github.com/Symstract/modifier_list/issues/41

Draise14 avatar Jun 07 '23 16:06 Draise14

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.

SbstnDC avatar Dec 31 '23 19:12 SbstnDC

This seems to be maintained as an extension now.

Draise14 avatar Jul 18 '25 13:07 Draise14