blender/source/blender/blenlib
2011-09-06 07:08:20 +00:00
..
intern fix for error in strinc.c's BLI_strescape 2011-09-06 07:08:20 +00:00
BLI_args.h set main() argv functions to be const char * 2011-02-19 12:05:20 +00:00
BLI_blenlib.h replace references to old arithb library 2011-03-02 05:05:12 +00:00
BLI_boxpack2d.h doxygen: add blenlib under core as module. 2011-02-18 13:58:08 +00:00
BLI_bpath.h pedantic warning cleanup, also remove texspace_edit() since its been added using a different method. 2011-02-27 08:31:10 +00:00
BLI_callbacks.h patch [#28218] During-render callback functionality 2011-08-31 10:43:22 +00:00
BLI_cpu.h doxygen: add blenlib under core as module. 2011-02-18 13:58:08 +00:00
BLI_dlrbTree.h doxygen: add blenlib under core as module. 2011-02-18 13:58:08 +00:00
BLI_dynlib.h Code cleanup: PIL_dynlib, renamed to BLI_dynlib, and other tweaks. 2011-05-06 15:17:42 +00:00
BLI_dynstr.h pedantic warning cleanup, also remove texspace_edit() since its been added using a different method. 2011-02-27 08:31:10 +00:00
BLI_edgehash.h doxygen: add blenlib under core as module. 2011-02-18 13:58:08 +00:00
BLI_editVert.h Fix #26582, #26586, #26613: recent normal calculation changes didn't take 2011-03-26 08:28:24 +00:00
BLI_fileops.h doxygen: add blenlib under core as module. 2011-02-18 13:58:08 +00:00
BLI_fnmatch.h doxygen: add blenlib under core as module. 2011-02-18 13:58:08 +00:00
BLI_ghash.h un-inline GHash functions r26206, these are quite large functions to inline and increase binary size by 30kb, (tested on stripped, cmake release build). 2011-08-12 02:23:06 +00:00
BLI_graph.h doxygen: add blenlib under core as module. 2011-02-18 13:58:08 +00:00
BLI_gsqueue.h doxygen: add blenlib under core as module. 2011-02-18 13:58:08 +00:00
BLI_heap.h doxygen: add blenlib under core as module. 2011-02-18 13:58:08 +00:00
BLI_jitter.h doxygen: add blenlib under core as module. 2011-02-18 13:58:08 +00:00
BLI_kdopbvh.h doxygen: add blenlib under core as module. 2011-02-18 13:58:08 +00:00
BLI_kdtree.h doxygen: add blenlib under core as module. 2011-02-18 13:58:08 +00:00
BLI_linklist.h doxygen: add blenlib under core as module. 2011-02-18 13:58:08 +00:00
BLI_listbase.h reverse string lookup listbase function BLI_findstring counterparts, added BLI_rfindstring, BLI_rfindstring_ptr, these search from the end of the listbase (like pythons rfind). 2011-05-02 13:35:04 +00:00
BLI_math_base.h Patch #27842: build fix for solaris, missing finite(). Patch by A. Hettinger. 2011-07-05 19:04:38 +00:00
BLI_math_color.h fix [#27746] Black and White Render doesn't work and/or Saves as a Blank screen 2011-06-24 03:49:56 +00:00
BLI_math_geom.h 2d version of line/circle intersec function. 2011-06-26 11:08:12 +00:00
BLI_math_inline.h Code cleanup: warning fixes. 2011-09-05 19:27:21 +00:00
BLI_math_matrix.h Merged the particles-2010 branch with node improvements into trunk. 2011-09-05 21:01:50 +00:00
BLI_math_rotation.h remove deprecated & unused mat3_to_vec_rot and mat4_to_vec_rot functions. 2011-08-27 01:42:49 +00:00
BLI_math_vector.h Merged the particles-2010 branch with node improvements into trunk. 2011-09-05 21:01:50 +00:00
BLI_math.h doxygen: add blenlib under core as module. 2011-02-18 13:58:08 +00:00
BLI_memarena.h doxygen: add blenlib under core as module. 2011-02-18 13:58:08 +00:00
BLI_mempool.h doxygen: add blenlib under core as module. 2011-02-18 13:58:08 +00:00
BLI_noise.h doxygen: add blenlib under core as module. 2011-02-18 13:58:08 +00:00
BLI_path_util.h Windows installer and Path changes, fixing various issues: 2011-05-27 09:57:53 +00:00
BLI_pbvh.h pedantic warning cleanup, also remove texspace_edit() since its been added using a different method. 2011-02-27 08:31:10 +00:00
BLI_rand.h doxygen: add blenlib under core as module. 2011-02-18 13:58:08 +00:00
BLI_rect.h doxygen: add blenlib under core as module. 2011-02-18 13:58:08 +00:00
BLI_scanfill.h made BLI_edgefill returns the list length since some callers count directly after, also remove 2 unused flags from ScFillVert struct. 2011-05-13 16:04:20 +00:00
BLI_storage_types.h == filebrowser == Code cleanup 2011-03-20 11:16:59 +00:00
BLI_storage.h doxygen: add blenlib under core as module. 2011-02-18 13:58:08 +00:00
BLI_string.h BLI_strescape for a basic, python like string escaping, currently only use for drag and drop ID's into the console but should eventually be used for the animsys too. 2011-08-23 15:08:54 +00:00
BLI_threads.h doxygen: add blenlib under core as module. 2011-02-18 13:58:08 +00:00
BLI_utildefines.h eek F4TOCHAR4 was assigning alpha twice too!, tsk tsk. 2011-08-27 01:24:05 +00:00
BLI_uvproject.h doxygen: add blenlib under core as module. 2011-02-18 13:58:08 +00:00
BLI_vfontdata.h doxygen: add blenlib under core as module. 2011-02-18 13:58:08 +00:00
BLI_voxel.h doxygen: add blenlib under core as module. 2011-02-18 13:58:08 +00:00
BLI_winstuff.h Fix #27877: writing .avi files > 4 GB not working on windows. 2011-07-06 10:19:04 +00:00
CMakeLists.txt cmake: cleanup include paths, some duplicates and going up some unneeded dirs. 2011-07-17 09:11:13 +00:00
PIL_time.h error with TIMEIT util define. 2011-03-17 06:57:12 +00:00
SConscript fix for scons with recent change to how BINRELOC is enabled via cmake. 2011-02-25 14:45:45 +00:00