taniwha / io_object_mu

Python .mu reader/writer and blender import/export addon
GNU General Public License v2.0
120 stars 51 forks source link

Material color property update #50

Closed Parzival-3141 closed 2 years ago

Parzival-3141 commented 3 years ago

Got errors when trying to import .mu files with Blender 2.93. The old code was trying to access _PropertyDeferred as an array, but it has changed to a 'keyword' dictionary. Found a workaround, though it may not be backwards compatible.

taniwha commented 2 years ago

Thank you, but I fixed this slightly differently (same idea, just more robustly for older versions).