2014-08-19 |
Campbell Barton | Cleanup: style |
tree | commitdiff |
2014-08-18 |
Sergey Sharybin | De-duplicate EWA filter code between renderer and compo... |
tree | commitdiff |
2014-08-17 |
Campbell Barton | BLI_array: utility function for searching an array |
tree | commitdiff |
2014-08-17 |
Campbell Barton | Knife tool: simplify hit-depth calculation |
tree | commitdiff |
2014-08-17 |
Campbell Barton | Cleanup |
tree | commitdiff |
2014-08-16 |
Campbell Barton | Math Lib: replace epsilon with check against zero |
tree | commitdiff |
2014-08-16 |
Campbell Barton | Math Lib: add isect_line_line_epsilon_v3 |
tree | commitdiff |
2014-08-15 |
Campbell Barton | Cleanup: comment & var name |
tree | commitdiff |
2014-08-14 |
Campbell Barton | Remove MSVC2008 workaround |
tree | commitdiff |
2014-08-14 |
Campbell Barton | remove MAXFLOAT define |
tree | commitdiff |
2014-08-13 |
Campbell Barton | Math Lib: rename barycentric_transform -> transform_poi... |
tree | commitdiff |
2014-08-13 |
Campbell Barton | Math Lib: name signed versions of dist_to_plane_v3... |
tree | commitdiff |
2014-08-12 |
Campbell Barton | Cleanup: magic numbers |
tree | commitdiff |
2014-08-12 |
Campbell Barton | GHash: add flag get/set for gset |
tree | commitdiff |
2014-08-11 |
Campbell Barton | Comments |
tree | commitdiff |
2014-08-07 |
Thomas Dinges | Cleanup: Remove special code for Visual Studio 2008. |
tree | commitdiff |
2014-08-07 |
Campbell Barton | Comments |
tree | commitdiff |
2014-08-07 |
Campbell Barton | GHash/EdgeHash: avoid NULL check on iterator init |
tree | commitdiff |
2014-08-05 |
Nicholas Bishop | Fix incorrect comments in listbase, add unit test to... |
tree | commitdiff |
2014-08-04 |
Campbell Barton | Macros: replace UNPACK#OP -> UNPACK#_EX, allow suffix |
tree | commitdiff |
2014-08-04 |
Campbell Barton | Tweaks to macros |
tree | commitdiff |
2014-08-04 |
Campbell Barton | Macros: prevent instantiation of args for type checks |
tree | commitdiff |
2014-08-02 |
Campbell Barton | Make CHECK_TYPE_NONCONST macro portable |
tree | commitdiff |
2014-08-01 |
Bastien Montagne | Cleanup: Move SpaceTransform helpers from `BKE_shrinkwr... |
tree | commitdiff |
2014-08-01 |
gaiaclary | Make function definition consistent with function decla... |
tree | commitdiff |
2014-08-01 |
Campbell Barton | Prevent macros hiding casts from `const` pointers |
tree | commitdiff |
2014-07-31 |
Jens Verwiebe | OSX/scons: Change Blender bundle datastructures + refer... |
tree | commitdiff |
2014-07-30 |
Campbell Barton | BLI_path_utils: rename BLI_clean -> BLI_path_native_slash |
tree | commitdiff |
2014-07-30 |
Bastien Montagne | Cleanup: general cleanup in BLI_math code (mostly,... |
tree | commitdiff |
2014-07-30 |
Bastien Montagne | leanup: style, use 'const' where possible, and simplifi... |
tree | commitdiff |
2014-07-30 |
Campbell Barton | missed last commit |
tree | commitdiff |
2014-07-30 |
Campbell Barton | BLI_listbase: consistent name prefix |
tree | commitdiff |
2014-07-29 |
Campbell Barton | GHash: generic comparison for int[4] |
tree | commitdiff |
2014-07-28 |
Campbell Barton | Warnings |
tree | commitdiff |
2014-07-28 |
Sergey Sharybin | Fix T40831: Shrink wrap modifier causes very high CPU... |
tree | commitdiff |
2014-07-21 |
Antony Riakiotakis | Fix errors in hsv calculation from recent optimization... |
tree | commitdiff |
2014-07-21 |
Antony Riakiotakis | GSOC 2013 paint |
tree | commitdiff |
2014-07-21 |
Campbell Barton | Math Lib: rename mul_serie_m3 to mul_m3_series & reorde... |
tree | commitdiff |
2014-07-21 |
Antony Riakiotakis | Optimisation to rgb <-> hsv/l conversion |
tree | commitdiff |
2014-07-21 |
Campbell Barton | Math Lib: Add isect_point_tri_v3 |
tree | commitdiff |
2014-07-20 |
Sergey Sharybin | Correction to 7c7b730, multiplication order was flipped |
tree | commitdiff |
2014-07-20 |
Campbell Barton | Math Lib: use variable length args for mul_serie_m3... |
tree | commitdiff |
2014-07-19 |
Campbell Barton | Defines: replace ELEM3-16 with ELEM(...), that can... |
tree | commitdiff |
2014-07-19 |
Campbell Barton | Code cleanup: warnings |
tree | commitdiff |
2014-07-19 |
Campbell Barton | Cleanup: Use more logically constructed ELEM macros |
tree | commitdiff |
2014-07-17 |
Campbell Barton | Use compiler attributes for more BLI libs |
tree | commitdiff |
2014-07-17 |
Campbell Barton | Add thousands separators to scene stats (D646) |
tree | commitdiff |
2014-07-16 |
Campbell Barton | BLI_kdopbvh: assert for bad input |
tree | commitdiff |
2014-07-15 |
Campbell Barton | BLI_kdopbvh: Replace realloc's with BLI_stack |
tree | commitdiff |
2014-07-15 |
Campbell Barton | BLI_stack: various small additions |
tree | commitdiff |
2014-07-15 |
Campbell Barton | Edgehash: Improve magic number for hashing |
tree | commitdiff |
2014-07-14 |
Campbell Barton | GHash, EdgeHash: add debugging function to measure... |
tree | commitdiff |
2014-07-14 |
Campbell Barton | Remove redundant NULL check |
tree | commitdiff |
2014-07-14 |
Campbell Barton | Math Lib: add compare_len_squared_v3v3 from paint branch |
tree | commitdiff |
2014-07-14 |
Campbell Barton | Math Lib: accept a limit of 0.0 when comparing vectors |
tree | commitdiff |
2014-07-12 |
Campbell Barton | Replace BLI_SMALLSTACK_FREE with fake user (quiet warni... |
tree | commitdiff |
2014-07-11 |
Lukas Tönne | Fix T41019: Calculate Mass does not calculate actual... |
tree | commitdiff |
2014-07-11 |
Campbell Barton | BLI_array: avoid mixing terms count/length |
tree | commitdiff |
2014-07-11 |
Campbell Barton | WM: add WM_operator_properties_create_ptr |
tree | commitdiff |
2014-07-09 |
Campbell Barton | Math Lib: add function to get signed angle about an... |
tree | commitdiff |
2014-07-08 |
Campbell Barton | Correct IS_EMPTY macro |
tree | commitdiff |
2014-07-07 |
Campbell Barton | BLI_string, dont pass unicode to ascii BLI_str_partitio... |
tree | commitdiff |
2014-07-04 |
Bastien Montagne | Add (r)partition funcs to BLI_string, to get left-most... |
tree | commitdiff |
2014-06-30 |
Campbell Barton | BLI_stack, use memory chunks rather then realloc when... |
tree | commitdiff |
2014-06-28 |
Campbell Barton | BLI_stackdefines |
tree | commitdiff |
2014-06-28 |
Campbell Barton | BLI_stack: use strict flags |
tree | commitdiff |
2014-06-28 |
Campbell Barton | CMake: update source files |
tree | commitdiff |
2014-06-27 |
Jason Wilkins | warning fix: use of __restrict was inconsistent in... |
tree | commitdiff |
2014-06-26 |
Campbell Barton | BLI_array: avoid accidental assignment to BLI_array_count |
tree | commitdiff |
2014-06-26 |
Campbell Barton | Fix BLI_array_staticdeclare size |
tree | commitdiff |
2014-06-26 |
Campbell Barton | Code cleanup: remove MAT3/4_UNITY defines, just call... |
tree | commitdiff |
2014-06-26 |
Campbell Barton | Code cleanup: casts, dead assignment & arg order. |
tree | commitdiff |
2014-06-25 |
Campbell Barton | Use api function for flipping button list & rename... |
tree | commitdiff |
2014-06-24 |
Campbell Barton | Correction to last commit |
tree | commitdiff |
2014-06-24 |
Campbell Barton | Use gnu-libc arg order for BLI_sort_r |
tree | commitdiff |
2014-06-24 |
Campbell Barton | move STACK_* macros into BLI_stackdefines.h |
tree | commitdiff |
2014-06-24 |
Campbell Barton | Add MEMCPY_STRUCT_OFS macro for copying values after... |
tree | commitdiff |
2014-06-24 |
Campbell Barton | add STACK_REMOVE macro |
tree | commitdiff |
2014-06-24 |
Bastien Montagne | Fix compilation on OSX after own rB414c70435dcd... |
tree | commitdiff |
2014-06-24 |
Campbell Barton | Polyfill2d: Correct boundbox check (Fix T40777) |
tree | commitdiff |
2014-06-23 |
Bastien Montagne | Fix own typo in temp_data patch, (windows-only) |
tree | commitdiff |
2014-06-23 |
Bastien Montagne | T39690: Modifications to Blender's 'temp dir' system. |
tree | commitdiff |
2014-06-23 |
Tamito Kajiyama | D605: Fixes for proper handling of wchar_t paths in... |
tree | commitdiff |
2014-06-20 |
Bastien Montagne | BLI_md5: add a utility function to 'translate' raw... |
tree | commitdiff |
2014-06-20 |
Bastien Montagne | Code cleanup: BLI_md5.c was... not nice. |
tree | commitdiff |
2014-06-19 |
Joshua Leung | Bugfix for Elastic and Back easing types |
tree | commitdiff |
2014-06-18 |
Campbell Barton | Correct casts for IS_EQ and other macro tweaks |
tree | commitdiff |
2014-06-17 |
Bastien Montagne | BLI: Add two helpers to search a given string in an... |
tree | commitdiff |
2014-06-16 |
Campbell Barton | Quiet warning |
tree | commitdiff |
2014-06-14 |
Campbell Barton | BLI_gsqueue: refactor to use zero length array |
tree | commitdiff |
2014-06-14 |
Campbell Barton | BLI_gsqueue: use size_t for elem_size (was casting... |
tree | commitdiff |
2014-06-14 |
Campbell Barton | BLI_dynstr: use function attributes and move comments... |
tree | commitdiff |
2014-06-14 |
Campbell Barton | BLI_rand: add BLI_rng_get_float_unit_v2 |
tree | commitdiff |
2014-06-14 |
Campbell Barton | Math Lib: mat3_to_eulo2 & mat3_to_eul2 mixed float... |
tree | commitdiff |
2014-06-13 |
Campbell Barton | Polyfill2d: use kd-tree |
tree | commitdiff |
2014-06-13 |
Campbell Barton | Polyfill2d: avoid calculating polygon winding (its... |
tree | commitdiff |
2014-06-13 |
Campbell Barton | Polyfill2d: Switch directions on concave triangles |
tree | commitdiff |
2014-06-13 |
Campbell Barton | Polyfill2d: replace array with linklist, faster resizing |
tree | commitdiff |
2014-06-13 |
Campbell Barton | Resolve MSVC error |
tree | commitdiff |
2014-06-13 |
Campbell Barton | BLI_bitmap: rename macros |
tree | commitdiff |
next |