tornavis/source/blender/blenlib
Bastien Montagne 468ef74ed7 More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise->normalize). 2012-07-03 19:09:07 +00:00
..
intern More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise->normalize). 2012-07-03 19:09:07 +00:00
BLI_args.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BLI_array.h style cleanup 2012-06-25 07:24:48 +00:00
BLI_bitmap.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BLI_blenlib.h style cleanup - comment spelling + translate some dutch. 2012-03-04 04:35:12 +00:00
BLI_boxpack2d.h style cleanup: use capital camel case names for typedef's 2012-06-10 15:20:10 +00:00
BLI_bpath.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BLI_callbacks.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BLI_cpu.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
BLI_dlrbTree.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BLI_dynlib.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BLI_dynstr.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BLI_edgehash.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BLI_fileops.h code cleanup: minor edits 2012-07-01 22:19:19 +00:00
BLI_fileops_types.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BLI_fnmatch.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BLI_ghash.h add BLI_ghash_pop() which returns the value for a key and removes it at the same time, saves a lookup if you need to check if the item exists before removing. 2012-05-28 19:33:14 +00:00
BLI_graph.h code cleanup: minor improvements to float/vector usage. 2012-05-12 22:13:38 +00:00
BLI_gsqueue.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BLI_heap.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BLI_jitter.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BLI_kdopbvh.h Provide ray hit/nearest information on which side of the quad the ray hit. 2012-05-30 12:53:13 +00:00
BLI_kdtree.h code cleanup: use const float and define array size 2012-05-26 22:21:56 +00:00
BLI_lasso.h Add const prefix to match definition in lasso.c 2012-05-31 21:25:52 +00:00
BLI_linklist.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BLI_listbase.h bmesh py api 2012-03-03 22:07:58 +00:00
BLI_math.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
BLI_math_base.h math lib changes from tomato 2012-05-31 11:57:09 +00:00
BLI_math_color.h move one line color conversion functions to be inline. 2012-06-13 15:13:19 +00:00
BLI_math_geom.h math lib changes from tomato 2012-05-31 11:57:09 +00:00
BLI_math_inline.h code cleanup: move bmesh inline funcs to headers (avoids compiling the C files). 2012-03-24 01:24:58 +00:00
BLI_math_matrix.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BLI_math_rotation.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BLI_math_vector.h Fix [#31807] Ngon triangulation error 2012-06-24 16:19:19 +00:00
BLI_md5.h style cleanup / comment formatting for bli/bke/bmesh 2012-03-03 20:19:11 +00:00
BLI_memarena.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BLI_mempool.h style cleanup for mempool 2012-03-01 23:14:51 +00:00
BLI_noise.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BLI_path_util.h fixed function name: BLI_rebase_path, reworked description, added enum bli_rebase_state for defined return values 2012-06-22 15:38:49 +00:00
BLI_pbvh.h style cleanup 2012-06-10 19:59:02 +00:00
BLI_rand.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BLI_rect.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BLI_scanfill.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BLI_smallhash.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BLI_string.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BLI_string_cursor_utf8.h code cleanup: doxy comment filename corrections 2012-06-08 23:43:11 +00:00
BLI_string_utf8.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BLI_threads.h Applied and completed a compositor patch by Brecht to use signalling and waiting in scheduling and worker threads instead of continuous loops with sleep times. This should help reduce unnecessary wait times in Tile. 2012-06-10 12:26:33 +00:00
BLI_utildefines.h style cleanup: also fix for TIMEIT macro 2012-05-28 18:12:08 +00:00
BLI_uvproject.h code cleanup: function naming for BLI functions. 2012-05-05 00:23:55 +00:00
BLI_vfontdata.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
BLI_voronoi.h Keying Screen node from tomato branch 2012-06-14 12:18:42 +00:00
BLI_voxel.h code cleanup: brush/camera naming 2012-05-05 00:58:22 +00:00
BLI_winstuff.h code cleanup: header cleanup and remove some duplicate defines. 2012-05-12 20:39:39 +00:00
CMakeLists.txt Keying Screen node from tomato branch 2012-06-14 12:18:42 +00:00
PIL_time.h style cleanup: also fix for TIMEIT macro 2012-05-28 18:12:08 +00:00
SConscript Add libMV and Scons support for MinGW-w64, patches by Caleb Joseph with slight modifications. 2012-04-24 12:57:58 +00:00