tornavis/source/blender/blenlib
Campbell Barton 99643037ca new utility function BLI_testextensie_glob
uses fnmatch to match strings like "*.foo;*.bar;*.blend?"
2010-09-24 06:20:43 +00:00
..
intern new utility function BLI_testextensie_glob 2010-09-24 06:20:43 +00:00
BLI_args.h BLI_args cleanup 2010-05-24 18:53:45 +00:00
BLI_bfile.h Making sure updates are not lost. 2010-04-06 01:00:59 +00:00
BLI_blenlib.h [#21762] BLI_dynamiclist is never used 2010-03-31 12:35:05 +00:00
BLI_boxpack2d.h correct fsf address 2010-02-12 13:34:04 +00:00
BLI_bpath.h bpy.utils.blend_paths(absolute=False) (was Blender.GetPaths in 2.4x) 2010-05-11 07:08:32 +00:00
BLI_cpu.h Runtime detection of SSE support for raytracing. Also enabled rayoptimization 2010-06-24 15:54:01 +00:00
BLI_dlrbTree.h correct fsf address 2010-02-12 13:34:04 +00:00
BLI_dynstr.h bugfix [#20694] Copy Paste to buffer missing in Console editor 2010-02-26 23:56:16 +00:00
BLI_edgehash.h correct fsf address 2010-02-12 13:34:04 +00:00
BLI_editVert.h correct fsf address 2010-02-12 13:34:04 +00:00
BLI_fileops.h - WITH_CXX_GUARDEDALLOC working again 2010-06-06 01:15:44 +00:00
BLI_fnmatch.h unix style outliner name wildcards *.*, Any.???, etc (using fnmatch), also removed last beos reference :) 2010-04-23 22:08:11 +00:00
BLI_ghash.h - remove unused includes IMB_*, BIF_* & MEM_* 2010-08-16 05:46:10 +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 correct fsf address 2010-02-12 13:34:04 +00:00
BLI_heap.h correct fsf address 2010-02-12 13:34:04 +00:00
BLI_jitter.h correct fsf address 2010-02-12 13:34:04 +00:00
BLI_kdopbvh.h Merge various small changes from render branch: 2010-04-15 10:28:32 +00:00
BLI_kdtree.h correct fsf address 2010-02-12 13:34:04 +00:00
BLI_linklist.h Merge a few small blenlib changes from the render25 branch: 2010-06-22 15:20:06 +00:00
BLI_listbase.h minor changes to rna/python. 2010-08-13 06:30:04 +00:00
BLI_math.h Merge various small changes from render branch: 2010-04-15 10:28:32 +00:00
BLI_math_base.h Merge a few small blenlib changes from the render25 branch: 2010-06-22 15:20:06 +00:00
BLI_math_color.h Apply patch [#23755] Sequencer: small code cleanup using existing color math functions 2010-09-15 11:58:19 +00:00
BLI_math_geom.h Merge various small changes from render branch: 2010-04-15 10:28:32 +00:00
BLI_math_inline.h Merge a few small blenlib changes from the render25 branch: 2010-06-22 15:20:06 +00:00
BLI_math_matrix.h Merge a few small blenlib changes from the render25 branch: 2010-06-22 15:20:06 +00:00
BLI_math_rotation.h python mathutils change 2010-08-02 00:08:01 +00:00
BLI_math_vector.h bugfix [#22819] Grease Pencil: OpenGL render incorrect if view mode, OK with cursor mode 2010-08-25 08:31:52 +00:00
BLI_memarena.h Merge various small changes from render branch: 2010-04-15 10:28:32 +00:00
BLI_mempool.h correct fsf address 2010-02-12 13:34:04 +00:00
BLI_noise.h correct fsf address 2010-02-12 13:34:04 +00:00
BLI_path_util.h new utility function BLI_testextensie_glob 2010-09-24 06:20:43 +00:00
BLI_pbvh.h Merge GSOC Sculpt Branch: 28499-30319 2010-07-14 14:11:03 +00:00
BLI_rand.h Merge various small changes from render branch: 2010-04-15 10:28:32 +00:00
BLI_rect.h bugfix [#22819] Grease Pencil: OpenGL render incorrect if view mode, OK with cursor mode 2010-08-25 08:31:52 +00:00
BLI_scanfill.h correct fsf address 2010-02-12 13:34:04 +00:00
BLI_storage.h fix for fix, corrention by MiikaH since I cant test. 2010-09-19 12:19:58 +00:00
BLI_storage_types.h [#22846] GCC 4.4.1 support in Windows 2010-07-26 10:41:26 +00:00
BLI_string.h python/utf8 compatibility fixes. (as discussed on the mailing list) 2010-08-28 12:34:22 +00:00
BLI_threads.h Fix #22123 and #22124: some problems with mutex locks, also tweak to 2010-04-25 10:49:13 +00:00
BLI_uvproject.h scale option was only working for panoramic cameras 2010-06-15 21:46:02 +00:00
BLI_vfontdata.h spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text) 2010-03-22 09:30:00 +00:00
BLI_voxel.h correct fsf address 2010-02-12 13:34:04 +00:00
BLI_winstuff.h S_ISDIR and S_ISREG were checking completely wrong for directory and regular file bits. 2010-07-14 22:16:56 +00:00
CMakeLists.txt ignore BLI_bfile with cmake since its not used anywhere 2010-09-15 16:23:04 +00:00
Makefile Update address in license block. 2010-08-10 21:22:26 +00:00
PIL_dynlib.h correct fsf address 2010-02-12 13:34:04 +00:00
PIL_time.h correct fsf address 2010-02-12 13:34:04 +00:00
SConscript - Reverted "Set FREE_WINDOWS when compiling with MinGW" 2010-07-19 09:19:54 +00:00