Amaranth add-on generates Python errors due to removal of branched path #92334
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
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#92334
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: macOS 11.6 Big Sur
Graphics card: AMD Radeon Pro 560 4 GB
Blender Version
Broken: 3.0, d7b231baa87e, master, 2021-10-18
Short description of error
On macOS – which does not support GPU rendering on AMD graphics cards currently – the render device dropdown menu and the Open Shading Language toggle disappear when selecting “GPU Compute”. Blender has to be relaunched in order to get them back.
Blender_3.0_macOS-Render_Device_Dropdown.mov
Added subscriber: @johjakob-3
The render device dropdown and Open Shading Language toggle can be brought back by undoing the render device selection.
Added subscriber: @mano-wii
Changed status from 'Needs Triage' to: 'Needs User Info'
It seems to be a very specific problem. I can't replicate it on a Mac M1.
Can you open the blender via the terminal? https://docs.blender.org/manual/en/latest/advanced/command_line/launch/macos.html
The terminal will display some error information that might be useful in this case.
Added subscriber: @ankitm
Can't redo on blender/blender@3e75f70acd, Big Sur, intel either. Try a recent build.
Also, could be some addon.
Try restarting Blender after renaming
~/Library/Application Support/Blender
to something else, and if the issue goes away, narrow down the cause by elimination.Yes, you are right. It must be an add-on. I will try to narrow it down by disabling third-party add-ons.
Added subscriber: @brecht
Getting the terminal output as requested by @mano-wii would be most useful here.
This was my Terminal output when the issue occured:
I resolved it by disabling and re-enabling the Cycles Render Engine add-on in the preferences. It looks like it was an issue with old Cycles settings maybe (
BRANCHED_PATH
)?macOS: Render device dropdown disappears when selecting “GPU Compute”to Amaranth add-on generates Python errors due to removal of branched pathChanged status from 'Needs User Info' to: 'Confirmed'
Added subscriber: @pablovazquez
Marking as high priority to ensure it gets fixed for 3.0.
Changed status from 'Confirmed' to: 'Resolved'
Fixed in
bc8c44ea7a
.