-
Notifications
You must be signed in to change notification settings - Fork 58
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
can't install on blender 2.70a #25
Comments
Could you make a pull request please ? |
Sorry, i'm completely new on github, what is a pull request ? |
you can information here https://help.github.com/articles/using-pull-requests |
The line can be changed to: For whatever reason the bpy.app.build_revision is no longer present in the Python API but I can't find when it disappeared as looking through the ChangeLog on www.blender.org show nothing. |
If you have an update, could you provide a new pull request ? |
I've made a change yesterday but I may have not understood how it works ... |
Some change in the API, I think,
this line seems to be incorrect with the latest one
if bpy.app.build_revision >= b'50938' else "FILENAME"
The text was updated successfully, but these errors were encountered: