BPython API
* Added data.lib attributes to almost all data types, (except for Text3d and NLA) This is None or the path of the library as a string. * Main was giving a warning, Include Curve.h rather then CurNurb.h * Added Library.LinkedLibs(), returns a list of externaly linked libs.
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
#include "DNA_scene_types.h"
|
||||
#include "DNA_object_types.h" /* MainSeq_new */
|
||||
#include "DNA_texture_types.h"
|
||||
#include "DNA_curve_types.h"
|
||||
#include "DNA_ipo_types.h"
|
||||
#include "DNA_group_types.h"
|
||||
#include "DNA_world_types.h"
|
||||
@@ -74,7 +75,8 @@
|
||||
#include "Camera.h"
|
||||
#include "Armature.h"
|
||||
#include "Lamp.h"
|
||||
#include "CurNurb.h"
|
||||
/*#include " CurNurb.h" do we need this ? */
|
||||
#include "Curve.h"
|
||||
#include "NMesh.h"
|
||||
#include "Mesh.h"
|
||||
#include "Lattice.h"
|
||||
|
||||
Reference in New Issue
Block a user