You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error occured while importing 013_fldManshipD_00.nj
Traceback (most recent call last):
File "C:\Users\iea\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\SonicAdventureBlenderIO\source\register\operators\base.py", line 26, in execute
return self._execute(context)
^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\iea\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\SonicAdventureBlenderIO\source\register\operators\import_operators.py", line 110, in _execute
raise error
File "C:\Users\iea\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\SonicAdventureBlenderIO\source\register\operators\import_operators.py", line 106, in _execute
import_data = SAIO_NET.MODEL.Import(
^^^^^^^^^^^^^^^^^^^^^^
System.FormatException: Poly chunk type is invalid: 205
The data is able to be opened in SAMDL, so it does not appear to be an unknown poly type from the documentation. It's unclear if the error is a result of actually being an invalid poly type or if there may be a read error occurring when attempting to parse the Poly chunks in the file.
The text was updated successfully, but these errors were encountered:
## Additions
- Model and level can now be imported via drag & drop
- Model and level exporters added to collection exporters
- Setup batch to work around issues with current VSCode blender extension
## Changes
- Removed `Write Specular` option, as it leaving specular colors out was seemingly never needed in the first place (#24)
- `Automatic Node Attributes` changed to `Automatic Node Attribute mode`; Now a dropdown, defaults to "Missing", which fills in missing node attributes, instead of overriding them.
- Linking entire template scene now, instead of scene elements (#17)
- Auto updater dropped in favor of updating via repository
- PythonNET no longer gets installed via PIP, but shipped as a wheel
- improved addon reloading
- Updated setup batch
- Organized importer and exporter settings into panels
## Fixed issues
- #23
- This is a bug on blenders end, and has only been worked around so far. As a consequence, normals may be messed up on exporting. This will be fixed once blender 4.2.1 releases
- Auto node attribute evaluation now comparing vectors with 0.0001 wiggleroom (#14)
- Optimizing polygons was able to result in strip-join sections getting lost (#21 & #22)
- Reading `MaterialBumpChunk` was broken (#18)
- #16
- #20
- LandEntrys from very old addon not migrating properly
- Models with too many polygons (not limited) but fitting vertex count (limited) crashed the exporter
- Color-only models with shape animations would break on export
The Ninja file found here produces the following error when imported:
The data is able to be opened in SAMDL, so it does not appear to be an unknown poly type from the documentation. It's unclear if the error is a result of actually being an invalid poly type or if there may be a read error occurring when attempting to parse the Poly chunks in the file.
The text was updated successfully, but these errors were encountered: