SatwantKumar / blender-aid

Automatically exported from code.google.com/p/blender-aid
0 stars 0 forks source link

Increase performance of the blendfile parsing #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There are areas where the performance of the blend file parsing can be
increased.

 * better usage of standard python tooling
 * use dynamic caching of SDNA
 * do not use that many of file seeks.

Original issue reported on code.google.com by j.bak...@atmind.nl on 26 Oct 2009 at 2:29

GoogleCodeExporter commented 8 years ago
removed unneeded instance creation (made one class containing a block and its 
header)

Original comment by j.bak...@atmind.nl on 27 Oct 2009 at 9:41

GoogleCodeExporter commented 8 years ago
precompile struct.unpack methods when reading

Original comment by j.bak...@atmind.nl on 27 Oct 2009 at 9:42

GoogleCodeExporter commented 8 years ago
cache DNA1 block loading

Original comment by j.bak...@atmind.nl on 27 Oct 2009 at 9:42

GoogleCodeExporter commented 8 years ago

Original comment by j.bak...@atmind.nl on 3 Nov 2009 at 7:26