[Bf-education] Single vertex

Prof.Dr.Gerhard Kauer loi-kg at arcor.de
Sun Nov 22 10:29:10 CET 2009


Hi there,

some time ago, I tried to post a message to the blender forum, but I do 
not get ANY answer. I have the feeling, that I did something wrong with 
posting that question. Could you give me a hint, how to "place" such a 
question like this:

##############################################
Dear people at Blender Community,

my good old script for adding a single vertice does not work with the 
new blender/Python anymore. I got it some years ago from someone here in 
the blender community.It was sooo useful, but now ....
Just to get tears....

#!BPY
"""
Name: 'Single Vert'
Blender: 243
Group: 'AddMesh'
"""
import BPyAddMesh
import Blender

def main():
  BPyAddMesh.add_mesh_simple('Single Vert Mesh', [[0,0,0]], [], [])

main()


Does one know why?
The IDLE tells he does not know "BPyAddMesh" ( me either ;-)     )


Best regards and
happy blendering

Gerhard Kauer

##############################################

Thank you for yor help.

Prof. Dr. Gerhard Kauer
University of Applied Sciences, Emden, Germany



More information about the Bf-education mailing list