[Bf-python] differences between 2.32 Python API and Blender.Curve methods

Joseph Gilbert models at paposo.com
Sun Feb 29 12:39:59 CET 2004


The python source is in /blender/source/blender/python/api2_2x. You can
browse the source in the cvs through the blender.org website.

-----Original Message-----
From: bf-python-admin at blender.org [mailto:bf-python-admin at blender.org]On
Behalf Of Tim Meehan
Sent: Sunday, February 29, 2004 1:32 AM
To: bf-python at blender.org
Subject: [Bf-python] differences between 2.32 Python API and
Blender.Curve methods


I tried to write some simple scripts to manipulate a NURB curve and
noticed that there were three more functions available than were
documented in the 2.32 API docs (I am using Blender 2.32):

Not listed in API docs:
isNurb(), getNumCurves(), getNumPoints()

Incorrectly named in API docs:
getMode(), setMode()
were really supposed to be:
getFlag(), setFlag()

I'd like to learn more, I have the 2.32 source code and want to know
where in the source tree to start reading... :)

Tim

_______________________________________________
Bf-python mailing list
Bf-python at blender.org
http://www.blender.org/mailman/listinfo/bf-python





More information about the Bf-python mailing list