This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender
Willian Padovani Germano c31de00284 Script menus:
-- trying a different approach to see if the crash on Windows goes away.

Running a script with PyRun_File -- a Python/C API function -- was probably
the cause for crashes on Windows, because it uses a pointer to a FILE
struct and on windows this struct can be "different and incompatible"
depending on which libc was used to build the program.  This is mentioned in
the Python/C API Ref Manual, chapter 2.

Now we're loading the file contents to a string buffer and using PyRun_String.
2004-01-18 15:08:02 +00:00
..
2004-01-05 00:06:11 +00:00
2004-01-05 00:06:11 +00:00
2003-05-30 15:06:54 +00:00
2004-01-05 00:06:11 +00:00
2004-01-05 21:30:26 +00:00
2004-01-05 00:06:11 +00:00
2004-01-16 23:40:14 +00:00
2004-01-05 00:06:11 +00:00
2004-01-18 15:08:02 +00:00
2004-01-05 00:06:11 +00:00
2004-01-05 00:06:11 +00:00
2004-01-05 00:06:11 +00:00
2004-01-05 00:06:11 +00:00
2004-01-05 00:06:11 +00:00