Blender Git Loki
Git Commits -> Revision 81d7cd9
Revision 81d7cd9 by Ken Hughes (master) August 28, 2006, 04:44 (GMT) |
===Python API=== New API for accessing surface data (SurbNurb type). Right now it's hooked in through the Curve API, since Curve.Get() doesn't differentiate between curves and surfaces. If the curve object is 2D (pntsv > 1), the SurfNurb object is created. It is similar to the CurNurb type but not identical. There are only attributes and no methods yet, and the only methods which will be added are the non-getStuff/setStuff kind. Read the documentation to see how it works (sorry, no examples yet). This is a work in progress. Don't be surprised if the API changes some more. |
Commit Details:
Full Hash: 81d7cd967da72b7cc765ec3bfc3f3097237c8c70
SVN Revision: 8394
Parent Commit: b880bff
Lines Changed: +1009, -10
2 Added Paths:
/source/blender/python/api2_2x/SurfNurb.c (+859, -0) (View)
/source/blender/python/api2_2x/SurfNurb.h (+69, -0) (View)
/source/blender/python/api2_2x/SurfNurb.h (+69, -0) (View)