Official Modifier Tools addon stopped working in recent 2.90 builds. #78864

Closed
opened 2020-07-12 20:42:19 +02:00 by Chingiz Jumagulov · 11 comments

System Information
Operating system: Windows 10, 64 bits
Graphics card: Nvidia Geforce 1080, Nvidia Geforce 1070

Blender Version
Broken: 2.90.0-ee5c2f6ead37-windows64
Worked: 2.83

Short description of error
Hi! It seems that core functionality of the officially supported Modifier Tools addon stopped working due to recent changes to modifiers.

Now, ctrl+1 ---> Apply all modifiers don't work along with other functions and buttons in the properties - Modifiers tab.

Exact steps for others to reproduce the error

  1. Apply modifiers on any objects
  2. Turn on the Modifier Tools addon in Preferences
  3. Press ctrl +a - Apply all or click apply all modifiers in the properties - Modifiers tab.

P.S. Play around with the rest of functionality of the addon, it seems to be broken too. I think it happened with the emergence of hotkeys for modifiers for stuff like applying and deleting modifiers in properties - modifier tab.

**System Information** Operating system: Windows 10, 64 bits Graphics card: Nvidia Geforce 1080, Nvidia Geforce 1070 **Blender Version** Broken: 2.90.0-ee5c2f6ead37-windows64 Worked: 2.83 **Short description of error** Hi! It seems that core functionality of the officially supported Modifier Tools addon stopped working due to recent changes to modifiers. Now, ctrl+1 ---> Apply all modifiers don't work along with other functions and buttons in the properties - Modifiers tab. **Exact steps for others to reproduce the error** 1. Apply modifiers on any objects 2. Turn on the Modifier Tools addon in Preferences 3. Press ctrl +a - Apply all or click apply all modifiers in the properties - Modifiers tab. P.S. Play around with the rest of functionality of the addon, it seems to be broken too. I think it happened with the emergence of hotkeys for modifiers for stuff like applying and deleting modifiers in properties - modifier tab.

Added subscriber: @MeshVoid

Added subscriber: @MeshVoid

blender/blender#78931 was marked as duplicate of this issue

blender/blender#78931 was marked as duplicate of this issue
Member

Added subscriber: @HooglyBoogly

Added subscriber: @HooglyBoogly
Member

Changed status from 'Needs Triage' to: 'Confirmed'

Changed status from 'Needs Triage' to: 'Confirmed'
Member

Thanks for the report. It was about the time of the modifier shortcuts that this broke, but it was this commit changing the "Apply Modifier" operator that broke this: blender/blender@01c8aa12a1

It may have broken some other addons too with the change to "apply as". But the error is a bit strange, the poll returns true for the "Apply Modifier" operator, but it looks like it never actually runs.

Thanks for the report. It was about the time of the modifier shortcuts that this broke, but it was this commit changing the "Apply Modifier" operator that broke this: blender/blender@01c8aa12a1 It may have broken some other addons too with the change to "apply as". But the error is a bit strange, the poll returns true for the "Apply Modifier" operator, but it looks like it never actually runs.
Member

Added subscriber: @angavrilov

Added subscriber: @angavrilov
Member

Turns out this is causing crashes in python scripts that used "apply_as".

@angavrilov Any ideas about this? If you don't plan on looking into it let me know.

Turns out this is causing crashes in python scripts that used "apply_as". @angavrilov Any ideas about this? If you don't plan on looking into it let me know.
Member

Added subscribers: @Joe_W, @Mubinafa

Added subscribers: @Joe_W, @Mubinafa

This issue was referenced by 38dfced7bb

This issue was referenced by 38dfced7bba68b38b17322c0ea2acf18f27c1804

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
Alexander Gavrilov self-assigned this 2020-07-15 10:37:59 +02:00
Member

@angavrilov Thanks for the fix. I realized I forgot that parameter was removed. I will update the python API release notes with that change.

@angavrilov Thanks for the fix. I realized I forgot that parameter was removed. I will update the python API release notes with that change.
Sign in to join this conversation.
No Milestone
No project
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#78864
No description provided.