Closed Parzival-3141 closed 2 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.
Thank you, but I fixed this slightly differently (same idea, just more robustly for older versions).
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.