Giants i3d Exporter needs updating #105430
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#105430
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.22631-SP0 64 Bits
Graphics card: AMD Radeon RX 6600 ATI Technologies Inc. 4.6.0 Core Profile Context 24.7.1.240711
Blender Version
Broken: version: 4.0.2, branch: blender-v4.0-release, commit date: 2023-12-05 07:41, hash:
9be62e85b727
Worked: (newest version of Blender that worked as expected)
Addon Information
Name: Autodesk 3DS format (2, 4, 8)
Author: Bob Holcomb, Campbell Barton, Sebastian Schrand
Short description of error
The error message comes when I have installed the Giants i3d Exporter.
I need the exporter to export the objects in i3d so that I can then use them in Farming Simulator 22.
Python: Traceback (most recent call last):
File "C:\Users\Moritz\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\io_export_i3d\util\selectionUtil.py", line 339, in getSelectedObjects
if len(context.selected_ids) == 0:
^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Context' object has no attribute 'selected_ids'. Did you mean: 'selected_bones'?
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)]
Hi! Could you describe the problem?
The error message comes when I have installed the Giants i3d Exporter.
I need the exporter to export the objects in i3d so that I can then use them in Farming Simulator 22.
Python: Traceback (most recent call last):
File "C:\Users\Moritz\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\io_export_i3d\util\selectionUtil.py", line 339, in getSelectedObjects
if len(context.selected_ids) == 0:
^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Context' object has no attribute 'selected_ids'. Did you mean: 'selected_bones'?
Updated description for details.
Looks like this plugin may need some update to the new APIs.
I do believe changing that to
context.selected_objects
can fix it. Will take care of this in a bitWhat do i do?to Giants i3d Exporter needs updating@Moritz-Hase I'm not quite sure I understood. The problem seems to be the
i3d
exporter which is not maintained by us. You should go tell the author of the plugin. Apparently it's not the3ds
one you referred in the report.So I'm afraid we need to close this now.