soc-2008-mxcurioni: first part of the Freestyle Python implementation. A new Freestyle module is added. The following modules are implemented: BinaryPredicate0D, BinaryPredicate1D, Id, Interface0D, Interface1D. I added a Convert module to help in the creation of Python objects for Freestyle's data structures. I also added a missing file for guarded_alloc needed for compilation on Windows.
This commit is contained in:
@@ -97,6 +97,7 @@ struct ID; /*keep me up here */
|
||||
#include "World.h"
|
||||
#include "Types.h"
|
||||
#include "Particle.h"
|
||||
#include "Freestyle.h"
|
||||
|
||||
/**********************************************************/
|
||||
/* Python API function prototypes for the Blender module. */
|
||||
@@ -1095,4 +1096,5 @@ void M_Blender_Init(void)
|
||||
PyDict_SetItemString(dict, "Window", Window_Init());
|
||||
PyDict_SetItemString(dict, "World", World_Init());
|
||||
|
||||
PyDict_SetItemString(dict, "Freestyle", Freestyle_Init());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user