* Bugs item #169 fixed:
Now Blender.NMesh.PutRaw() doesn't destroy vertex color info anymore. Both exppython's NMesh.c and bpython's opy_nmesh.c were updated. * Minor changes in other files.
This commit is contained in:
@@ -144,6 +144,8 @@ PyObject *M_Metaball_Init (void)
|
||||
{
|
||||
PyObject *submodule;
|
||||
|
||||
Metaball_Type.ob_type = &PyType_Type;
|
||||
|
||||
printf ("In M_Metaball_Init()\n");
|
||||
submodule = Py_InitModule3("Blender.Metaball",
|
||||
M_Metaball_methods, M_Metaball_doc);
|
||||
|
Reference in New Issue
Block a user