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

Blender export for version 2.63 #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zilluss
Copy link

@zilluss zilluss commented Oct 5, 2012

It seems that the API for Blender 2.63 has changed, and the export isn't working anymore. This commit fixes it. Please check if the change is correct, since this was my first time I worked with the Blender API.

@zilluss
Copy link
Author

zilluss commented Oct 5, 2012

Forgot to mention: The change actually only affects the line 142 and changes
uv_layer = mesh.uv_textures.active
to
uv_layer = mesh.tessface_uv_textures.active

@endavid
Copy link
Contributor

endavid commented Nov 11, 2012

I tried this fix in 2.64 but it didn't work... I've posted a different version of the polygon export for v2.64 in this pull-request: #10

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

Successfully merging this pull request may close these issues.

None yet

2 participants