Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2008-05-01 12:11:08 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2008-05-01 12:11:08 +0400
commit0b3118980fefeceac38db4786d07b39b42ebdc5d (patch)
treef2fd554d424b7c763429d8cf077dc26ef0dbe2a4 /source
parent3d2758a3bd3e96aed498f27ec169a1817e6cab91 (diff)
* add missing int rel to BPy_Library and BPy_LibraryData
Diffstat (limited to 'source')
-rw-r--r--source/blender/python/api2_2x/Library.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/Library.h b/source/blender/python/api2_2x/Library.h
index 326040edb35..b75e61d55ff 100644
--- a/source/blender/python/api2_2x/Library.h
+++ b/source/blender/python/api2_2x/Library.h
@@ -42,6 +42,7 @@
typedef struct {
PyObject_HEAD
char filename[FILE_MAXDIR + FILE_MAXFILE];
+ int rel;
} BPy_Library;
typedef struct {
@@ -50,6 +51,7 @@ typedef struct {
int type;
char filename[FILE_MAXDIR + FILE_MAXFILE];
char *name;
+ int rel;
enum {
OBJECT_IS_LINK,
OBJECT_IS_APPEND,