Files
test/source/blender/python
Campbell Barton c7d39e1a06 New images were being initialized with zero users (normal for other data types),
but for images user counts work differently.
(just noticed this is what blender does so Image.New() now does the same)

Many of the sys functions had maximum path thengths that were too short.
  char path[FILE_MAXFILE];
rather then
  char path[FILE_MAXDIR + FILE_MAXFILE];
2006-09-16 10:05:57 +00:00
..
2006-06-12 00:10:00 +00:00
2006-07-08 20:40:41 +00:00
2004-01-05 00:06:11 +00:00