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:
		@@ -70,6 +70,7 @@
 | 
			
		||||
#include "api2_2x/Object.h"
 | 
			
		||||
#include "api2_2x/Registry.h"
 | 
			
		||||
#include "api2_2x/Pose.h"
 | 
			
		||||
#include "api2_2x/Mathutils.h"
 | 
			
		||||
#include "api2_2x/bpy.h" /* for the new "bpy" module */
 | 
			
		||||
#include "api2_2x/bpy_internal_import.h"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user