Having this simple script named foo.py:
| Code: |
import bpy
bpy.ops.scene.new() |
run under command line:
got this error in system console:
| Quote: |
Error: Not freed memory blocks: 1
wmOperatorReportList len: 28 05DED7A0 |
whether I use "-b" option.
Is it a bug or something intended? Shall I simply ignore it?
I am using blender 2.63.0[/code]