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/python/intern
Campbell Barton 2c8d7921bc bugfix [#23065] Pickle can not dump instances of user defined classes
- __import__("__main__").__dict__ will now always match the current scripts namespace. (which is what pickle expects).
- __builtins__ as a module rather then a dict from PyEval_GetBuiltins() acts slightly differently, use the module to follow python.
2010-07-28 16:26:42 +00:00
..
2010-07-15 21:39:47 +00:00
2010-02-12 13:34:04 +00:00
2010-02-12 13:34:04 +00:00
2010-03-14 16:06:43 +00:00
2010-02-12 13:34:04 +00:00
2010-06-05 15:31:55 +00:00
2010-03-21 01:14:04 +00:00
2010-03-21 01:14:04 +00:00
2010-03-21 01:14:04 +00:00
2009-08-10 15:39:11 +00:00
2010-03-21 01:14:04 +00:00