- More renaming all around to follow our conventions
- Implemented partially Blender.Sys - Worked on issues related to sys, path - Took away most "debug" printfs
This commit is contained in:
@@ -178,6 +178,6 @@ PyTypeObject Text_Type =
|
||||
0, /* tp_members */
|
||||
};
|
||||
|
||||
static int Text_IsLinked(Text *text);
|
||||
static int Text_IsLinked(BPy_Text *self);
|
||||
|
||||
#endif /* EXPP_TEXT_H */
|
||||
|
||||
Reference in New Issue
Block a user