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 _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
