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
When importing obj models, the vertex order is not the same as the file being imported. This causes issues when writing vertex welding. Most notably it's an issue when editing existing models and reimporting them.
The only solution would be to re-export the obj once it's imported into SAMDL and work from that export to create your indices for the vertex welding. That's not really an optimal solution to this issue as it creates a lot more work.
This is likely a universal issue across the entire toolset since the import/export functions are shared (I think) between the tools. It doesn't really affect level models, but it's definitely the cause of some issues with SAMDL due to characters having welding.
Quick Note: I do know this issue may not be relevant as this whole import/export system is planned to be rewritten. I just hope that when it is, this issue does not persist when that rewrite happens.
The text was updated successfully, but these errors were encountered:
The mesh thing may be hard to fix since the data being supplied would already be different for the mesh itself. At least if I'm following correctly.
Thankfully the Blender Addon doesn't have these issues, but that's not entirely a solution for users who don't want to use Blender or use an older version where the addon doesn't work.
When importing obj models, the vertex order is not the same as the file being imported. This causes issues when writing vertex welding. Most notably it's an issue when editing existing models and reimporting them.
The only solution would be to re-export the obj once it's imported into SAMDL and work from that export to create your indices for the vertex welding. That's not really an optimal solution to this issue as it creates a lot more work.
This is likely a universal issue across the entire toolset since the import/export functions are shared (I think) between the tools. It doesn't really affect level models, but it's definitely the cause of some issues with SAMDL due to characters having welding.
Quick Note: I do know this issue may not be relevant as this whole import/export system is planned to be rewritten. I just hope that when it is, this issue does not persist when that rewrite happens.
The text was updated successfully, but these errors were encountered: