Giants i3d Exporter needs updating #105430

Closed
opened 2024-08-06 12:27:50 +02:00 by Moritz-Hase · 4 comments

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)]

**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)]
Moritz-Hase added the
Status
Needs Triage
Priority
Normal
Type
Report
labels 2024-08-06 12:27:51 +02:00
Member

Hi! Could you describe the problem?

Hi! Could you describe the problem?
Author

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'?

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'?
Member

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 bit

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 bit
YimingWu changed title from What do i do? to Giants i3d Exporter needs updating 2024-08-07 12:29:25 +02:00
YimingWu added
Status
Confirmed
and removed
Status
Needs Triage
labels 2024-08-07 12:31:00 +02:00
Member

@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 the 3ds one you referred in the report.

So I'm afraid we need to close this now.

@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 the `3ds` one you referred in the report. So I'm afraid we need to close this now.
Blender Bot added
Status
Archived
and removed
Status
Confirmed
labels 2024-08-07 13:11:50 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#105430
No description provided.