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

Blender29 #176

Closed
wants to merge 7 commits into from
Closed

Blender29 #176

wants to merge 7 commits into from

Conversation

kreezii
Copy link

@kreezii kreezii commented Oct 18, 2020

  • Get Datafiles path instead of binary blender path to avoid permissions problems, at least in some linux distros. bpy.utils.user_resource("DATAFILES") instead of os.path.dirname(bpy.app.binary_path)

  • Fix some DragonBones export issues, bpy.ops.ed.undo() crashes blender after export, added bpy.ops.ed.undo_push to solve it.

  • Update apply modifier for Blender 2.9 bpy.ops.object.modifier_apply() # for Blender 2.9X

@kreezii kreezii mentioned this pull request Oct 18, 2020
@kreezii kreezii changed the base branch from master to blender28 October 24, 2020 19:38
@davord45
Copy link

Does this work with Blender 2.91?

@k4y4k
Copy link

k4y4k commented Nov 25, 2020

Howdy 👋

Installing this on Blender 2.90 seemed to work OK - haven't gotten around to DB export yet.

But: 2.91 does an odd insta-quit of any COA operation, spitting out a warning that says Tool 'coa_tools.draw_polygon' not found for space 'VIEW_3D'.

@k4y4k
Copy link

k4y4k commented Dec 1, 2020

Now it's all good! Thank you! 😄 ✨

@ndee85
Copy link
Owner

ndee85 commented Dec 11, 2020

I have fixed this slightly different. Checking previous version to make the addon compatible with older 2.9 versions.
Though thanks for the pull request!

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.

4 participants