[Bf-committers] Has bug #20371 been fixed? ([#20371] Operators fail in background mode: SystemError when executing mesh commands in scripts started from the command line.)

Dietrich Bollmann diresu at web.de
Fri Feb 12 13:36:20 CET 2010


Hi,

A while ago I posted a bug report noting that Python mesh commands fail
when executed from command line scripts via blender's -P option.

The bug report (url:
https://projects.blender.org/tracker/index.php?func=detail&aid=20371&group_id=9&atid=498 ) is not there anymore - does this mean that the issue has been solved?

When trying myself...

---

cat > /tmp/monkey.py <<FIN
import bpy
bpy.ops.mesh.primitive_monkey_add()
FIN

blender -P /tmp/monkey.py

---

...the old error message is not there anymore; but I still cannot find
any monkey created...

But maybe I am doing something wrong?

Thanks, Dietrich





More information about the Bf-committers mailing list