in 4.0 alpha, i cannot add bolts anymore... #104762
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#104762
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-13.4.1-arm64-arm-64bit 64 Bits
Graphics card: Metal API Apple M1 Max 1.2
Blender Version
Broken: version: 4.0.0 Alpha, branch: main, commit date: 2023-07-13 22:52, hash:
474b492b3893
Worked: (newest version of Blender that worked as expected)
Addon Information
Name: BoltFactory (0, 4, 0)
Author: Aaron Keith
Short description of error
[Please fill out a short description of the error here]
Exact steps for others to reproduce the error
[Please describe the exact steps needed to reproduce the issue]
[Based on the default startup or an attached .blend file (as simple as possible)]
Can confirm, will check...
This was caused by blender/blender@a280e8a68c, so it might actually a problem in blender itself (not the Addon).
The above commit enabled a check that was #ifdefed before (was marked "not strictly necessary" in blender/blender@30dcada24d)
So this might expose an error in the Addon code itself ("wrong data provided to
polygons.foreach_set
), but this seems to have never been a real problem afaict.Will summon reviewers of blender/blender#109179 here (as well as the Addon author) to discuss...
CC @meermanr
CC @Baardaap
CC @brecht
CC @HooglyBoogly
Note: re-commenting the check makes both this report and blender/blender#107416 work :
thank you for that fast info!!
I'll see if I understand what's happening exactly. The 'not strictly necessary' is maybe not true anymore.
Since we have another report (blender/blender#111117) and this report is in the wrong repository. I'm closing it in favor of the other one.