Files
test/source/blender/python/generic
Campbell Barton 55f68c3657 fix for more warnings.
- modifier code was using sizeof() without knowing the sizeof the array when clearing the modifier type array.
- use BLI_snprintf rather then sprintf where the size of the string is known.
- particle drawing code kept a reference to stack float values (not a problem at the moment but would crash if accessed later).
2011-02-12 16:54:24 +00:00
..
2011-01-18 03:49:28 +00:00
2011-01-15 16:14:57 +00:00
2011-02-12 16:54:24 +00:00