Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SA2 Event Exporting: Reflection Plane Error #31

Open
Marswastakenwastaken opened this issue Sep 5, 2024 · 0 comments
Open

SA2 Event Exporting: Reflection Plane Error #31

Marswastakenwastaken opened this issue Sep 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Marswastakenwastaken
Copy link

Issue

When attempting to export an event that makes use of reflection planes (say, E0119 for my case), a TypeError is thrown.

The Error

Python: Traceback (most recent call last):
  File "C:\Users\Mars1\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\saio\sonic_adventure_io\source\register\operators\base.py", line 27, in execute
    return self._execute(context)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Mars1\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\saio\sonic_adventure_io\source\register\operators\base_export_operators.py", line 27, in _execute
    return self.export(context)
           ^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Mars1\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\saio\sonic_adventure_io\source\register\operators\export_operators.py", line 512, in export
    exporter.process()
  File "C:\Users\Mars1\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\saio\sonic_adventure_io\source\exporting\o_event.py", line 668, in process
    self._setup_eventdata()
  File "C:\Users\Mars1\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\saio\sonic_adventure_io\source\exporting\o_event.py", line 649, in _setup_eventdata
    self._setup_reflection_models()
  File "C:\Users\Mars1\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\saio\sonic_adventure_io\source\exporting\o_event.py", line 511, in _setup_reflection_models
    reflection = SA3D_SA2Event.REFLECTION()
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: No method matches given arguments for Reflection..ctor: ()
@Justin113D Justin113D added the bug Something isn't working label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants