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

Tim Meehan tmeehan95 at earthlink.net
Sun Feb 29 07:31:40 CET 2004


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




More information about the Bf-python mailing list