Addon: Archimesh+Archipack. No snap helper created bug #66496
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
5 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#66496
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-7-6.1.7601-SP1 64 Bits
Graphics card: GeForce GTX 660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 430.86
Blender Version
Broken: version: 2.80 (sub 74), branch: master, commit date: 2019-07-05 16:36, hash:
blender/blender@699193713f
Description and reproducing
Create window-object with Archipack.
Tweak it a little and Archipack_snap_helper will appear.
Then delete Archipack_snap_helper object.
Try to create column with Archimesh.
Error appear.
Traceback (most recent call last):
RuntimeError: Error: Object 'Archipack_snap_helper' not in View Layer 'View Layer'!
location: :-1
Added subscriber: @Vyach
Added subscriber: @antoniov
I think you are talking of Archipacl Add-on, not Archimesh.
@antoniov hmm, it is bonded problem. Here the reproduction way:
Create window with Archipack. tweak it a little and Archipack_snap_helper will appear.
Then delete Archipack_snap_helper and try to create column with Archimesh.
Voila, you got a bug!
Addon: Archimesh. No snap helper created.to Addon: Archimesh+Archipack. No snap helper created bugAdded subscriber: @StephenLeger
Looks like archipack still is in "manipulate mode" try to right click or press esc before creating the column / deleting the snap helper - or keep the snap helper as it ...
@StephenLeger
sadly no: escape from manipulating mode do not help.
Now Archipack do not work at all, sending me this:
Added subscriber: @BrendonMurphy
any resolve here?
This problem is related to last selected object not being on "View layer" when starting archimesh_colmn_maker.py
Don't know why the "o" var still point to a deleted object but as it occurs with random object it is definitely not an archipack issue.
Could also be o being on a hidden / disabled collection issue.
At some point .select_get() should return False instead of throwing such error as False is relevant in every case.
Removed subscriber: @Vyach
Added subscriber: @Vyach
Removed subscriber: @Vyach
Added subscriber: @rjg
The triaging team is currently cleaning up tickets with incorrect status and subtypes. This ticket is currently marked as Bug but not confirmed.
@StephenLeger based on your comment it seems you can reproduce the issue and partly know what is causing this. However, this doesn't seem to be actively worked on. Should this ticket be confirmed and marked as Known Issue?
This issue is related to Archimesh, lacking to check if object is visible / not deleted before trying to get the select state.
Don't know if this error still occur.