tornavis/source/blender/blenlib
Campbell Barton 7d2d5c990f fix for uninitialized mempool variable. 2010-02-09 12:06:04 +00:00
..
intern fix for uninitialized mempool variable. 2010-02-09 12:06:04 +00:00
BLI_args.h New argument parsing library supporting multiple passes, case sensitive and insensitive arguments, default handlers and other features that were hacked in the previous ugly switch system. Very simpler system for adding new arguments, easier to see conflicts and no more replication between BG and non BG mode arguments. 2010-02-01 01:43:31 +00:00
BLI_bfile.h Continue development of bfile system. 2009-10-19 18:44:09 +00:00
BLI_blenlib.h MSVC 9 compile fixes and cleanups 2009-12-13 17:46:30 +00:00
BLI_boxpack2d.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
BLI_bpath.h Remap Relative paths save option. 2010-01-08 17:50:55 +00:00
BLI_dlrbTree.h Red-Black Tree Code Cleanups: 2009-11-15 11:20:44 +00:00
BLI_dynamiclist.h 2.5 2009-01-17 14:56:12 +00:00
BLI_dynstr.h 2.5: Error reporting 2008-12-29 13:38:08 +00:00
BLI_edgehash.h Fix for bug #11140: explode modifier could run out of memory quite 2008-05-12 11:48:55 +00:00
BLI_editVert.h Shape Keys 2009-10-22 17:12:28 +00:00
BLI_fileops.h UI: 2009-09-10 14:20:21 +00:00
BLI_fnmatch.h Bugfix #7510: Doesn't save .blend file name with [ 2007-11-19 20:13:14 +00:00
BLI_ghash.h compile fix 2010-01-23 13:57:54 +00:00
BLI_graph.h Cosmetic changes in etch-a-ton drawing code, mostly. 2009-07-09 01:48:08 +00:00
BLI_gsqueue.h Threads: added queue for passing data between threads. Includes a function 2010-01-22 11:06:57 +00:00
BLI_heap.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
BLI_jitter.h Filling in branch from trunk 2007-11-06 22:29:20 +00:00
BLI_kdopbvh.h * First commit merging 2.4-based sim_physics in to volume25 branch. 2009-08-13 05:21:25 +00:00
BLI_kdtree.h 2.5: 2009-07-25 22:20:26 +00:00
BLI_linklist.h 2.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r17434:HEAD 2008-12-14 17:32:24 +00:00
BLI_listbase.h vertex group sort operator, access from the vgroup panel, sintels mesh has 144 vertex groups which got quite tedious to look through. 2010-02-02 21:43:26 +00:00
BLI_math.h Math Lib Reorganization 2009-11-09 22:42:41 +00:00
BLI_math_base.h Math Lib: 2010-01-22 11:10:24 +00:00
BLI_math_color.h Math Lib: 2010-01-22 11:10:24 +00:00
BLI_math_geom.h Math Lib: 2010-01-22 11:10:24 +00:00
BLI_math_inline.h Initial results of my profiling of the animation system. 2010-01-23 11:25:20 +00:00
BLI_math_matrix.h utility functions is_negative_m3 & is_negative_m4, added python Mathutils access Matrix.is_negative 2010-01-30 13:15:39 +00:00
BLI_math_rotation.h barycentric transform utility geometry function. 2009-12-27 01:32:58 +00:00
BLI_math_vector.h Math Lib: 2010-01-22 11:10:24 +00:00
BLI_memarena.h *BLI_memarena support for any power of two alignment 2009-08-07 13:49:15 +00:00
BLI_mempool.h Added a new notifyer, NC_SPACE_CHANGED, to signal an editor that 2010-01-21 03:08:57 +00:00
BLI_noise.h svn merge -r 21041:21301 https://svn.blender.org/svnroot/bf-blender/branches/blender2.5/blender 2009-07-02 11:28:42 +00:00
BLI_path_util.h - hash characters in the path would confuse the output file name and not add numbers to it (when rendering animations). 2010-01-30 22:33:47 +00:00
BLI_pbvh.h Sculpt: 2009-12-11 16:59:09 +00:00
BLI_rand.h svn merge -r 16077:16174 https://svn.blender.org/svnroot/bf-blender/trunk/blender 2008-08-18 14:33:26 +00:00
BLI_rect.h svn merge -r 21041:21301 https://svn.blender.org/svnroot/bf-blender/branches/blender2.5/blender 2009-07-02 11:28:42 +00:00
BLI_scanfill.h 2.5 BLI_blenlib cleanup 2008-12-20 10:02:00 +00:00
BLI_storage.h new utility function for BLI_storage.h - BLI_is_dir 2009-10-16 10:22:11 +00:00
BLI_storage_types.h Drag and drop 2.5 integration! Finally, slashdot regulars can use 2010-01-26 18:18:21 +00:00
BLI_string.h Drag and drop 2.5 integration! Finally, slashdot regulars can use 2010-01-26 18:18:21 +00:00
BLI_threads.h - change max threads from 8 to 64, need to keep an eye on stack memory use here. 2010-01-28 19:18:35 +00:00
BLI_vfontdata.h remove own postscript font loading code (rely on freetype now) 2009-08-01 22:33:18 +00:00
BLI_voxel.h * New and improved voxel interpolation methods, from Alfredo. 2009-09-04 06:55:01 +00:00
BLI_winstuff.h Use #include "BLI_math.h" instead of _USE_MATH_DEFINES to get M_PI defined. 2010-01-26 11:25:39 +00:00
CMakeLists.txt Commit of the sculpt patch (#19672). Further development will be in this branch until we merge to trunk. 2009-10-27 19:53:34 +00:00
Makefile Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
PIL_dynlib.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
PIL_time.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
SConscript this restores building on mingw with Collada support, also it restores cross compiling, thanks to Sergey Sharybin for the patch. Note that the icons for linux cross might not be committed here, if not i'll add them in another commit 2010-02-01 18:39:41 +00:00