Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-09-10 18:54:50 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-09-10 18:54:50 +0400
commit5559a0d52e68dc4e09705f2950041ddcc743ea22 (patch)
tree79161e07889db2c395f5ca6bafec96b122adb988 /source/blender/collada/DocumentExporter.cpp
parentfc6d27313bc1503587c7f57d417528b4181300ab (diff)
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.
Diffstat (limited to 'source/blender/collada/DocumentExporter.cpp')
0 files changed, 0 insertions, 0 deletions