tornavis/source/blender/blenlib
Campbell Barton d2d1025e4a add mathutils.geometry.box_fit_2d() to wrap BLI_convexhull_aabb_fit_points_2d() 2013-09-11 06:56:51 +00:00
..
intern add mathutils.geometry.box_fit_2d() to wrap BLI_convexhull_aabb_fit_points_2d() 2013-09-11 06:56:51 +00:00
BLI_alloca.h add BLI_alloca.h, missed in previous commit 2013-07-28 12:17:00 +00:00
BLI_args.h style cleanup 2012-07-04 20:47:12 +00:00
BLI_array.h utility functions to reverse and wrap arrays. 2013-08-13 23:43:44 +00:00
BLI_bitmap.h enable strict flags for mesh_evaluate.c 2013-09-09 03:12:23 +00:00
BLI_blenlib.h remove BLI_noise from BLI_blenlib.h, not that many files need this. 2012-10-12 00:18:32 +00:00
BLI_boxpack2d.h misc minor changes 2013-09-10 19:23:39 +00:00
BLI_buffer.h code cleanup: more confusion with 0/NULL/false 2013-08-07 03:55:21 +00:00
BLI_callbacks.h remove callback BLI_localErrorCallBack from scanfill, was here for years and only ever wrapped printf. 2013-08-28 02:14:24 +00:00
BLI_compiler_attrs.h Move GCC attributes into a centraized defines 2013-09-01 15:01:15 +00:00
BLI_convexhull2d.h add mathutils.geometry.box_fit_2d() to wrap BLI_convexhull_aabb_fit_points_2d() 2013-09-11 06:56:51 +00:00
BLI_cpu.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
BLI_dlrbTree.h style cleanup: trailing tabs & expand some non prefix tabs into spaces. 2012-10-21 05:46:41 +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 Move GCC attributes into a centraized defines 2013-09-01 15:01:15 +00:00
BLI_edgehash.h warning cleanup: correct some odd returns and quiet strict flag warnings on some systems. 2013-09-02 17:59:04 +00:00
BLI_endian_switch.h Move GCC attributes into a centraized defines 2013-09-01 15:01:15 +00:00
BLI_endian_switch_inline.h Fix bug in endian switch functions. 2012-11-20 10:37:11 +00:00
BLI_fileops.h Get rid of PATH_MAX in Ghost System X11 2013-08-20 08:33:04 +00:00
BLI_fileops_types.h code cleanup: remove unused member of direntry struct, also add include for building on osx. 2013-03-05 06:38:43 +00:00
BLI_fnmatch.h Get rid of madness about fnmatch: BLI_fnmatch did not do the OS checks, they had to be done in every file using fnmatch (autoexec.c did not, wonder how it could work under unix???). 2013-08-27 18:29:30 +00:00
BLI_ghash.h add hash iterator functions to access the pointer to the value. 2013-09-02 02:58:53 +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: move doxy docs from headers into source. also replace strncpy();str[len]=0 with BLI_strncpy() in BLI_stringdec(). 2013-03-24 01:51:54 +00:00
BLI_heap.h remove nan copyrights from code added since blender become opensource (copy paste errors), also remove BKE_script.h 2013-07-02 10:14:59 +00:00
BLI_jitter.h Mingw/Windows Compiling Fix: 2013-09-01 05:55:50 +00:00
BLI_kdopbvh.h remove error return value from BLI_bvhtree_insert, no callers were using. 2013-09-04 20:33:50 +00:00
BLI_kdtree.h use strict flags for kdtree, and replace ints with unsigned ints where possible. 2013-09-01 20:17:56 +00:00
BLI_lasso.h use strict flags for lasso, boxpack, gsqueue and quadric's. 2013-09-01 03:43:10 +00:00
BLI_linklist.h new bmesh queries BM_face_exists_overlap, BM_face_exists_overlap_subset 2013-08-16 13:02:34 +00:00
BLI_linklist_stack.h Possible fix for MSVC compiling (grr...). 2013-09-10 15:41:01 +00:00
BLI_listbase.h add function for rotating linked list so at item is last. 2013-09-05 11:40:38 +00:00
BLI_math.h Solved issue with distorted compositor results in some cases 2012-11-10 19:11:25 +00:00
BLI_math_base.h rename positive_mod to mod_i, make it work with nagative numbers (matching pythons modulo), and use in a few more places. 2013-09-05 20:54:32 +00:00
BLI_math_color.h Fix part of #34233: bad alpha blending for 2D image painting. This is a very 2013-04-27 12:51:23 +00:00
BLI_math_color_blend.h More painting fixes: 2013-04-30 16:07:52 +00:00
BLI_math_geom.h Move GCC attributes into a centraized defines 2013-09-01 15:01:15 +00:00
BLI_math_inline.h attempt to quiet warnings for gcc4.2 2013-03-13 15:41:14 +00:00
BLI_math_interp.h code cleanup: confirm include guards to our convention 2013-08-19 14:40:16 +00:00
BLI_math_matrix.h function renaming for own recently added BLI_math functions, suggested by Brecht. 2013-07-30 10:58:36 +00:00
BLI_math_rotation.h add angle_to_mat2 utility function. 2013-09-10 20:45:47 +00:00
BLI_math_vector.h Move GCC attributes into a centraized defines 2013-09-01 15:01:15 +00:00
BLI_md5.h style cleanup / comment formatting for bli/bke/bmesh 2012-03-03 20:19:11 +00:00
BLI_memarena.h add attributes to ghash and edgehash functions. 2013-09-01 22:47:44 +00:00
BLI_mempool.h Move GCC attributes into a centraized defines 2013-09-01 15:01:15 +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 Move GCC attributes into a centraized defines 2013-09-01 15:01:15 +00:00
BLI_quadric.h fix [#33106] Decimate modifier/collapse give bad result 2012-11-07 09:28:59 +00:00
BLI_rand.h Random number generator: replace a bunch of usage of the global random number 2013-04-15 23:12:40 +00:00
BLI_rect.h text rendering: shadow offset was causing text to clip, now check for clipping without the shadow since not-drawing characters because of subtle effect is rather annoying. 2013-06-06 21:43:52 +00:00
BLI_scanfill.h use strict flags for scanfill, also replace shorts with unsigned shorts and ints/bools in some cases. 2013-09-01 03:37:45 +00:00
BLI_smallhash.h Move GCC attributes into a centraized defines 2013-09-01 15:01:15 +00:00
BLI_sort.h set nonnull args for BLI_qsort_r 2013-08-21 20:45:51 +00:00
BLI_sort_utils.h sorting utility functions for simple cases - sorting pointers by float for example. 2013-09-05 22:24:12 +00:00
BLI_stack.h fix for building in debug mode. 2012-08-06 08:01:20 +00:00
BLI_strict_flags.h reorder BLI_strict_flags.h include so its not conflicting with stdio.h on apple. 2013-09-03 04:39:12 +00:00
BLI_string.h Move GCC attributes into a centraized defines 2013-09-01 15:01:15 +00:00
BLI_string_cursor_utf8.h fix for double clicking in the text editor not working usefully (double clicking a pair chars would select 3 - one to the left). 2013-02-14 03:03:12 +00:00
BLI_string_utf8.h Move GCC attributes into a centraized defines 2013-09-01 15:01:15 +00:00
BLI_sys_types.h remove duplicate sys-types headers. 2013-05-29 21:38:23 +00:00
BLI_threads.h Speedup for guarded allocator 2013-08-19 10:51:40 +00:00
BLI_utildefines.h Move GCC attributes into a centraized defines 2013-09-01 15:01:15 +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: move doxy docs from headers into source. also replace strncpy();str[len]=0 with BLI_strncpy() in BLI_stringdec(). 2013-03-24 01:51:54 +00:00
BLI_voronoi.h style cleanup 2012-10-27 10:42:28 +00:00
BLI_voxel.h code cleanup: brush/camera naming 2012-05-05 00:58:22 +00:00
BLI_winstuff.h Get rid of PATH_MAX in Ghost System X11 2013-08-20 08:33:04 +00:00
CMakeLists.txt add 2d convex hull utility function, BLI_convexhull_2d(), and python api mathutils.geometry.convex_hull_2d() 2013-09-10 07:52:10 +00:00
PIL_time.h move timeit macros into their own include, since they are only used for testing and unrelated to PIL_time.h typical use. 2013-09-03 21:22:43 +00:00
PIL_time_utildefines.h move timeit macros into their own include, since they are only used for testing and unrelated to PIL_time.h typical use. 2013-09-03 21:22:43 +00:00
SConscript code cleanup: scons - binreloc include was copied all over the place for no reason, -pthread too. 2013-05-20 18:55:08 +00:00