Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CurNurb.h « api2_2x « python « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2cc3e1e57860e66fda1a00a461efa704a4e5423f (plain)
1
2
3
4
5
6
7
8
9
10
11

#ifndef EXPP_NURB_H
#define EXPP_NURB_H


PyObject* CurNurb_getPoint( BPy_CurNurb* self, int index );
PyObject* CurNurb_pointAtIndex( Nurb* nurb, int index );

PyObject* CurNurb_appendPointToNurb( Nurb* nurb, PyObject* args );

#endif /* EXPP_NURB_H */