We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On one particular alo file, when trying to import it, this error shows
I don't now if this is something wanted, as a quick fix we bypassed with a raw:
if texture_function_name != "SpecularTexture": exec('material.' + texture_function_name + '= texture_name')
Blender-ALAMO-Plugin/io_alamo_tools/import_alo.py
Line 559 in 04932aa
The text was updated successfully, but these errors were encountered:
Can you send me the file in question for testing?
Sorry, something went wrong.
Merge pull request Gaukler#1 from inertials-revenge/Better_Materials
e6546bf
Better materials first pass
No branches or pull requests
On one particular alo file, when trying to import it, this error shows

I don't now if this is something wanted, as a quick fix we bypassed with a raw:
Blender-ALAMO-Plugin/io_alamo_tools/import_alo.py
Line 559 in 04932aa
The text was updated successfully, but these errors were encountered: