Files
test/source/blender/modifiers/intern
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
..
2010-04-11 23:20:03 +00:00
2010-04-11 23:20:03 +00:00
2011-02-12 16:54:24 +00:00
2010-12-04 13:00:28 +00:00