Blender Git Loki

Git Commits -> Revision c7d39e1

Revision c7d39e1 by Campbell Barton (master)
September 16, 2006, 10:05 (GMT)
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];

Commit Details:

Full Hash: c7d39e1a06bef22cb972f84808836dea0ff1e79f
SVN Revision: 8492
Parent Commit: e6960f3
Lines Changed: +21, -19

2 Modified Paths:

/source/blender/python/api2_2x/Image.c (+3, -1) (Diff)
/source/blender/python/api2_2x/Sys.c (+18, -18) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021