Exppython:
- Window: implemented .SetCursorPos, .GetViewMatrix, .GetViewVector
- Lamp: .setDist was not in the methods table:
Fix by new bpython developer Stephen Swaney
- Scene: .frameSettings was crashing Blender (pointed by jms)
- Added site dirs to sys.path (patch by Stephen Swaney)
- NMesh: small internal change (added pointer to parent object)
- Object: function NMesh_FromPyObject has a new arg: pointer to obj
- Docs: added docs for implemented functions, plus some more info
This commit is contained in:
@@ -85,8 +85,8 @@ PyObject * Types_Init (void);
|
||||
|
||||
/* NMesh Data */
|
||||
PyObject * NMesh_Init (void);
|
||||
PyObject * NMesh_CreatePyObject (Mesh *me);
|
||||
Mesh * NMesh_FromPyObject (PyObject *pyobj);
|
||||
PyObject * NMesh_CreatePyObject (Mesh *me, Object *ob);
|
||||
Mesh * NMesh_FromPyObject (PyObject *pyobj, Object *ob);
|
||||
int NMesh_CheckPyObject (PyObject *pyobj);
|
||||
|
||||
/* Material */
|
||||
|
||||
Reference in New Issue
Block a user