Bug#771132: morse-simulator is not usable with the current version of blender
Pablo Oliveira
pablo at sifflez.org
Mon Dec 1 21:56:27 UTC 2014
Hi Séverin,
Séverin Lemaignan <severin.lemaignan at 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
More information about the debian-science-maintainers
mailing list