Edit Operator Source: recursion error when used #104725
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#104725
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Operating system: Windows-10-10.0.22621-SP0 64 Bits
Graphics card: NVIDIA GeForce RTX 4090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 531.79
Blender Version
Broken: version: 3.6.0, branch: blender-v3.6-release, commit date: 2023-06-27 08:08, hash:
c7fc78b81ecb
Worked: n/a
Addon Information
Name: Edit Operator Source (1, 2, 3)
Author: scorpion81
Short description of error
When selecting an operator, it returns an error.
Also seems to freeze Blender to death if system console enabled.
Exact steps for others to reproduce the error
Here's the error with the first operator of the list (action.clean):
To my little understanding the error comes from the walk_module that should just scan through all modules and submodules but somehow just keeps looping.
I uncommented line 54
print(name, m.__name__)
, and I saw it was looping on submodules from animaide. Disabling it and reloading Blender seemed to "fix" the issue.Edit Operator Source error on v3.6.0to Edit Operator Source - recursion error on v3.6.0Edit Operator Source - recursion error on v3.6.0to Edit Operator Source - recursion error when used with animaide enabledOpened a ticket on animaide's repo too, in case it's the actual culprit: https://github.com/aresdevo/animaide/issues/95
Thanks for the report. Can confirm with mentioned addon
@scorpion81 , can you check?
Edit Operator Source - recursion error when used with animaide enabledto Edit Operator Source: recursion error when used