[Bf-education] Single vertex

fiziksphreak fiziksphreak at gmail.com
Sun Nov 22 19:03:48 CET 2009


As someone else that responded stated your script works fine 2.49. My guess
is that you are using 2.50, in which case 2.5 had a complete overhaul of the
Python api. Old scripts will not function in 2.50. I have working to get
acquainted with the new api and thus far it does not appear that there is an
easy way to do what you are looking for.

-James

Computers are incredibly fast, accurate, and stupid; humans are incredibly
slow, inaccurate, and brilliant; together they are powerful beyond
imagination.
— Albert Einstein


On Sun, Nov 22, 2009 at 1: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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.blender.org/pipermail/bf-education/attachments/20091122/7cdfca0e/attachment.html>


More information about the Bf-education mailing list