Hi Séverin, Séverin Lemaignan <severin.lemaig...@epfl.ch> wrote: > For sanity check, can you post the output of `morse --version`?
Sure: morse 1.2.1 > Thanks for your report. MORSE 1.2.1 is indeed expected to support Blender > 2.72. From my tests, MORSE 1.2.1 does not work out of the box with Blender 2.72. I relaxed the version check at morse:48 and ran into another problem. Apparently, Blender 2.72 has substituded the link_append method by two separate link and append methods (http://blender.stackexchange.com/questions/17876/import-object-without-bpy-ops-wm-link-append). To make morse work on my system I had to patch line 63 of /usr/lib/python3/dist-packages/morse/builder/bpymorse.py with "link_append = bpy.ops.wm.link" Thanks, Pablo Oliveira -- debian-science-maintainers mailing list debian-science-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers