Blender Python API
- Removed the gen_utils.c dependency from Mathutils (since gen_utils wont go into 2.5 but mathutils will), repalced with python functions. - removed Blender.Mathutils.Point, since it was not documented, the C api never used it, none of our scripts used it (and I never saw a script that used it).
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
*/
|
||||
|
||||
#include "Key.h" /*This must come first*/
|
||||
#include "vector.h"
|
||||
#include "Mathutils.h"
|
||||
|
||||
#include "DNA_scene_types.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user