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

Import ALO: SpecularTexture not recognized #1

Open
yyhrs opened this issue Oct 25, 2020 · 1 comment
Open

Import ALO: SpecularTexture not recognized #1

yyhrs opened this issue Oct 25, 2020 · 1 comment

Comments

@yyhrs
Copy link

yyhrs commented Oct 25, 2020

On one particular alo file, when trying to import it, this error shows
image

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')

exec('material.' + texture_function_name + '= texture_name')

@Gaukler
Copy link
Owner

Gaukler commented Nov 6, 2020

Can you send me the file in question for testing?

M4thi4sL pushed a commit to M4thi4sL/Blender-ALAMO-Plugin that referenced this issue Jun 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants