Aeva / m.grl

Midnight Graphics & Recreation Library
http://mgrl.midnightsisters.org
GNU Lesser General Public License v3.0
44 stars 3 forks source link

Update Blender addon to Blender 2.80. #265

Closed wijnen closed 5 years ago

wijnen commented 5 years ago

With Blender 2.80 a lot of the API has changed. The addon is updated to reflect those changes.

The only thing I'm not entirely sure about is that I use bpy.context to get the depsgraph. If there's another way to get it, it's probably better, because the context is related to what is on screen at the moment and that shouldn't influence the exported result.