Atomic Blender: IndexError while importing file #101963
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
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#101963
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.19044-SP0 64 Bits
Graphics card: NVIDIA GeForce RTX 2070 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.15
Blender Version
Broken: version: 3.3.1, branch: master, commit date: 2022-10-04 18:35, hash:
blender/blender@b292cfe5a9
Worked: (newest version of Blender that worked as expected)
Addon Information
Name: Atomic Blender PDB/XYZ (1, 8)
Author: Clemens Barth
Short description of error
when I load an .xyz pointcloud exported from realitycapture it throws a traceback error in line 152 and 462. No matter what settings I use, those two lines.
Exact steps for others to reproduce the error
calaverSparse.xyz
Added subscriber: @jdenn
Added subscriber: @PratikPB2123
Changed status from 'Needs Triage' to: 'Needs User Info'
Thanks for the report. Please share the file you're importing
Here's a file that doesn't work.calaverSparse.xyz
the plugin but doesn't seem to workto Atomic Blender: IndexError while importing fileChanged status from 'Needs User Info' to: 'Confirmed'
Added subscriber: @Blendphys
cc @Blendphys
Dear JD Dennison (jdenn).
Your XYZ file is not correct: in the first line, you have to write the number of atoms. In your case, you have 50034 atoms! So, you have to writte at the beginning of the into the XYZ file:
Comments
Conclusion: so no bug in the code! ;-)