Go to file
Campbell Barton 5559a0d52e rewrote python IDProperty metaclass in C, this was a quick hack to get it working.
The reason this didnt work is all sibclasses of pythons type() or PyType_Type in C, have to have their size set to sizeof(PyHeapTypeObject) rather then sizeof(PyTypeObject) as you might expect.
This is strange since its not a heap-class (defined in pythons runtime), but a static C type, so Im not sure about this, and cant find any documentation but it seems to work ok.
2010-09-10 14:54:50 +00:00
build_files ran through pep8 checker 2010-09-07 15:17:42 +00:00
doc ran through pep8 checker 2010-09-07 15:17:42 +00:00
extern - added back zlib include (needed for win32). 2010-09-07 01:13:10 +00:00
intern Commit patch [#23685] Cleanup/crashfix for AA using win32 ghost. 2010-09-08 08:25:38 +00:00
po move directories: 2010-07-26 11:47:33 +00:00
projectfiles Windows Icons: 2010-09-05 07:08:21 +00:00
projectfiles_vc7 Windows Icons: 2010-09-05 07:08:21 +00:00
projectfiles_vc9 Windows Icons: 2010-09-05 07:08:21 +00:00
release rewrote python IDProperty metaclass in C, this was a quick hack to get it working. 2010-09-10 14:54:50 +00:00
source rewrote python IDProperty metaclass in C, this was a quick hack to get it working. 2010-09-10 14:54:50 +00:00
CMakeLists.txt - added back zlib include (needed for win32). 2010-09-07 01:13:10 +00:00
COPYING Updating/removing really really ancient stuff. 2010-03-09 11:42:04 +00:00
Makefile move directories: 2010-07-26 11:47:33 +00:00
SConstruct Finally change SConscript tabs to spaces. 2010-08-29 20:52:05 +00:00