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
{{ message }}
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
I've been using your Plugin to import .obj files and it works great! However, like others have posted, it does not seem to work with importing .step files. My understanding is the problem is with the Assimp .dll library. Assimp just released 5.0.0 in March, and I'm attempting to replace 4.1.0 within your plugin with the new library, perhaps .step files will work with this new version?
I am copying over the Include/ folder into the Thirdparty/assimp of the plugin. It will build, but get an error message when the editor starts to load. The error message relates to something being wrong with the module. I also noticed that the .cpp and .h files have been preceded with "._" and not really sure what is the purpose of this.
Any help would be greatly appreciated!
Thank you
The text was updated successfully, but these errors were encountered:
Hello,
I've been using your Plugin to import .obj files and it works great! However, like others have posted, it does not seem to work with importing .step files. My understanding is the problem is with the Assimp .dll library. Assimp just released 5.0.0 in March, and I'm attempting to replace 4.1.0 within your plugin with the new library, perhaps .step files will work with this new version?
I am copying over the Include/ folder into the Thirdparty/assimp of the plugin. It will build, but get an error message when the editor starts to load. The error message relates to something being wrong with the module. I also noticed that the .cpp and .h files have been preceded with "._" and not really sure what is the purpose of this.
Any help would be greatly appreciated!
Thank you
The text was updated successfully, but these errors were encountered: