* Small changes in many files:
- Trying to fix linking problems in OSX; - Making module .Get functions behave like the ones in Blender 2.25 - 2.27 (Guignot pointed the incompatibility); - Included more types to Blender.Types; - Found by luck and corrected two bugs that were making Blender crash; - Added/updated some simple functions.
This commit is contained in:
@@ -451,7 +451,7 @@ PyObject * RunPython(Text *text, PyObject *globaldict)
|
||||
/*#ifdef BLENDER_SANDBOX_MODE
|
||||
|
||||
// IGNORE THIS ALL FOR A WHILE, IT'S VERY INCOMPLETE AND WILL CHANGE
|
||||
// CONSIDERABLY IN THE NEXT COMMIT. THE ifdef won't stay, either.
|
||||
// CONSIDERABLY, SOON. The #ifdef won't stay, either.
|
||||
|
||||
// The import statement is a security risk, so we don't allow it in
|
||||
// SANDBOX MODE. Instead, we import all needed modules ourselves and
|
||||
|
Reference in New Issue
Block a user