Go to file
Campbell Barton 9190c493c1 extend BLI_buffer
- add option to calloc or not, existing code wasnt consistent here, would calloc on first alloc but not on realloc, also - the static memory was never zero'd.
  use flag BLI_BUFFER_USE_CALLOC to ensure all new memory is zero'd (static/alloc/realloc's).

- add BLI_buffer_declare_static / BLI_buffer_declare so its possible to have a buffer that never uses static memory.
2013-01-02 05:00:02 +00:00
build_files patch [#33331] Time To Start Moving To Stdbool 2013-01-01 12:47:58 +00:00
doc patch [#33609] Syntax highlighting for OSL in Text Editor 2012-12-29 18:25:03 +00:00
extern Import the RangeTree library into extern 2012-12-30 18:20:52 +00:00
intern Fix for normal scaling when using triangle primitives for hair. 2013-01-01 19:50:29 +00:00
release Patch [#29035] Vertex colour baking 2013-01-02 00:05:30 +00:00
source extend BLI_buffer 2013-01-02 05:00:02 +00:00
CMakeLists.txt patch [#33331] Time To Start Moving To Stdbool 2013-01-01 12:47:58 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile code cleanup: comment unused members of bmesh operator slots and some osl style edits. 2012-11-20 14:31:58 +00:00
SConstruct patch [#33331] Time To Start Moving To Stdbool 2013-01-01 12:47:58 +00:00