[Bf-education] Single vertex

Dolf Veenvliet dolf at macouno.com
Sun Nov 22 11:09:48 CET 2009


Works fine in 2.49 here... what version of blender are you using?

Dolf


On Sun, Nov 22, 2009 at 10:29 AM, Prof.Dr.Gerhard Kauer <loi-kg at arcor.de> wrote:
> 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
> _______________________________________________
> Bf-education mailing list
> Bf-education at blender.org
> http://lists.blender.org/mailman/listinfo/bf-education
>



More information about the Bf-education mailing list